Skip to content

Commit 392ecc9

Browse files
author
Aaron
committed
Fixed project url
1 parent a31cd73 commit 392ecc9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>AjsWebDesign.DVSA.MOT.SDK</id>
5+
<version>1.0.1</version>
6+
<title>DVSA.MOT.SDK</title>
7+
<authors>Aaron Sadler</authors>
8+
<owners>Aaron Sadler</owners>
9+
<icon>Mot_Logo.png</icon>
10+
<releaseNotes><![CDATA[1.0.1 Fixed project url]]></releaseNotes>
11+
<tags>dvsa, mot, mot-api, dvsa-api</tags>
12+
<copyright>Copyright 2020</copyright>
13+
<projectUrl>https://github.com/AaronSadlerUK/DVSA.MOT.SDK</projectUrl>
14+
<license type="expression">MIT</license>
15+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
16+
<summary>A simple SDK for access to the DVSA MOT history API.</summary>
17+
<description>A simple SDK for access to the DVSA MOT history API.</description>
18+
<dependencies>
19+
<group targetFramework=".NETStandard2.1">
20+
</group>
21+
</dependencies>
22+
</metadata>
23+
<files>
24+
<file src="Mot_Logo.png"/>
25+
<file src="..\DVSA.MOT.SDK\bin\Release\netstandard2.1\DVSA.MOT.SDK.dll" target="lib\netstandard2.1\DVSA.MOT.SDK.dll" />
26+
</files>
27+
</package>

0 commit comments

Comments
 (0)