You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-16
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,20 @@
2
2
3
3
[Prism.Avalonia](https://github.com/AvaloniaCommunity/Prism.Avalonia) provides your [Avalonia](https://avaloniaui.net/) apps with [Prism framework](https://github.com/PrismLibrary/Prism) support so you can **Navigate**, create **Dialog Windows** and **Notifications**, provide **Dependency Injection** and internal **Messaging** easier than before! You will need both packages installed to get started.
4
4
5
-
> ### **Announcement:**
6
-
> _Prism.Avalonia v9.0-pre just arrived!_
5
+
> **Announcement!**
6
+
>
7
+
> *_Prism.Avalonia v9.0.401-pre just arrived!_
8
+
> *_Prism.Avalonia v9.0.271-pre just arrived!_
9
+
> * Follow the [Upgrading to Prism v9.0.x-pre](https://github.com/AvaloniaCommunity/Prism.Avalonia/wiki/Upgrading-to-Prism-v9.0) guide for breaking changes
7
10
8
11
**For more samples outside of this repo, check out:**
With Prism.Avalonia's logic and development approach being **similar** to that of [Prism for WPF](https://github.com/PrismLibrary/Prism/), so you can get started right away! Keep in mind, they are **similar** and not 1-to-1. Check out our [Wiki](https://github.com/AvaloniaCommunity/Prism.Avalonia/wiki) and [Avalonia Outlookish](https://github.com/DamianSuess/Learn.PrismAvaloniaOutlookish) app for tips and tricks.
17
21
@@ -28,19 +32,20 @@ Just like Prism.WPF or Prism.Maui, your project must reference both the Prism.Av
28
32
29
33
Choose the NuGet package version that matches your Avalonia version.
30
34
31
-
The Avalonia version of this package uses [SemVer](https://semver.org/) format: `MAJOR.MINOR.PATCH.REVISION`. The `REVISION` segment indicates
32
-
the Avalonia version support. For instance `v8.1.97.11000` of this library supports, Avalonia v11.0.0.
35
+
Our [versioning schema](https://github.com/AvaloniaCommunity/Prism.Avalonia/wiki/Versioning-Schema) is based on the [SemVer](https://semver.org/) using the format `MAJOR.MINOR.PATCH.REVISION`. The `REVISION` segment indicates the Avalonia version support. For instance `v8.1.97.11000` of this library supports, Prism `v8.1.97` and Avalonia `v11.0.x`.
Be sure to check out the [ChangeLog.md](ChangeLog.md) and guides when upgrading your NuGet packages:
42
45
43
-
Be sure to check out the [ChangeLog.md](ChangeLog.md) and [Upgrading-to-Avalonia-11.md](Upgrading-to-Avalonia-11.md) when upgrading your NuGet packages. Also, view the official [Avalonia Upgrading from v0.10](https://docs.avaloniaui.net/docs/next/stay-up-to-date/upgrade-from-0.10).
46
+
*[Upgrading to Prism v9.0.x-pre](https://github.com/AvaloniaCommunity/Prism.Avalonia/wiki/Upgrading-to-Prism-v9.0)
47
+
*[Upgrading to Avalonia-11](Upgrading-to-Avalonia-11.md)
48
+
* Also, the official [Avalonia Upgrading from v0.10](https://docs.avaloniaui.net/docs/next/stay-up-to-date/upgrade-from-0.10).
44
49
45
50
## Contributing
46
51
@@ -56,8 +61,8 @@ Add the Prism.Avalonia and its DryIoc packages to your project:
0 commit comments