Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Oct 5, 2024
1 parent 7372ffd commit fb8c3e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 1.0.0

* Update to RFC 9562. (There are no changes from Version 14 of the RFC draft.)
* Support .NET 9.
* Use `Guid(bytes, bigEndian)` constructor under .NET 8 instead of byte swapping.

## 0.3.0

Update to Version 14 of the RFC draft.
Expand Down
4 changes: 2 additions & 2 deletions src/NGuid/NGuid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<Description>Creates GUIDs according to RFC 4122 and the UUID Revision Working Draft.</Description>
<Description>Creates GUIDs according to RFC 4122 and RFC 9562.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>guid;uuid;rfc4122;uuidv6;uuidv7;uuidv8</PackageTags>
<PackageTags>guid;uuid;rfc4122;rfc9562;uuidv6;uuidv7;uuidv8</PackageTags>
<PackageIcon>NGuid.png</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down

0 comments on commit fb8c3e1

Please sign in to comment.