Skip to content

Commit

Permalink
Clarified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlinx committed Mar 31, 2023
1 parent 0707516 commit 3c03477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GDTask.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.0.1">
<Project Sdk="Godot.NET.Sdk/4.0.0">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# GDTask ✅

![Deploy](https://github.com/Fractural/GDTask/actions/workflows/deploy.yml/badge.svg) ![Unit Tests](https://github.com/Fractural/GDTask/actions/workflows/tests.yml/badge.svg)
> **NOTE:**
>
> This branch is for the Godot 4.x version of the addon.
> You can download the Godot 3.x version from the main branch.
Adds async/await features in Godot for easier async coding.
Based on code from [Cysharp's UniTask library for Unity](https://github.com/Cysharp/UniTask).

Now for Godot 4.0!

```CSharp
using Fractural.Tasks;

Expand Down

0 comments on commit 3c03477

Please sign in to comment.