This repository was archived by the owner on Jul 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ### 0.1.0
1+ ### 0.1.1
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments