Skip to content

Commit

Permalink
Update version (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
geaz authored Dec 6, 2023
1 parent 9540c6d commit 5355db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.201
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore src\SharpWebview\SharpWebview.csproj
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion src/SharpWebview/SharpWebview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Owners>Gerrit 'Geaz' Gazic</Owners>
<Description>C# bindings for zserge/webview - Batteries included</Description>
<PackageId>SharpWebview</PackageId>
<PackageVersion>0.8.0</PackageVersion>
<PackageVersion>0.9.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/webview/webview_csharp</PackageProjectUrl>
</PropertyGroup>
Expand Down

0 comments on commit 5355db5

Please sign in to comment.