-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCustomConfigurations.nuspec
More file actions
27 lines (23 loc) · 1.4 KB
/
CustomConfigurations.nuspec
File metadata and controls
27 lines (23 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>$version$</version>
<authors>Jon Hawkins</authors>
<owners>Jon Hawkins</owners>
<id>CustomConfigurations</id>
<title>HoH - Custom Configurations</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This project is designed to allow people to define configuration in the config file (or other) and have strongly typed models returned.</description>
<copyright>Copyright Jon Hawkins 2014</copyright>
<projectUrl>https://github.com/twistedtwig/CustomConfigurations</projectUrl>
</metadata>
<files>
<file src="CustomConfigurations\bin\Release\CustomConfigurations.dll" target="lib\net40" />
<file src="CustomConfigurations\bin\Release\CustomConfigurations.pdb" target="lib\net40" />
<file src="CustomConfigurations\bin\Release\Content\config.install.xdt" target="content\web.config.install.xdt" />
<file src="CustomConfigurations\bin\Release\Content\config.uninstall.xdt" target="content\web.config.uninstall.xdt" />
<file src="CustomConfigurations\bin\Release\Content\config.install.xdt" target="content\app.config.install.xdt" />
<file src="CustomConfigurations\bin\Release\Content\config.uninstall.xdt" target="content\app.config.uninstall.xdt" />
<file src="readme.txt" target="" />
</files>
</package>