Skip to content

Commit 3870044

Browse files
committed
Bump version 1.2.2
1 parent 487188a commit 3870044

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.0.{build}
1+
version: 1.2.2.{build}
22
os: Visual Studio 2015
33
build_script:
44
- cmd: nuget restore & build.cmd package

core/IncrementalCompiler/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.2.1")]
33-
[assembly: AssemblyFileVersion("1.2.1")]
32+
[assembly: AssemblyVersion("1.2.2")]
33+
[assembly: AssemblyFileVersion("1.2.2")]

core/RoslynCompilerFix/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.2.1")]
33-
[assembly: AssemblyFileVersion("1.2.1")]
32+
[assembly: AssemblyVersion("1.2.2")]
33+
[assembly: AssemblyFileVersion("1.2.2")]

core/RoslynMdbWriter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.2.1")]
33-
[assembly: AssemblyFileVersion("1.2.1")]
32+
[assembly: AssemblyVersion("1.2.2")]
33+
[assembly: AssemblyFileVersion("1.2.2")]

extra/CompilerPlugin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.1")]
36-
[assembly: AssemblyFileVersion("1.2.1")]
35+
[assembly: AssemblyVersion("1.2.2")]
36+
[assembly: AssemblyFileVersion("1.2.2")]

extra/UniversalCompiler/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("1.2.1")]
32-
[assembly: AssemblyFileVersion("1.2.1")]
31+
[assembly: AssemblyVersion("1.2.2")]
32+
[assembly: AssemblyFileVersion("1.2.2")]

0 commit comments

Comments
 (0)