Skip to content

Commit 802e7c4

Browse files
committed
prepared v2.0.1 for final deployment
1 parent 64606f6 commit 802e7c4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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.

src/SpanExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)