-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.nuspec
More file actions
21 lines (21 loc) · 975 Bytes
/
Package.nuspec
File metadata and controls
21 lines (21 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FeatureSwitcher.Windsor</id>
<title>Castle Windsor plugin for FeatureSwitcher</title>
<version>$version$</version>
<authors>Queue-it</authors>
<owners>Queue-it</owners>
<licenseUrl>https://github.com/queueit/FeatureSwitcher.Windsor/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/queueit/FeatureSwitcher.Windsor</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Castle Windsor plugin for FeatureSwitcher</description>
<tags>DependencyInjection BranchByAbstraction FeatureSwitcher FeatureToggle</tags>
<dependencies>
<dependency id="Castle.Windsor" version="3.3.0" />
</dependencies>
</metadata>
<files>
<file src="src\FeatureSwitcher.Windsor\bin\$configuration$\TFeatureSwitcher.Windsor.dll" target="lib\net45\" />
</files>
</package>