-
Notifications
You must be signed in to change notification settings - Fork 186
/
Waffle.nuspec
23 lines (23 loc) · 1021 Bytes
/
Waffle.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>Waffle.AD</id>
<version>3.1.0</version>
<authors>Daniel Doubrovkine & Jeremy Landis</authors>
<owners>Daniel Doubrovkine</owners>
<licenseUrl>https://github.com/Waffle/waffle/blob/master/LICENSE</licenseUrl>
<projectUrl>https://waffle.github.io/waffle/</projectUrl>
<iconUrl>https://github.com/Waffle/waffle/blob/master/waffle.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Enable drop-in Windows Single Sign On for popular Java web servers.</description>
<releaseNotes>Add nuget package</releaseNotes>
<copyright>Copyright (c) Application Security Inc.2010-2024 and Contributors.</copyright>
<tags>sspi kerberos negotiate ntlm authentication</tags>
<dependencies>
<dependency id="NUnit" version="3.14.0" />
</dependencies>
</metadata>
<files>
<file src="target\Release\Waffle\Bin\*.dll" target="lib\Waffle.Windows.AuthProvider.dll" />
</files>
</package>