File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,20 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 1.1.0] - 2022-04-16
10+
911### Added
10- - ` Contains ` method.
12+
13+ - ` Contains ` method.
1114
1215### Fixed
13- - Smaller tweaks in CI/CD
14- - ` IndexOf ` and ` LastIndexOf ` did not return 0 when passing an empty string. Now it is aligned to ` string.IndexOf ` .
16+
17+ - Smaller tweaks in CI/CD
18+ - ` IndexOf ` and ` LastIndexOf ` did not return 0 when passing an empty string. Now it is aligned to ` string.IndexOf ` .
1519
1620### Removed
17- - Debug symbol package (snupkg) due to the many constraints of NuGet.org
21+
22+ - Debug symbol package (snupkg) due to the many constraints of NuGet.org
1823
1924## [ 1.0.1] - 2022-04-13
2025
@@ -74,7 +79,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
7479
7580- Initial release
7681
77- [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.0.1...HEAD
82+ [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.1.0...HEAD
83+
84+ [ 1.1.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.0.1...1.1.0
7885
7986[ 1.0.1 ] : https://github.com/linkdotnet/StringBuilder/compare/1.0.0...1.0.1
8087
You can’t perform that action at this time.
0 commit comments