Skip to content

Commit 64748d2

Browse files
committed
Version 1.1.4
1 parent ffa5ed7 commit 64748d2

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

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

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

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

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

0 commit comments

Comments
 (0)