From 15314547c1e34e6bcf24e3b95a8be9f1ab0d6d4c Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Sun, 12 Feb 2017 11:11:49 +0900 Subject: [PATCH] Bump version 1.2.9 --- core/IncrementalCompiler/Properties/AssemblyInfo.cs | 4 ++-- core/RoslynCompilerFix/Properties/AssemblyInfo.cs | 4 ++-- core/RoslynMdbWriter/Properties/AssemblyInfo.cs | 4 ++-- extra/CompilerPlugin/Properties/AssemblyInfo.cs | 4 ++-- extra/UniversalCompiler/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/IncrementalCompiler/Properties/AssemblyInfo.cs b/core/IncrementalCompiler/Properties/AssemblyInfo.cs index 73b42d8..014619c 100644 --- a/core/IncrementalCompiler/Properties/AssemblyInfo.cs +++ b/core/IncrementalCompiler/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.8")] -[assembly: AssemblyFileVersion("1.2.8")] +[assembly: AssemblyVersion("1.2.9")] +[assembly: AssemblyFileVersion("1.2.9")] diff --git a/core/RoslynCompilerFix/Properties/AssemblyInfo.cs b/core/RoslynCompilerFix/Properties/AssemblyInfo.cs index dac90ef..5053c40 100644 --- a/core/RoslynCompilerFix/Properties/AssemblyInfo.cs +++ b/core/RoslynCompilerFix/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.8")] -[assembly: AssemblyFileVersion("1.2.8")] +[assembly: AssemblyVersion("1.2.9")] +[assembly: AssemblyFileVersion("1.2.9")] diff --git a/core/RoslynMdbWriter/Properties/AssemblyInfo.cs b/core/RoslynMdbWriter/Properties/AssemblyInfo.cs index 9aaeb96..c930548 100644 --- a/core/RoslynMdbWriter/Properties/AssemblyInfo.cs +++ b/core/RoslynMdbWriter/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.8")] -[assembly: AssemblyFileVersion("1.2.8")] +[assembly: AssemblyVersion("1.2.9")] +[assembly: AssemblyFileVersion("1.2.9")] diff --git a/extra/CompilerPlugin/Properties/AssemblyInfo.cs b/extra/CompilerPlugin/Properties/AssemblyInfo.cs index ed42434..6ceccba 100644 --- a/extra/CompilerPlugin/Properties/AssemblyInfo.cs +++ b/extra/CompilerPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.8")] -[assembly: AssemblyFileVersion("1.2.8")] +[assembly: AssemblyVersion("1.2.9")] +[assembly: AssemblyFileVersion("1.2.9")] diff --git a/extra/UniversalCompiler/Properties/AssemblyInfo.cs b/extra/UniversalCompiler/Properties/AssemblyInfo.cs index bab978c..1d38bf8 100644 --- a/extra/UniversalCompiler/Properties/AssemblyInfo.cs +++ b/extra/UniversalCompiler/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.8")] -[assembly: AssemblyFileVersion("1.2.8")] +[assembly: AssemblyVersion("1.2.9")] +[assembly: AssemblyFileVersion("1.2.9")]