Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Increment number to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
glennc committed Jan 8, 2013
1 parent 8138923 commit fe21680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EF.msbuild
Expand Up @@ -57,7 +57,7 @@

<Target Name="UpdateVersionNumber" Condition=" '$(BUILD_NUMBER)' != '' ">
<PropertyGroup>
<DatePart>1$([System.DateTime]::Now.ToString("MMdd"))</DatePart>
<DatePart>2$([System.DateTime]::Now.ToString("MMdd"))</DatePart>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyFileVersion>6.0.$(DatePart).$(BUILD_NUMBER)</AssemblyFileVersion>
<AssemblyInfoVersion>6.0.0-alpha2-$(DatePart)</AssemblyInfoVersion>
Expand Down

0 comments on commit fe21680

Please sign in to comment.