Releases: menees/SharpScript
Releases · menees/SharpScript
5.1.6
- Disabled C# warnings 1701 and 1702 by default.
These two warnings have been deprecated for years in project templates and by the SDK. dotnet/roslyn#19640
In .NET Framework 4.8 these warnings cause complaints about System.IO.Compression.FileSystem, Version=4.0.0.0 not matching with System.IO.Compression, Version=4.2.0.0. However, the default runtime policy of using the newer version is fine.
5.1.5
5.1.4
- Updated target framework to .NET Framework 4.8.
- Enabled nullable reference types.
5.1.3
- Moved code from http://www.menees.com and private TFVC repo to public GitHub repo
- Recreated .csproj files as SDK-style projects using shared Directory.Build.props
- Created CI workflow for automated build via GitHub Actions
- Added manual build script to produce release zip