File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) from v2.0 onwards.
77
8+ ## [ 2.0.1] - 2025-9-28
9+
10+ ### Fixed
11+
12+ - a bug in Min() in .net7.0.
13+
814## [ 2.0.0] - 2025-9-28
915
1016### Fixed
@@ -34,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3440
3541- incorrect ranges returned by the range-based Split method for versions prior to .Net 9.
3642
37- ### Changed
43+ ### Changed
3844
3945- moved MemoryExtensions containing range-based Split method for versions prior to .Net 9 from ` System ` to ` SpanExtensions ` .
4046- grammatical issues in some documentation comments.
Original file line number Diff line number Diff line change 2020 <PackageTags >Span;Performance;Extension;String</PackageTags >
2121 <PackageReleaseNotes >https://github.com/draconware-dev/SpanExtensions.Net/blob/main/Changelog.md</PackageReleaseNotes >
2222 <PackageLicenseFile >LICENSE</PackageLicenseFile >
23- <Version >2.0.0 </Version >
23+ <Version >2.0.1 </Version >
2424 <PackageId >SpanExtensions.Net</PackageId >
2525 <PackageReadmeFile >README.md</PackageReadmeFile >
2626 <PackageIcon >icon.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments