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

Commit

Permalink
Bumping Runner to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed Feb 16, 2017
1 parent 27a9698 commit 8fd5e70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1 +1 @@
### 0.9.3
### 0.10.0
8 changes: 4 additions & 4 deletions Gauge.FSharpHelper/AssemblyInfo.fs
Expand Up @@ -6,8 +6,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyTitleAttribute("Gauge.FSharpHelper")>]
[<assembly: GuidAttribute("6c5b61aa-27d6-11e6-b67b-9e71128cae77")>]
[<assembly: AssemblyDescriptionAttribute("F# helper to build C# gauge spec projects using Fake.Lib")>]
[<assembly: AssemblyVersionAttribute("0.9.3")>]
[<assembly: AssemblyFileVersionAttribute("0.9.3")>]
[<assembly: AssemblyVersionAttribute("0.10.0")>]
[<assembly: AssemblyFileVersionAttribute("0.10.0")>]
[<assembly: AssemblyConfigurationAttribute("")>]
[<assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")>]
[<assembly: AssemblyProductAttribute("Gauge.CSharp.Core")>]
Expand All @@ -21,8 +21,8 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Gauge.FSharpHelper"
let [<Literal>] Guid = "6c5b61aa-27d6-11e6-b67b-9e71128cae77"
let [<Literal>] AssemblyDescription = "F# helper to build C# gauge spec projects using Fake.Lib"
let [<Literal>] AssemblyVersion = "0.9.3"
let [<Literal>] AssemblyFileVersion = "0.9.3"
let [<Literal>] AssemblyVersion = "0.10.0"
let [<Literal>] AssemblyFileVersion = "0.10.0"
let [<Literal>] AssemblyConfiguration = ""
let [<Literal>] AssemblyCompany = "ThoughtWorks Inc."
let [<Literal>] AssemblyProduct = "Gauge.CSharp.Core"
Expand Down
8 changes: 4 additions & 4 deletions Runner/Properties/AssemblyInfo.cs
Expand Up @@ -5,8 +5,8 @@
[assembly: AssemblyTitleAttribute("Gauge.CSharp.Runner")]
[assembly: GuidAttribute("b80cc90b-dd04-445b-825e-51a42f3cadaf")]
[assembly: AssemblyDescriptionAttribute("C# spec for Gauge. http://getgauge.io")]
[assembly: AssemblyVersionAttribute("0.9.3")]
[assembly: AssemblyFileVersionAttribute("0.9.3")]
[assembly: AssemblyVersionAttribute("0.10.0")]
[assembly: AssemblyFileVersionAttribute("0.10.0")]
[assembly: AssemblyConfigurationAttribute("")]
[assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")]
[assembly: AssemblyProductAttribute("Gauge.CSharp.Core")]
Expand All @@ -19,8 +19,8 @@ internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "Gauge.CSharp.Runner";
internal const System.String Guid = "b80cc90b-dd04-445b-825e-51a42f3cadaf";
internal const System.String AssemblyDescription = "C# spec for Gauge. http://getgauge.io";
internal const System.String AssemblyVersion = "0.9.3";
internal const System.String AssemblyFileVersion = "0.9.3";
internal const System.String AssemblyVersion = "0.10.0";
internal const System.String AssemblyFileVersion = "0.10.0";
internal const System.String AssemblyConfiguration = "";
internal const System.String AssemblyCompany = "ThoughtWorks Inc.";
internal const System.String AssemblyProduct = "Gauge.CSharp.Core";
Expand Down

0 comments on commit 8fd5e70

Please sign in to comment.