This repository was archived by the owner on Jul 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ### 0.9.3
1+ ### 0.10.0
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ open System.Runtime.InteropServices
66[<assembly: AssemblyTitleAttribute( " Gauge.FSharpHelper" ) >]
77[<assembly: GuidAttribute( " 6c5b61aa-27d6-11e6-b67b-9e71128cae77" ) >]
88[<assembly: AssemblyDescriptionAttribute( " F# helper to build C# gauge spec projects using Fake.Lib" ) >]
9- [<assembly: AssemblyVersionAttribute( " 0.9.3 " ) >]
10- [<assembly: AssemblyFileVersionAttribute( " 0.9.3 " ) >]
9+ [<assembly: AssemblyVersionAttribute( " 0.10.0 " ) >]
10+ [<assembly: AssemblyFileVersionAttribute( " 0.10.0 " ) >]
1111[<assembly: AssemblyConfigurationAttribute( " " ) >]
1212[<assembly: AssemblyCompanyAttribute( " ThoughtWorks Inc." ) >]
1313[<assembly: AssemblyProductAttribute( " Gauge.CSharp.Core" ) >]
@@ -21,8 +21,8 @@ module internal AssemblyVersionInformation =
2121 let [<Literal>] AssemblyTitle = " Gauge.FSharpHelper"
2222 let [<Literal>] Guid = " 6c5b61aa-27d6-11e6-b67b-9e71128cae77"
2323 let [<Literal>] AssemblyDescription = " F# helper to build C# gauge spec projects using Fake.Lib"
24- let [<Literal>] AssemblyVersion = " 0.9.3 "
25- let [<Literal>] AssemblyFileVersion = " 0.9.3 "
24+ let [<Literal>] AssemblyVersion = " 0.10.0 "
25+ let [<Literal>] AssemblyFileVersion = " 0.10.0 "
2626 let [<Literal>] AssemblyConfiguration = " "
2727 let [<Literal>] AssemblyCompany = " ThoughtWorks Inc."
2828 let [<Literal>] AssemblyProduct = " Gauge.CSharp.Core"
Original file line number Diff line number Diff line change 55[ assembly: AssemblyTitleAttribute ( "Gauge.CSharp.Runner" ) ]
66[ assembly: GuidAttribute ( "b80cc90b-dd04-445b-825e-51a42f3cadaf" ) ]
77[ assembly: AssemblyDescriptionAttribute ( "C# spec for Gauge. http://getgauge.io" ) ]
8- [ assembly: AssemblyVersionAttribute ( "0.9.3 " ) ]
9- [ assembly: AssemblyFileVersionAttribute ( "0.9.3 " ) ]
8+ [ assembly: AssemblyVersionAttribute ( "0.10.0 " ) ]
9+ [ assembly: AssemblyFileVersionAttribute ( "0.10.0 " ) ]
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.Runner" ;
2020 internal const System . String Guid = "b80cc90b-dd04-445b-825e-51a42f3cadaf" ;
2121 internal const System . String AssemblyDescription = "C# spec for Gauge. http://getgauge.io" ;
22- internal const System . String AssemblyVersion = "0.9.3 " ;
23- internal const System . String AssemblyFileVersion = "0.9.3 " ;
22+ internal const System . String AssemblyVersion = "0.10.0 " ;
23+ internal const System . String AssemblyFileVersion = "0.10.0 " ;
2424 internal const System . String AssemblyConfiguration = "" ;
2525 internal const System . String AssemblyCompany = "ThoughtWorks Inc." ;
2626 internal const System . String AssemblyProduct = "Gauge.CSharp.Core" ;
You can’t perform that action at this time.
0 commit comments