-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpatterns.nuspec
More file actions
22 lines (22 loc) · 1.05 KB
/
patterns.nuspec
File metadata and controls
22 lines (22 loc) · 1.05 KB
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 >
<metadata>
<id>csharp-partterns</id>
<version>$version$</version>
<title>Csharp design patterns - libraries</title>
<authors>cshandler.com, Amit choudhary</authors>
<owners>Amit choudhary</owners>
<projectUrl>https://github.com/vendettamit/PatternsFun</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The library is basically to provide pre-written classes that can help following design patterns in other csharp projects.</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright © cshandler.com</copyright>
<tags>csharp csharp-patterns design-patterns</tags>
</metadata>
<files>
<!-- <file src="$bin$\v4.0\Patterns.Cor.dll" target="lib\net40" /> -->
<file src="$bin$\v4.5\Patterns.Cor.dll" target="lib\net45" />
<!-- <file src="$bin$\v4.5.1\Patterns.Cor.dll" target="lib\net451" />-->
</files>
</package>