File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup .NET Core
16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
- dotnet-version : 3.1.100
18
+ dotnet-version : 8.0.x
19
19
20
20
- name : Build with dotnet on windows
21
21
if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
5
5
<Description >CSharp bindings for Gauge. Write CSharp step implementation for Gauge specs. https://gauge.org</Description >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <Version >0.10.3 </Version >
8
- <AssemblyVersion >0.10.3 .0</AssemblyVersion >
9
- <FileVersion >0.10.3 .0</FileVersion >
7
+ <Version >0.11.1 </Version >
8
+ <AssemblyVersion >0.11.1 .0</AssemblyVersion >
9
+ <FileVersion >0.11.1 .0</FileVersion >
10
10
<Authors >getgauge</Authors >
11
11
<Company >ThoughtWorks Inc.</Company >
12
12
<Copyright >Copyright © ThoughtWorks Inc. 2018</Copyright >
You can’t perform that action at this time.
0 commit comments