Releases · thomaslevesque/NString · GitHub
Skip to content

Releases: thomaslevesque/NString

2.1.1

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 09:08

Fixed

  • Marked dependency on MinVer as dev dependency

2.1.0

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 09:02

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

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:44

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

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:43

New

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

1.2.0

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:43

New

  • Added support for .NET Standard 1.0

1.1.8

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:42

New

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

Other

  • Upgrade build system

1.1.7

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:39

Fixed

  • Fixed wrong dependency version in NuGet package

1.1.6

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:39

Changed

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

1.1.5

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:38

Changed

  • The ClearCache method now also clears the getter cache

1.1.4

Choose a tag to compare

@thomaslevesque thomaslevesque released this 19 Jul 08:38

Fixed

  • Fixed regression in StringTemplate
  • Fixed package dependencies