Skip to content

Commit

Permalink
Updated readme for 2.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
quicoli committed Aug 17, 2023
1 parent ff91690 commit 222a908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| ![Logo](https://raw.githubusercontent.com/ascora/LottieSharp/master/Images/lottie_sharp-128.png) | Play [LottieFiles](https://lottiefiles.com/) in your WPF application |
|--|--|

LottieSharp is built for WPF applications only. It targets .NET 6 and is built using [SkiaSharp](https://github.com/mono/SkiaSharp) and [Skottie](https://skia.org/docs/user/modules/skottie/).
LottieSharp is built for WPF applications only. It targets .NET 6 and .NET Framework 4.7 and is built using [SkiaSharp](https://github.com/mono/SkiaSharp) and [Skottie](https://skia.org/docs/user/modules/skottie/).

### What can I do with LottieSharp?
You can load [lottie animations](https://lottiefiles.com/) and play them in your applications, creating beautiful UIs.
Expand All @@ -17,7 +17,7 @@ PS.: Screen cast by: http://recordit.co/

Add LottieSharp to your application:

```PM> Install-Package LottieSharp -Version 2.2.0```
```PM> Install-Package LottieSharp -Version 2.3.0```

Reference LottieSharp in your XAML Window/Page/UserControl:

Expand Down Expand Up @@ -85,8 +85,8 @@ If you need a different position use the AnimationTransformBase.
</lottie:LottieAnimationView>
```



### Version 2.3.0
Adds support to .NET Framework 4.7.

### Version 2.2.0
Adds support for scaling the animation.
Expand Down

0 comments on commit 222a908

Please sign in to comment.