-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
23 lines (23 loc) · 1.08 KB
/
Package.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>ExtendFurther</id>
<version>1.0.19</version>
<authors>Stephen J. Smith</authors>
<owners>itcombox@gmail.com</owners>
<licenseUrl>https://github.com/itb2k13/ExtendFurther/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/itb2k13/ExtendFurther</projectUrl>
<iconUrl>https://cdn3.iconfinder.com/data/icons/travelling-icon-set/800/bridge-512.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Another library of simple string, number and collection extensions</description>
<releaseNotes>Added more extensions and relevant unit tests</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>String Extensions, Numerical Extensions, List Extensions, Collection Extensions</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="ExtendFurther\bin\Release\ExtendFurther.dll" target="lib\net46\ExtendFurther.dll" />
<file src="ExtendFurther\bin\Release\ExtendFurther.xml" target="lib\net46\ExtendFurther.xml" />
</files>
</package>