Skip to content

Instantly share code, notes, and snippets.

@davidebbo
Created March 18, 2013 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidebbo/5188451 to your computer and use it in GitHub Desktop.
Save davidebbo/5188451 to your computer and use it in GitHub Desktop.
NuSpec file for the Mono.CSharp NuGet package. To build the package, copy Mono.CSharp.dll into Lib\net40 and run `nuget pack`
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Mono.CSharp</id>
<version>4.0</version>
<authors>Mono development team</authors>
<owners>Mono development team</owners>
<licenseUrl>https://github.com/mono/mono/blob/master/LICENSE</licenseUrl>
<projectUrl>http://www.mono-project.com/CSharp_Compiler</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Mono CSharp compiler</description>
<tags>mono csharp</tags>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment