Skip to content

Commit d021f26

Browse files
setting up github workflow
1 parent c893556 commit d021f26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '10.0.x' # Use latest 10.x preview SDK automatically
21+
dotnet-version: '10.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

UnityHubNative.Net/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ namespace UnityHubNative.Net;
22

33
static class Manifest
44
{
5-
public const string Version = "v0.15";
5+
public const string Version = "v0.17";
66
}

0 commit comments

Comments
 (0)