-
Notifications
You must be signed in to change notification settings - Fork 1
/
Microsoft.TemplateEngine.nuspec
26 lines (24 loc) · 1.21 KB
/
Microsoft.TemplateEngine.nuspec
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
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.TemplateEngine</id>
<version>0.0.1-beta</version>
<authors>LigerShark</authors>
<owners>LigerShark</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/ligershark/mutant-chicken</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Forward only stream mutations including replacements and conditionally included regions.
This will process the replacements and conditions in projects in SideWaffle, PecanWaffle and DotNetWaffle.
Commit: https://github.com/ligershark/mutant-chicken/commit/$(COMMIT_ID)
</description>
<copyright>Copyright 2016 LigerShark</copyright>
</metadata>
<files>
<file src="vs\Microsoft.TemplateEngine.Core.dll" target="lib\Microsoft.TemplateEngine.Core.dll" />
<file src="vs\Microsoft.TemplateEngine.Core.pdb" target="lib\Microsoft.TemplateEngine.Core.pdb" />
<file src="dotnet\netstandard1.5\Microsoft.TemplateEngine.Core.dll" target="lib\dotnet\Microsoft.TemplateEngine.Core.dll" />
<file src="dotnet\netstandard1.5\Microsoft.TemplateEngine.Core.pdb" target="lib\dotnet\Microsoft.TemplateEngine.Core.pdb" />
</files>
</package>