- Synchronize with the latest FSharp.Core version and support the
%B
format specifier
- Include the readme in the NuGet package
- Build with 8.0.201 SDK
- The new set of supported platforms is .NET Framework 4.6.1, .NET Standard 2.0 and .NET 5.0
- Add support for interpolated strings
- Make dependency ranges less strict (For
FSharp.Core
6.x) - Build with 5.0.201 SDK
- Specify the package license using SPDX
- Build with 2.1.500 SDK
- Include pdb files in package (With SourceLink)
- Include XmlDoc in package
- Remove ValueTuple from references
- Larger FSharp.Core version choice
- Target .Net 4.5 instead
- The library now targets .Net 4.0, .Net standard 1.6 and .Net standard 2.0
- NuGet package was accidentally dependent on FSharpLint.MSBuild
- Fix
%A
text generated byFormatAsPrintF()
, it's now printing the same thing asprintf
/sprintf
.
- Fix xmldoc (Bad name in zip and absent in nuget)
- NuGet package dependency bugfix
- First version