Skip to content

Commit

Permalink
Added nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
madelson committed Aug 23, 2014
1 parent d222187 commit e13fa53
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MedallionShell/MedallionShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<Compile Include="CommandLineSyntax.cs" />
<Compile Include="WindowsCommandLineSyntax.cs" />
</ItemGroup>
<ItemGroup>
<None Include="MedallionShell.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
28 changes: 28 additions & 0 deletions MedallionShell/MedallionShell.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>MedallionShell</id>
<version>$version$</version>
<title>Medallion Shell</title>
<authors>Michael Adelson</authors>
<licenseUrl>https://raw.githubusercontent.com/madelson/MedallionShell/master/License.txt</licenseUrl>
<projectUrl>https://github.com/madelson/MedallionShell</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
A lightweight library that simplifies working with processes in .NET
</summary>
<description>
A lightweight library that simplifies working with processes in .NET
</description>
<releaseNotes>
Initial release
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>process async</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="bin/Debug/MedallionShell.XML" />
</files>
</package>

0 comments on commit e13fa53

Please sign in to comment.