Skip to content

Releases: menees/SharpScript

5.1.6

14 Mar 22:40

Choose a tag to compare

GitHub Releases

  • 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

09 Mar 12:40

Choose a tag to compare

GitHub Releases

  • Added check of .NET Framework 4.8 reference assemblies path.

5.1.4

03 Jan 00:16

Choose a tag to compare

GitHub Releases

5.1.3

09 Apr 00:25

Choose a tag to compare

GitHub Releases

  • 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