Skip to content

Commit

Permalink
Updated the version numbers to 2.5.0 for a new Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Malenfant committed Jan 19, 2018
1 parent 05e4f6b commit 9bd3174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BuildTestRelease.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem ********** RUN THIS FILE AS ADMINISTRATOR **********
set rootdir=%~dp0
set version=2.4.0
set version=2.5.0
set EnableNuGetPackageRestore=true

rem ********** CHANGE CURRENT DIR TO LOCATION OF BAT FILE **********
Expand Down
2 changes: 1 addition & 1 deletion src/Vts/AssemblyFileVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyFileVersion("1.0.*")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.5.0")]
2 changes: 1 addition & 1 deletion src/Vts/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.1")]
[assembly: AssemblyVersion("2.5.0")]

0 comments on commit 9bd3174

Please sign in to comment.