Compare commits

..

3 Commits
2.3.0 ... 2.3.1

Author SHA1 Message Date
github-actions[bot]
33d32baea4 feat: Update package.json to 2.3.1 2022-03-02 23:02:44 +00:00
neuecc
b0250cfe75 Merge remote-tracking branch 'origin/master' 2022-03-03 08:02:10 +09:00
neuecc
7a35f121cd build and analyzer 2022-03-03 08:02:06 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace NetCoreSandbox
await FooAsync(10, cts.Token);
// NG(Compiler Error)
await FooAsync(10);
// await FooAsync(10);

View File

@@ -2,7 +2,7 @@
"name": "com.cysharp.unitask",
"displayName": "UniTask",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
"version": "2.3.0",
"version": "2.3.1",
"unity": "2018.4",
"description": "Provides an efficient async/await integration to Unity.",
"keywords": [ "async/await", "async", "Task", "UniTask" ],