forked from scriptcs/scriptcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptCs.CSharp.nuspec
More file actions
15 lines (15 loc) · 813 Bytes
/
ScriptCs.CSharp.nuspec
File metadata and controls
15 lines (15 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ScriptCs.CSharp</id>
<version>$version$</version>
<title>ScriptCs.CSharp</title>
<authors>Glenn Block, Filip Wojcieszyn, Justin Rusbatch, Kristian Hellang, Damian Schenkelman, Adam Ralph</authors>
<description>ScriptCs.CSharp provides a Microsoft.CodeAnalysis-based C# script engine for scriptcs.</description>
<projectUrl>http://scriptcs.net</projectUrl>
<iconUrl>http://www.gravatar.com/avatar/5c754f646971d8bc800b9d4057931938.png?s=120</iconUrl>
<licenseUrl>https://github.com/scriptcs/scriptcs/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>roslyn csx script scriptcs</tags>
</metadata>
</package>