Skip to content

Commit 16d5599

Browse files
committed
Bumping version number for release
Signed-off-by: Pekurny, Martin <mpekurny@paychex.com>
1 parent 9994f63 commit 16d5599

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.100
18+
dotnet-version: 8.0.x
1919

2020
- name: Build with dotnet on windows
2121
if: matrix.os == 'windows-latest'

Gauge.CSharp.Lib/Gauge.CSharp.Lib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
55
<Description>CSharp bindings for Gauge. Write CSharp step implementation for Gauge specs. https://gauge.org</Description>
66
<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>
1010
<Authors>getgauge</Authors>
1111
<Company>ThoughtWorks Inc.</Company>
1212
<Copyright>Copyright © ThoughtWorks Inc. 2018</Copyright>

0 commit comments

Comments
 (0)