Skip to content

v4.1.0 release

Compare
Choose a tag to compare
@StephenMolloy StephenMolloy released this 12 Apr 02:45
· 12 commits to main since this release
919235a
  • Refreshed current compilers:
    In keeping with the new versioning scheme for this project, the version has been revved to 4.1 to match the version of the compilers included.

  • No more old compilers:
    Stop carrying old versions of compilers. If you upgrade to get new compilers, you get new compilers. The old compilers that might carry references to binaries that get flagged in security scans even though the binaries don't get copied to the ouput directory... they just won't be included in the package anymore.

  • .Net >= 4.7.2 Required:
    As a result of not keeping older compilers packaged in this project, we can no longer support versions before 4.7.2 because compiler versions 3.0 and newer only support 4.7.2+.

  • Move to msbuild targets - away from install.ps1:
    Nuget has moved on from install.ps1. We had one foot in the msbuild camp before, and one foot still in the install.ps1 camp. The 4.X releases jump fully into the msbuild ecosystem with both feet.