diff --git a/CHANGELOG.md b/CHANGELOG.md index edb1c8d..87d1e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -### 0.9.3 +### 0.10.0 diff --git a/Gauge.FSharpHelper/AssemblyInfo.fs b/Gauge.FSharpHelper/AssemblyInfo.fs index 4096299..b57436e 100644 --- a/Gauge.FSharpHelper/AssemblyInfo.fs +++ b/Gauge.FSharpHelper/AssemblyInfo.fs @@ -6,8 +6,8 @@ open System.Runtime.InteropServices [] [] [] -[] -[] +[] +[] [] [] [] @@ -21,8 +21,8 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "Gauge.FSharpHelper" let [] Guid = "6c5b61aa-27d6-11e6-b67b-9e71128cae77" let [] AssemblyDescription = "F# helper to build C# gauge spec projects using Fake.Lib" - let [] AssemblyVersion = "0.9.3" - let [] AssemblyFileVersion = "0.9.3" + let [] AssemblyVersion = "0.10.0" + let [] AssemblyFileVersion = "0.10.0" let [] AssemblyConfiguration = "" let [] AssemblyCompany = "ThoughtWorks Inc." let [] AssemblyProduct = "Gauge.CSharp.Core" diff --git a/Runner/Properties/AssemblyInfo.cs b/Runner/Properties/AssemblyInfo.cs index 098812a..293d50f 100644 --- a/Runner/Properties/AssemblyInfo.cs +++ b/Runner/Properties/AssemblyInfo.cs @@ -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")] @@ -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";