From 44b3b8beb086573ce221c5dd484c29a3e00fc88e Mon Sep 17 00:00:00 2001 From: maca88 Date: Sat, 30 Dec 2017 18:02:31 +0100 Subject: [PATCH] Version 0.8.0 --- Source/AsyncGenerator.CommandLine/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Source/AsyncGenerator.Core/Properties/AssemblyInfo.cs | 4 ++-- Source/AsyncGenerator/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Source/AsyncGenerator.CommandLine/Properties/AssemblyInfo.cs b/Source/AsyncGenerator.CommandLine/Properties/AssemblyInfo.cs index cf45d981..6a35c702 100644 --- a/Source/AsyncGenerator.CommandLine/Properties/AssemblyInfo.cs +++ b/Source/AsyncGenerator.CommandLine/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("0.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyFileVersion("0.8.0.0")] diff --git a/Source/AsyncGenerator.Configuration.Yaml/Properties/AssemblyInfo.cs b/Source/AsyncGenerator.Configuration.Yaml/Properties/AssemblyInfo.cs index 7fa048cb..7e4ae3b4 100644 --- a/Source/AsyncGenerator.Configuration.Yaml/Properties/AssemblyInfo.cs +++ b/Source/AsyncGenerator.Configuration.Yaml/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("0.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyFileVersion("0.8.0.0")] diff --git a/Source/AsyncGenerator.Core/Properties/AssemblyInfo.cs b/Source/AsyncGenerator.Core/Properties/AssemblyInfo.cs index 0482a151..1980c053 100644 --- a/Source/AsyncGenerator.Core/Properties/AssemblyInfo.cs +++ b/Source/AsyncGenerator.Core/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("0.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyFileVersion("0.8.0.0")] diff --git a/Source/AsyncGenerator/Properties/AssemblyInfo.cs b/Source/AsyncGenerator/Properties/AssemblyInfo.cs index e921e50b..3a9adaf2 100644 --- a/Source/AsyncGenerator/Properties/AssemblyInfo.cs +++ b/Source/AsyncGenerator/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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("0.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyFileVersion("0.8.0.0")] [assembly: InternalsVisibleTo("AsyncGenerator.Tests")] \ No newline at end of file