Skip to content

Commit

Permalink
added the nuget project
Browse files Browse the repository at this point in the history
  • Loading branch information
lastunicorn committed Jan 3, 2018
1 parent 2d993b8 commit 7553c9e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nuget/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib/
*.nupkg
15 changes: 15 additions & 0 deletions nuget/ConsoleTools.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>ConsoleTools</id>
<version>0.0.1</version>
<authors>Dust in the Wind</authors>
<owners>Dust in the Wind</owners>
<projectUrl>https://github.com/lastunicorn/ConsoleTools</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A set of tools and "controls" for the .net Console.</description>
<releaseNotes>First release</releaseNotes>
<copyright>Copyright 2017 Dust in the Wind</copyright>
<tags>console cli prompter menu progressbar spinner table read write</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion source/ConsoleTools/ConsoleTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\DustInTheWind.ConsoleTools.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -108,7 +109,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="MenuControl\TextMenu.cs" />
<Compile Include="CommandProviders\CliCommand.cs" />
<Compile Include="ThreeStageFile.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 7553c9e

Please sign in to comment.