forked from PureKrome/EcmaScript.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nuspec
More file actions
19 lines (18 loc) · 965 Bytes
/
package.nuspec
File metadata and controls
19 lines (18 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>EcmaScript.Net45.Signed</id>
<version>2.0.0</version>
<authors>Thomas Piart, PureKrome</authors>
<summary>EcmaScript.Net .Net 4.5 Signed version. Dependency of YUICompressor.</summary>
<description>EcmaScript.Net .Net 4.5 Signed version. Dependency of YUICompressor.</description>
<language>en-US</language>
<licenseUrl>https://github.com/tomap/EcmaScript.Net/license</licenseUrl>
<projectUrl>https://github.com/tomap/EcmaScript.Net</projectUrl>
<tags>EcmaScript EcmaScript.Net YuiCompressor</tags>
</metadata>
<files>
<file src="Code\EcmaScript.NET\bin\Release\EcmaScript.NET.dll" target="lib\net45" />
<file src="Code\EcmaScript.NET\bin\Release\EcmaScript.NET.pdb" target="lib\net45" />
</files>
</package>