26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>SoftCircuits.OrderedDictionary</id>
|
|
<version>3.3.0</version>
|
|
<authors>Jonathan Wood</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="file">License.txt</license>
|
|
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
|
|
<icon>Logo_64x64.png</icon>
|
|
<readme>README.md</readme>
|
|
<projectUrl>https://github.com/SoftCircuits/OrderedDictionary</projectUrl>
|
|
<description>.NET library that implements an ordered dictionary. Provides all the functionality of Dictionary<TKey, TValue> but also maintains the items in an ordered list. Items can be added, removed and accessed by key or index. Implements IDictionary.</description>
|
|
<releaseNotes>Added direct support for .NET 9; Code clean up.</releaseNotes>
|
|
<copyright>Copyright © 2020-2024 SoftCircuits</copyright>
|
|
<tags>collections list ordered dictionary ordered-dictionary .net</tags>
|
|
<repository type="git" url="https://github.com/SoftCircuits/OrderedDictionary" commit="14c9d32374a33fb36cf9792521cf77bfb357c1b6" />
|
|
<dependencies>
|
|
<group targetFramework="net6.0" />
|
|
<group targetFramework="net7.0" />
|
|
<group targetFramework="net8.0" />
|
|
<group targetFramework="net9.0" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |