Skip to content

Commit 7ef5a8a

Browse files
committed
Updating package information
1 parent 1a04b15 commit 7ef5a8a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Library/DaanV2.UUID.Net.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
<Version>2.2.0</Version>
1616
<Platforms>AnyCPU;x64;x86</Platforms>
1717
<SignAssembly>False</SignAssembly>
18-
<Description>A library that provides a way to handle, and generate UUIDs. Convert them to and from strings, GUIDs, and the like.
19-
The library is written to be fast and efficient when comparing, generating or other handling operations. But still, comply with the RFC 4122 standard.</Description>
18+
<Description>A library that provides a way to handle and generate UUIDs. Convert them to and from strings, GUIDs, and the like.
19+
The library is written to be fast and efficient when comparing, generating, or handling operations. Provides ways to generate UUIDs from different data, like a string, a byte array, or cutting up a byte array into UUIDs.
20+
Complies with the RFC 4122 standard. And has version 1-8 UUIDs implemented. except 2. Which I haven't been able to figure out how to implement.</Description>
2021
<PackageProjectUrl>https://github.com/DaanV2/DaanV2.UUID.Net</PackageProjectUrl>
2122
<PackageIcon>icon.png</PackageIcon>
2223
<PackageReadmeFile>README.md</PackageReadmeFile>
2324
<RepositoryUrl>https://github.com/DaanV2/DaanV2.UUID.Net</RepositoryUrl>
2425
<RepositoryType>git</RepositoryType>
25-
<PackageTags>UUID;V1;V3;V4;V5</PackageTags>
26+
<PackageTags>UUIDl;RFC-4122;V1;V3;V4;V5;V6;V7;V8</PackageTags>
2627
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2728
<IncludeSymbols>True</IncludeSymbols>
2829
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)