Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 8f32563

Browse files
committed
ready for 6.2.0
1 parent 9602cbb commit 8f32563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/Plugins/UniRx/ReadMe.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
UniRx - Reactive Extensions for Unity / Ver 6.1.2
1+
UniRx - Reactive Extensions for Unity / Ver 6.2.0
22
===
33
Created by Yoshifumi Kawai(neuecc)
44

55
UniRx (Reactive Extensions for Unity) is a reimplementation of the .NET Reactive Extensions.
6-
UniRx is Core Library (Port of Rx) + Platform Adaptor (MainThreadScheduler/FromCoroutine/etc) + Framework (ObservableTriggers/ReactiveProeperty/etc)
6+
UniRx is Core Library (Port of Rx) + Platform Adaptor (MainThreadScheduler/FromCoroutine/etc) + Framework (ObservableTriggers/ReactiveProeperty/etc) + async/await integration(UniRx.Async)
77

88
Please read Official Site's ReadMe(Manual) - https://github.com/neuecc/UniRx/
99

@@ -24,6 +24,6 @@ Twitter: https://twitter.com/neuecc (Japanese)
2424

2525
License
2626
---
27-
This library is under the MIT License.
27+
This library is under the [MIT License](https://github.com/neuecc/UniRx/blob/master/LICENSE).
2828

2929
Some code is borrowed from [Rx.NET](https://rx.codeplex.com/) and [mono/mcs](https://github.com/mono/mono).

0 commit comments

Comments
 (0)