Skip to content

Commit e13fa53

Browse files
committed
Added nuspec
1 parent d222187 commit e13fa53

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

MedallionShell/MedallionShell.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<Compile Include="CommandLineSyntax.cs" />
7575
<Compile Include="WindowsCommandLineSyntax.cs" />
7676
</ItemGroup>
77+
<ItemGroup>
78+
<None Include="MedallionShell.nuspec" />
79+
</ItemGroup>
7780
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7881
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7982
Other similar extension points exist, see Microsoft.Common.targets.

MedallionShell/MedallionShell.nuspec

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>MedallionShell</id>
5+
<version>$version$</version>
6+
<title>Medallion Shell</title>
7+
<authors>Michael Adelson</authors>
8+
<licenseUrl>https://raw.githubusercontent.com/madelson/MedallionShell/master/License.txt</licenseUrl>
9+
<projectUrl>https://github.com/madelson/MedallionShell</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<summary>
12+
A lightweight library that simplifies working with processes in .NET
13+
</summary>
14+
<description>
15+
A lightweight library that simplifies working with processes in .NET
16+
</description>
17+
<releaseNotes>
18+
Initial release
19+
</releaseNotes>
20+
<copyright>Copyright 2014</copyright>
21+
<tags>process async</tags>
22+
<dependencies>
23+
</dependencies>
24+
</metadata>
25+
<files>
26+
<file src="bin/Debug/MedallionShell.XML" />
27+
</files>
28+
</package>

0 commit comments

Comments
 (0)