-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonCore.nuspec
More file actions
18 lines (18 loc) · 1.78 KB
/
CommonCore.nuspec
File metadata and controls
18 lines (18 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CommonCore</id>
<version>1.0.0.7</version>
<title>Core Libraries for .NET</title>
<authors>marcosb</authors>
<owners />
<projectUrl>http://github.com/marcosb/CommonCore</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core libraries with common utility classes, such as a Cache and collection utilities. Aims to be similar to Guava for Java</description>
</metadata>
<files>
<file src="Base\bin\Release\CommonCore.Base.dll" target="lib\net35" />
<file src="Cache\bin\Release\CommonCore.Cache.dll" target="lib\net35" />
<file src="Collections\bin\Release\CommonCore.Collections.dll" target="lib\net35" />
</files>
</package>