Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit 7ed38f7

Browse files
committed
Bump version #.
1 parent 79cc434 commit 7ed38f7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CodeGen/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
// General Information about an assembly is controlled through the following
2020
// set of attributes. Change these attribute values to modify the information
2121
// associated with an assembly.
22-
[assembly: AssemblyTitle("CodeGen")]
22+
[assembly: AssemblyTitle("Access Bridge Explorer Code Generation")]
2323
[assembly: AssemblyDescription("")]
2424
[assembly: AssemblyConfiguration("")]
2525
[assembly: AssemblyCompany("")]
26-
[assembly: AssemblyProduct("CodeGen")]
27-
[assembly: AssemblyCopyright("Copyright © 2016")]
26+
[assembly: AssemblyProduct("Access Bridge Explorer Code Generation")]
27+
[assembly: AssemblyCopyright("Copyright 2016 Google Inc. All Rights Reserved.")]
2828
[assembly: AssemblyTrademark("")]
2929
[assembly: AssemblyCulture("")]
3030

@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("1.0.0.0")]
50-
[assembly: AssemblyFileVersion("1.0.0.0")]
49+
[assembly: AssemblyVersion("0.9.2.0")]
50+
[assembly: AssemblyFileVersion("0.9.2.0")]

src/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[assembly: AssemblyConfiguration("")]
2424
[assembly: AssemblyCompany("")]
2525
[assembly: AssemblyProduct("Access Bridge Explorer")]
26-
[assembly: AssemblyCopyright("Copyright 2015 Google Inc. All Rights Reserved.")]
26+
[assembly: AssemblyCopyright("Copyright 2016 Google Inc. All Rights Reserved.")]
2727
[assembly: AssemblyTrademark("")]
2828
[assembly: AssemblyCulture("")]
2929

@@ -45,5 +45,5 @@
4545
// You can specify all the values or you can default the Build and Revision Numbers
4646
// by using the '*' as shown below:
4747
// [assembly: AssemblyVersion("1.0.*")]
48-
[assembly: AssemblyVersion("0.9.1.0")]
49-
[assembly: AssemblyFileVersion("0.9.1.0")]
48+
[assembly: AssemblyVersion("0.9.2.0")]
49+
[assembly: AssemblyFileVersion("0.9.2.0")]

0 commit comments

Comments
 (0)