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

Commit

Permalink
Preparing release 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Jul 25, 2016
1 parent 82c248d commit c4238a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### 0.8.1
### 0.9.0
8 changes: 4 additions & 4 deletions Gauge.FSharpHelper/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,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.8.1")>]
[<assembly: AssemblyFileVersionAttribute("0.8.1")>]
[<assembly: AssemblyVersionAttribute("0.9.0")>]
[<assembly: AssemblyFileVersionAttribute("0.9.0")>]
[<assembly: AssemblyConfigurationAttribute("")>]
[<assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")>]
[<assembly: AssemblyProductAttribute("Gauge.CSharp.Core")>]
Expand All @@ -17,5 +17,5 @@ open System.Runtime.InteropServices
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.8.1"
let [<Literal>] InformationalVersion = "0.8.1"
let [<Literal>] Version = "0.9.0"
let [<Literal>] InformationalVersion = "0.9.0"
8 changes: 4 additions & 4 deletions Runner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.8.1")]
[assembly: AssemblyFileVersionAttribute("0.8.1")]
[assembly: AssemblyVersionAttribute("0.9.0")]
[assembly: AssemblyFileVersionAttribute("0.9.0")]
[assembly: AssemblyConfigurationAttribute("")]
[assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")]
[assembly: AssemblyProductAttribute("Gauge.CSharp.Core")]
Expand All @@ -16,7 +16,7 @@
[assembly: ComVisibleAttribute(true)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.8.1";
internal const string InformationalVersion = "0.8.1";
internal const string Version = "0.9.0";
internal const string InformationalVersion = "0.9.0";
}
}

0 comments on commit c4238a7

Please sign in to comment.