Added nuget spec for the core library

This commit is contained in:
Kevin Thompson
2017-01-20 16:20:02 -05:00
parent 1684280216
commit e7d93e0732

17
NSspi/NSspi.nuspec Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>NSspi</id>
<version>0.1.1.0</version>
<authors>Kevin Thompson</authors>
<owners>Kevin Thompson</owners>
<projectUrl>https://github.com/antiduh/nsspi</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A C#/.Net interface to the Win32 SSPI authentication API,
better known as Windows Integrated Authentication.
</description>
<releaseNotes>First release of NSspi.</releaseNotes>
<copyright>Copyright 2017</copyright>
</metadata>
</package>