Skip to content

Commit

Permalink
Further improvements to version management.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi committed Aug 19, 2015
1 parent c1799a6 commit d8c48c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
// AssemblyVersion is the CLR version. Change this only when making breaking changes
[assembly: AssemblyVersion("3.1")]

[assembly: AssemblyInformationalVersion("3.1.develop")]
Binary file modified SharedFileVersionInfo.cs
Binary file not shown.
4 changes: 2 additions & 2 deletions Xbim.Common/Xbim.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@
<Year>$([System.DateTime]::Now.ToString("yy"))</Year>
<Month>$([System.DateTime]::Now.ToString("MM"))</Month>
<Date>$([System.DateTime]::Now.ToString("dd"))</Date>
<Time>$([System.DateTime]::Now.ToString("HHmm"))</Time>
<AssemblyFileVersionAttribute>[assembly:System.Reflection.AssemblyFileVersion("$(Year).$(Month).$(Date).$(Time)")]</AssemblyFileVersionAttribute>
<Time>$([System.DateTime]::Now.ToString("HH"))</Time>
<AssemblyFileVersionAttribute>[assembly:System.Reflection.AssemblyFileVersion("3.1.$(Year)$(Month).$(Date)$(Time)")]</AssemblyFileVersionAttribute>
</PropertyGroup>
<Target Name="BeforeBuild">
<WriteLinesToFile
Expand Down
2 changes: 1 addition & 1 deletion Xbim.Essentials.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Essentials</id>
<version>3.1.10-V0002</version>
<version>3.1.10-V0003</version>
<title>xBIM Essentials</title>
<authors>xBIM team</authors>
<owners>Steve Lockley</owners>
Expand Down

0 comments on commit d8c48c7

Please sign in to comment.