-
Notifications
You must be signed in to change notification settings - Fork 0
/
JB.Common.nuspec
22 lines (22 loc) · 1.21 KB
/
JB.Common.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>JB.Common</id>
<version>$version$</version>
<authors>Joerg Battermann</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides custom types, helpers and extension methods.</description>
<summary>This package contains custom type(s) I needed myself or deemed useful for current or future projects.</summary>
<releaseNotes>Initial version.</releaseNotes>
<language>en-US</language>
<copyright>Joerg Battermann</copyright>
<licenseUrl>https://github.com/jbattermann/JB.Common/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jbattermann/JB.Common/blob/master/README.md</projectUrl>
<tags>Common Helpers HelperMethods ExtensionMethods</tags>
</metadata>
<files>
<file src="JB.Common\bin\Release\JB.Common.dll" target="lib\net46" />
<file src="JB.Common\bin\Release\JB.Common.pdb" target="lib\net46" />
<file src="JB.Common\bin\Release\JB.Common.xml" target="lib\net46" />
</files>
</package>