From 4e305bcfc71ffaab0961ee7d3cb5144e52dd42ed Mon Sep 17 00:00:00 2001 From: sriv Date: Fri, 12 Aug 2016 12:10:42 +0530 Subject: [PATCH] bumped up lib version to 0.6.1 --- Lib/CHANGELOG.md | 2 +- Lib/Properties/AssemblyInfo.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Lib/CHANGELOG.md b/Lib/CHANGELOG.md index ca9fb4d..aa05ca0 100644 --- a/Lib/CHANGELOG.md +++ b/Lib/CHANGELOG.md @@ -1 +1 @@ -### 0.6.0 +### 0.6.1 diff --git a/Lib/Properties/AssemblyInfo.cs b/Lib/Properties/AssemblyInfo.cs index 7d2bde9..b129f46 100644 --- a/Lib/Properties/AssemblyInfo.cs +++ b/Lib/Properties/AssemblyInfo.cs @@ -5,8 +5,8 @@ [assembly: AssemblyTitleAttribute("Gauge.CSharp.Lib")] [assembly: GuidAttribute("21677428-1b2a-4a9b-9865-f72209fb8f1c")] [assembly: AssemblyDescriptionAttribute("C# support for Gauge. http://getgauge.io")] -[assembly: AssemblyVersionAttribute("0.6.0")] -[assembly: AssemblyFileVersionAttribute("0.6.0")] +[assembly: AssemblyVersionAttribute("0.6.1")] +[assembly: AssemblyFileVersionAttribute("0.6.1")] [assembly: AssemblyConfigurationAttribute("")] [assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")] [assembly: AssemblyProductAttribute("Gauge.CSharp.Core")] @@ -16,7 +16,7 @@ [assembly: ComVisibleAttribute(true)] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.6.0"; - internal const string InformationalVersion = "0.6.0"; + internal const string Version = "0.6.1"; + internal const string InformationalVersion = "0.6.1"; } }