Skip to content

Commit

Permalink
🔖 Chasm.Compatibility.IndexRange v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jul 30, 2024
1 parent 395b0c8 commit ba1b4c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Chasm.Compatibility.IndexRange Changelog

### v2.2.0
- ♻️ Refactored shimmed attributes;

### v2.1.0
- 🧩 Added `netstandard1.3` target. Now targets: `net8.0`, `netcoreapp3.0`, `netcoreapp1.0`, `netstandard2.1`, `netstandard1.0`, `net45`, `net35`.
- 🐛 Fixed random seed generation in `Range.GetHashCode()`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- Header -->
<AssemblyName>Chasm.Compatibility.IndexRange</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<Version>2.1.0</Version>
<Version>2.2.0</Version>

<!-- Title, Description, Tags -->
<Title>$(AssemblyName)</Title>
Expand Down

0 comments on commit ba1b4c2

Please sign in to comment.