forked from khellang/ResourceHelperGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResourceHelperGenerator.nuspec
More file actions
22 lines (22 loc) · 1.04 KB
/
ResourceHelperGenerator.nuspec
File metadata and controls
22 lines (22 loc) · 1.04 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>ResourceHelperGenerator</id>
<version>0.3.1-fixed</version>
<title>ResourceHelperGenerator</title>
<authors>Kristian Hellang</authors>
<owners>Kristian Hellang</owners>
<licenseUrl>https://raw.githubusercontent.com/khellang/ResourceHelperGenerator/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/khellang/ResourceHelperGenerator</projectUrl>
<iconUrl>https://raw.githubusercontent.com/khellang/ResourceHelperGenerator/master/etc/generator-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An MSBuild task that generates a strongly typed helper class for resource files with support for string formatting.</description>
<developmentDependency>true</developmentDependency>
<copyright>Copyright © Kristian Hellang 2015</copyright>
<tags>resource generator strongly typed</tags>
</metadata>
<files>
<file src="targets\*.*" target="build" />
<file src="tools\*.*" target="tools" />
</files>
</package>