Skip to content

Commit

Permalink
updated Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Sep 12, 2014
1 parent 207dccd commit e4faa30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/AssemblyVersion_Master.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("0.11.1.0")]
[assembly: AssemblyFileVersion("0.11.1.15826")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
4 changes: 2 additions & 2 deletions src/Google.Maps.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c1fc5721-f37c-4e9f-b8a1-115a289e8087")]

[assembly: AssemblyVersion("0.11.1.28730")]
[assembly: AssemblyFileVersion("0.11.1.28730")]
[assembly: AssemblyVersion("0.12.0.36637")]
[assembly: AssemblyFileVersion("0.12.0.36637")]
4 changes: 2 additions & 2 deletions src/Google.Maps/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("add2eb45-f508-4a72-9d59-fdbc553903af")]

[assembly: AssemblyVersion("0.11.1.28730")]
[assembly: AssemblyFileVersion("0.11.1.28730")]
[assembly: AssemblyVersion("0.12.0.36637")]
[assembly: AssemblyFileVersion("0.12.0.36637")]
6 changes: 3 additions & 3 deletions src/Samples/SearchAddressMap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.11.1.28730")]
[assembly: AssemblyVersion("0.11.1.28730")]
[assembly: AssemblyFileVersion("0.11.1.28730")]
// [assembly: AssemblyVersion("0.12.0.36637")]
[assembly: AssemblyVersion("0.12.0.36637")]
[assembly: AssemblyFileVersion("0.12.0.36637")]

0 comments on commit e4faa30

Please sign in to comment.