Skip to content

Commit

Permalink
Bump package version with new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Delsin-Yu committed Feb 2, 2024
1 parent c5b3895 commit 7e7a4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GDTask/GDTask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<Title>GDTask</Title>
<PackageId>GDTask</PackageId>
<PackageVersion>0.0.2</PackageVersion>
<PackageVersion>0.0.3</PackageVersion>
<Authors>DE-YU, Atlinx, Yoshifumi Kawai / Cysharp</Authors>
<Description>Provides an efficient async/await integration to Godot 4.x</Description>
<PackageProjectUrl>https://www.nuget.org/packages/GDTask</PackageProjectUrl>
Expand All @@ -23,7 +23,7 @@
<RepositoryUrl>https://github.com/Delsin-Yu/GDTask.Nuget</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Godot GDTask GodotTask Task Async</PackageTags>
<PackageReleaseNotes>Fix an issue that causes SwitchToMainThread not to work when the first API call is SwitchToThreadPool.</PackageReleaseNotes>
<PackageReleaseNotes>GDTaskPlayerLoopRunner now uses internal mode when adding to the scene tree.</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 7e7a4aa

Please sign in to comment.