File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 74
74
<Compile Include =" CommandLineSyntax.cs" />
75
75
<Compile Include =" WindowsCommandLineSyntax.cs" />
76
76
</ItemGroup >
77
+ <ItemGroup >
78
+ <None Include =" MedallionShell.nuspec" />
79
+ </ItemGroup >
77
80
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78
81
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79
82
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments