Skip to content

Commit e4faa30

Browse files
committed
updated Version numbers
1 parent 207dccd commit e4faa30

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/AssemblyVersion_Master.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
[assembly: AssemblyVersion("0.11.1.0")]
6-
[assembly: AssemblyFileVersion("0.11.1.15826")]
5+
[assembly: AssemblyVersion("0.12.0.0")]
6+
[assembly: AssemblyFileVersion("0.12.0.0")]

src/Google.Maps.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("c1fc5721-f37c-4e9f-b8a1-115a289e8087")]
2424

25-
[assembly: AssemblyVersion("0.11.1.28730")]
26-
[assembly: AssemblyFileVersion("0.11.1.28730")]
25+
[assembly: AssemblyVersion("0.12.0.36637")]
26+
[assembly: AssemblyFileVersion("0.12.0.36637")]

src/Google.Maps/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("add2eb45-f508-4a72-9d59-fdbc553903af")]
2424

25-
[assembly: AssemblyVersion("0.11.1.28730")]
26-
[assembly: AssemblyFileVersion("0.11.1.28730")]
25+
[assembly: AssemblyVersion("0.12.0.36637")]
26+
[assembly: AssemblyFileVersion("0.12.0.36637")]

src/Samples/SearchAddressMap/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
//
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("0.11.1.28730")]
54-
[assembly: AssemblyVersion("0.11.1.28730")]
55-
[assembly: AssemblyFileVersion("0.11.1.28730")]
53+
// [assembly: AssemblyVersion("0.12.0.36637")]
54+
[assembly: AssemblyVersion("0.12.0.36637")]
55+
[assembly: AssemblyFileVersion("0.12.0.36637")]

0 commit comments

Comments
 (0)