mint icon indicating copy to clipboard operation
mint copied to clipboard

Question: Any interest in a pull request for .NET 8.0?

Open DocBrown101 opened this issue 2 years ago • 7 comments

If so, I would love to do it!

DocBrown101 avatar Nov 29 '22 18:11 DocBrown101

Do you have any new features available?

hellzerg avatar Nov 29 '22 19:11 hellzerg

No, only .NET 6 and the Mint.csproj file is slimmed down. ` <Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <UseWindowsForms>true</UseWindowsForms>
    <ApplicationIcon>mint.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
  <COMReference Include="IWshRuntimeLibrary">
    <WrapperTool>tlbimp</WrapperTool>
    <VersionMinor>0</VersionMinor>
    <VersionMajor>1</VersionMajor>
    <Guid>f935dc20-1cf0-11d0-adb9-00c04fd58a0b</Guid>
    <Lcid>0</Lcid>
    <Isolated>false</Isolated>
    <EmbedInteropTypes>true</EmbedInteropTypes>
  </COMReference>
</ItemGroup>

<ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
`

DocBrown101 avatar Nov 29 '22 20:11 DocBrown101

I'd like some features if it's gonna be update to .NET 6.0.

hellzerg avatar Nov 29 '22 20:11 hellzerg

What functions would these be?

DocBrown101 avatar Nov 29 '22 20:11 DocBrown101

So I'm wanting to add support to run .bat, .cmd and .ps1 files. Will make changes first using .NET 4.5.2, but then interested in updating to .NET 6.0, or I think .NET 8.0 is current now. If I do the initial changes, what's required to send back to you for review hellzerg?

spamish avatar Apr 11 '24 12:04 spamish

Yes, .NET 8.0 makes more sense now.

DocBrown101 avatar Apr 11 '24 16:04 DocBrown101

Am waiting for a PR with overall improvements and .NET 8 migration. No time for leisure coding unfortunately. Thank you all.

hellzerg avatar Apr 15 '24 16:04 hellzerg