Skip to content

Commit 8a8d0eb

Browse files
committed
Bump 1.2.0
1 parent 257759f commit 8a8d0eb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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.1.4")]
33-
[assembly: AssemblyFileVersion("1.1.4")]
32+
[assembly: AssemblyVersion("1.2.0")]
33+
[assembly: AssemblyFileVersion("1.2.0")]

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.1.4")]
33-
[assembly: AssemblyFileVersion("1.1.4")]
32+
[assembly: AssemblyVersion("1.2.0")]
33+
[assembly: AssemblyFileVersion("1.2.0")]

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.1.4")]
33-
[assembly: AssemblyFileVersion("1.1.4")]
32+
[assembly: AssemblyVersion("1.2.0")]
33+
[assembly: AssemblyFileVersion("1.2.0")]

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.1.4")]
36-
[assembly: AssemblyFileVersion("1.1.4")]
35+
[assembly: AssemblyVersion("1.2.0")]
36+
[assembly: AssemblyFileVersion("1.2.0")]

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.1.4")]
32-
[assembly: AssemblyFileVersion("1.1.4")]
31+
[assembly: AssemblyVersion("1.2.0")]
32+
[assembly: AssemblyFileVersion("1.2.0")]

0 commit comments

Comments
 (0)