Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 3bab480

Browse files
author
nehashri
committed
Bumping Core version to 0.1.1
1 parent 72c12ee commit 3bab480

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
### 0.1.0
1+
### 0.1.1

Core/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[assembly: AssemblyTitleAttribute("Gauge.CSharp.Core")]
66
[assembly: GuidAttribute("db098a05-ce23-4b6d-a124-4d125bc89f57")]
77
[assembly: AssemblyDescriptionAttribute("[INTERNAL GAUGE USE ONLY] Communicate with Gauge Core")]
8-
[assembly: AssemblyVersionAttribute("0.1.0")]
9-
[assembly: AssemblyFileVersionAttribute("0.1.0")]
8+
[assembly: AssemblyVersionAttribute("0.1.1")]
9+
[assembly: AssemblyFileVersionAttribute("0.1.1")]
1010
[assembly: AssemblyConfigurationAttribute("")]
1111
[assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")]
1212
[assembly: AssemblyProductAttribute("Gauge.CSharp.Core")]
@@ -19,8 +19,8 @@ internal static class AssemblyVersionInformation {
1919
internal const System.String AssemblyTitle = "Gauge.CSharp.Core";
2020
internal const System.String Guid = "db098a05-ce23-4b6d-a124-4d125bc89f57";
2121
internal const System.String AssemblyDescription = "[INTERNAL GAUGE USE ONLY] Communicate with Gauge Core";
22-
internal const System.String AssemblyVersion = "0.1.0";
23-
internal const System.String AssemblyFileVersion = "0.1.0";
22+
internal const System.String AssemblyVersion = "0.1.1";
23+
internal const System.String AssemblyFileVersion = "0.1.1";
2424
internal const System.String AssemblyConfiguration = "";
2525
internal const System.String AssemblyCompany = "ThoughtWorks Inc.";
2626
internal const System.String AssemblyProduct = "Gauge.CSharp.Core";

0 commit comments

Comments
 (0)