Added language declaration to nuspec
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>NSspi</id>
|
<id>NSspi</id>
|
||||||
<version>0.1.1.0</version>
|
<version>0.1.1.0</version>
|
||||||
<authors>Kevin Thompson</authors>
|
<authors>Kevin Thompson</authors>
|
||||||
<owners>Kevin Thompson</owners>
|
<owners>Kevin Thompson</owners>
|
||||||
<projectUrl>https://github.com/antiduh/nsspi</projectUrl>
|
<projectUrl>https://github.com/antiduh/nsspi</projectUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<description>
|
<description>
|
||||||
A C#/.Net interface to the Win32 SSPI authentication API,
|
A C#/.Net interface to the Win32 SSPI authentication API,
|
||||||
better known as Windows Integrated Authentication.
|
better known as Windows Integrated Authentication.
|
||||||
</description>
|
</description>
|
||||||
<releaseNotes>First release of NSspi.</releaseNotes>
|
<language>C#</language>
|
||||||
<copyright>Copyright 2017</copyright>
|
<releaseNotes>First release of NSspi.</releaseNotes>
|
||||||
</metadata>
|
<copyright>Copyright 2017</copyright>
|
||||||
|
</metadata>
|
||||||
</package>
|
</package>
|
||||||
|
|||||||
Reference in New Issue
Block a user