-
Notifications
You must be signed in to change notification settings - Fork 3
/
Sander.SequentialGuid.nuspec
36 lines (36 loc) · 2.22 KB
/
Sander.SequentialGuid.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Sander.SequentialGuid</id>
<title>Sander.SequentialGuid</title>
<version>1.0.0</version>
<authors>Sander Säde</authors>
<owners>Sander Säde</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/SanderSade/SequentialGuid/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/SanderSade/SequentialGuid/</projectUrl>
<iconUrl>https://img.shields.io/badge/Sequential-Guid-lightgrey.svg</iconUrl>
<description>
SequentialGuid library allows creation of alphanumerically sortable GUIDs prior to storing data in the database on any compatible platform. In addition, there are useful helper functions to convert to/from GUID or get specific character/byte.
SequentialGuid is aimed for high-performance applications, as other such libraries are often very underperforming or do not have comparable functionality.
</description>
<summary>
SequentialGuid library allows creation of alphanumerically sortable GUIDs prior to storing data in the database on any compatible platform. In addition, there are useful helper functions to convert to/from GUID or get specific character/byte.
SequentialGuid is aimed for high-performance applications, as other such libraries are often very underperforming or do not have comparable functionality.
</summary>
<copyright>© Sander Säde 2019</copyright>
<tags>sequential-guids guid guid-conversion guid-generator </tags>
<repository type="GitHub" url="https://github.com/SanderSade/SequentialGuid/" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Runtime.Numerics" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="Sander.SequentialGuid\bin\Release\netstandard2.0\Sander.SequentialGuid.dll" target="lib\netstandard2.0" />
<file src="Sander.SequentialGuid\bin\Release\netstandard2.0\Sander.SequentialGuid.xml" target="lib\netstandard2.0" />
<file src="LICENSE" target="lib\netstandard2.0\LICENSE" />
</files>
</package>