Skip to content

Commit

Permalink
Update assembly info for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Aug 12, 2014
1 parent 1a6123c commit a40638f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion System.Net.Http/Assembly/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#else
[assembly: AssemblyVersion (Consts.FxVersion)]
[assembly: SatelliteContractVersion (Consts.FxVersion)]
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion + Consts.FxInformationalSuffix)]
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
#endif

Expand Down
5 changes: 3 additions & 2 deletions build/common/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ static class Consts
public const string FxFileVersion = "4.0.50524.0";
public const string VsFileVersion = "9.0.50727.42"; // unused, but needed for compilation
#elif NET_4_5
public const string FxVersion = "4.0.0.0";
public const string FxVersion = "1.0.0.0";
public const string FxFileVersion = "4.0.30319.17020";

public const string FxInformationalSuffix = "-beta001";

public const string VsVersion = "0.0.0.0"; // Useless ?
public const string VsFileVersion = "11.0.0.0"; // TODO:
#elif NET_4_0
Expand Down
2 changes: 1 addition & 1 deletion build/version.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$Version = "1.0.0-dev"
$Version = "1.0.0-beta001"

0 comments on commit a40638f

Please sign in to comment.