Skip to content

Releases: thomaslevesque/NString

2.1.1

19 Jul 09:08
Compare
Choose a tag to compare

Fixed

  • Marked dependency on MinVer as dev dependency

2.1.0

19 Jul 09:02
Compare
Choose a tag to compare

New

  • Added value converters for StringTemplate (#12). Thanks @mlaily!

Other

  • Changed source folder structure to src/tests
  • Changed build system from Cake to csproj-based build script
  • Used MinVer for versioning
  • Moved release notes to GitHub releases

2.0.0

19 Jul 08:44
Compare
Choose a tag to compare

Breaking changes

  • added strong-naming to the assembly
  • removed the IsValidEmail method, which was unreliable and didn't really belong in this library anyway

1.3.0

19 Jul 08:43
Compare
Choose a tag to compare

New

  • Added support for .NET Standard 2.0
  • Added support for SourceLink

1.2.0

19 Jul 08:43
Compare
Choose a tag to compare

New

  • Added support for .NET Standard 1.0

1.1.8

19 Jul 08:42
Compare
Choose a tag to compare

New

  • Added Reverse method
  • Split Capitalize method into two overloads
  • Added [Pure] ReSharper annotations to extension methods

Other

  • Upgrade build system

1.1.7

19 Jul 08:39
Compare
Choose a tag to compare

Fixed

  • Fixed wrong dependency version in NuGet package

1.1.6

19 Jul 08:39
Compare
Choose a tag to compare

Changed

  • Fixed up NuGet package for compatibility with NuGet v3 and project.json (note: requires NuGet 2.8.6 or later)

1.1.5

19 Jul 08:38
Compare
Choose a tag to compare

Changed

  • The ClearCache method now also clears the getter cache

1.1.4

19 Jul 08:38
Compare
Choose a tag to compare

Fixed

  • Fixed regression in StringTemplate
  • Fixed package dependencies