We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b33c70 commit 886ee89Copy full SHA for 886ee89
2 files changed
Changelog.md
@@ -1,5 +1,9 @@
1
# Version History
2
3
+## 4.2.3 (2026-01-11)
4
+
5
+* Added the list of known namespaces for UUID v5
6
7
## 4.2.2 (2025-10-28)
8
9
* Reduced memory allocation for name based UUIDs
Src/UUIDNext/UUIDNext.csproj
@@ -8,7 +8,7 @@
<!--Nuget package information-->
<PropertyGroup>
10
<PackageId>UUIDNext</PackageId>
11
- <Version>4.2.2</Version>
+ <Version>4.2.3</Version>
12
<Authors>Matthieu Mourisson</Authors>
13
<PackageLicenseExpression>0BSD</PackageLicenseExpression>
14
<PackageTags>UUID;GUID;UUIDv5;UUIDv7;UUIDv8</PackageTags>
0 commit comments