From 3c034774c0ddbab12d3ae6d1ef2707d8da9026dd Mon Sep 17 00:00:00 2001 From: Atlinx Date: Fri, 31 Mar 2023 13:01:24 -0400 Subject: [PATCH] Clarified readme --- GDTask.csproj | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/GDTask.csproj b/GDTask.csproj index 7e037bc..c09c73c 100644 --- a/GDTask.csproj +++ b/GDTask.csproj @@ -1,4 +1,4 @@ - + net6.0 true diff --git a/README.md b/README.md index 1a2b49a..a078339 100644 --- a/README.md +++ b/README.md @@ -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;