|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | | - <metadata> |
4 | | - <id>SysadminsLV.Asn1Parser</id> |
5 | | - <version>$version$</version> |
6 | | - <authors>Vadims Podans, PKI Solutions LLC</authors> |
7 | | - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
8 | | - <license type="expression">MS-PL</license> |
9 | | - <repository type="git" url="https://github.com/PKISolutions/Asn1DerParser.NET" /> |
10 | | - <projectUrl>https://github.com/PKISolutions/Asn1DerParser.NET</projectUrl> |
11 | | - <description>ASN.1 binary parser and utility set for binary data encoded with Distinguished Encoding Rules (DER).</description> |
12 | | - <releaseNotes>None.</releaseNotes> |
13 | | - <copyright>Copyright © Sysadmins LV 2012-$year$</copyright> |
14 | | - <tags>ASN.1 ASN ASN1</tags> |
15 | | - <dependencies> |
16 | | - <group targetFramework=".NETFramework4.7.2"/> |
17 | | - <group targetFramework="netstandard2.0"/> |
18 | | - </dependencies> |
19 | | - </metadata> |
20 | | - <files> |
21 | | - <file src="..\Asn1Parser\bin\Release\net472\*.*" target="lib/net472"/> |
22 | | - <file src="..\Asn1Parser\bin\Release\netstandard2.0\*.*" target="lib/netstandard2.0"/> |
23 | | - </files> |
| 3 | + <metadata> |
| 4 | + <id>SysadminsLV.Asn1Parser</id> |
| 5 | + <version>$version$</version> |
| 6 | + <authors>Vadims Podans, PKI Solutions LLC</authors> |
| 7 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 8 | + <license type="expression">MS-PL</license> |
| 9 | + <repository type="git" url="https://github.com/PKISolutions/Asn1DerParser.NET" /> |
| 10 | + <projectUrl>https://github.com/PKISolutions/Asn1DerParser.NET</projectUrl> |
| 11 | + <description>ASN.1 binary parser and utility set for binary data encoded with Distinguished Encoding Rules (DER).</description> |
| 12 | + <releaseNotes>None.</releaseNotes> |
| 13 | + <copyright>Copyright © Sysadmins LV 2012-$year$</copyright> |
| 14 | + <tags>ASN.1 ASN ASN1</tags> |
| 15 | + <dependencies> |
| 16 | + <group targetFramework=".NETFramework4.7.2"> |
| 17 | + <dependency id="System.Memory" version="4.6.0" /> |
| 18 | + </group> |
| 19 | + <group targetFramework="net8.0"> |
| 20 | + <dependency id="System.Memory" version="4.6.0" /> |
| 21 | + </group> |
| 22 | + </dependencies> |
| 23 | + </metadata> |
| 24 | + <files> |
| 25 | + <file src="..\Asn1Parser\bin\Release\net472\SysadminsLV.*" target="lib/net472"/> |
| 26 | + <file src="..\Asn1Parser\bin\Release\net8.0\SysadminsLV.*" target="lib/net8.0"/> |
| 27 | + </files> |
24 | 28 | </package> |
0 commit comments