Skip to content

Commit

Permalink
new aliasql version
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffman, Eric committed Apr 20, 2016
1 parent f8f5e0f commit ca2fc20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/DTMF.Website/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
Binary file modified Source/DTMF.Website/Tools/AliaSQL.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
properties {
$visualstudioversion = null-coalesce $visualstudioversion "12.0"
$projectName = "DTMF"
$version = null-coalesce $version ("1.0." + (get-date -format "yyyy")) #changed to three numbers since that's how version comes from teamcity
$version = null-coalesce $version ("1.1." + (get-date -format "yyyy")) #changed to three numbers since that's how version comes from teamcity
$fullversion = $version + "." + (get-date -format "MMdd")

$projectConfig = "Release"
Expand Down

0 comments on commit ca2fc20

Please sign in to comment.