Skip to content

Commit

Permalink
updated release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lastunicorn committed Jan 5, 2018
1 parent 3511ba3 commit 66ab1e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions nuget/ConsoleTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ConsoleTools</id>
<version>0.0.1</version>
<version>0.0.2</version>
<authors>Dust in the Wind</authors>
<title>ConsoleTools</title>
<owners>Dust in the Wind</owners>
Expand All @@ -11,7 +11,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.</description>
<summary>A set of tools and "controls" for the .net Console.</summary>
<releaseNotes>First release</releaseNotes>
<releaseNotes>
- Updates in MVC framework.
- Added the ThreeStageFile control that writes data in a temporary file and keeps a backup of the last version of the file.
- Created the Pause control.</releaseNotes>
<copyright>Copyright 2017 Dust in the Wind</copyright>
<tags>console cli prompter menu progressbar spinner table read write</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion release/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

set root_directory=..
set version=0.0.1
set version=0.0.2

rem ----------------------------------------------------------------------------------------------------
rem Clean up existing files.
Expand Down

0 comments on commit 66ab1e4

Please sign in to comment.