forked from scriptcs/scriptcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptcs.nuspec
More file actions
24 lines (24 loc) · 1.23 KB
/
scriptcs.nuspec
File metadata and controls
24 lines (24 loc) · 1.23 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>scriptcs</id>
<version>$version$</version>
<authors>Glenn Block, Filip Wojcieszyn, Justin Rusbatch, Kristian Hellang, Damian Schenkelman, Adam Ralph</authors>
<owners>Glenn Block, Justin Rusbatch, Filip Wojcieszyn</owners>
<licenseUrl>https://github.com/scriptcs/scriptcs/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://scriptcs.net</projectUrl>
<iconUrl>http://www.gravatar.com/avatar/5c754f646971d8bc800b9d4057931938.png?s=120</iconUrl>
<description>Write .Net apps with a text editor, NuGet, and the power of Roslyn!</description>
<tags>roslyn csx script scriptcs</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework="net45" />
</frameworkAssemblies>
</metadata>
<files>
<file src="chocolateyInstall.ps1" target="tools" />
<file src="..\bin\$configuration$\scriptcs.exe" target="tools" />
<file src="..\bin\$configuration$\scriptcs.exe.config" target="tools" />
<file src="..\bin\$configuration$\*.dll" target="tools" />
<file src="..\bin\$configuration$\*.pdb" target="tools" />
</files>
</package>