Releases: thomaslevesque/NString
Releases · thomaslevesque/NString
2.1.1
19 Jul 09:08
Compare
Sorry, something went wrong.
No results found
Fixed
Marked dependency on MinVer as dev dependency
2.1.0
19 Jul 09:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
New
Added support for .NET Standard 2.0
Added support for SourceLink
1.2.0
19 Jul 08:43
Compare
Sorry, something went wrong.
No results found
New
Added support for .NET Standard 1.0
1.1.8
19 Jul 08:42
Compare
Sorry, something went wrong.
No results found
New
Added Reverse method
Split Capitalize method into two overloads
Added [Pure] ReSharper annotations to extension methods
Other
1.1.7
19 Jul 08:39
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed wrong dependency version in NuGet package
1.1.6
19 Jul 08:39
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changed
The ClearCache method now also clears the getter cache
1.1.4
19 Jul 08:38
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed regression in StringTemplate
Fixed package dependencies