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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
> **Announcement!**
6
6
>
7
7
> *_Prism.Avalonia v9.0.401-pre just arrived!_
8
-
> *_Prism.Avalonia v9.0.271-pre just arrived!_
8
+
> *_Support for Avalonia v11.1.x has arrived!_
9
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
10
10
11
11
**For more samples outside of this repo, check out:**
@@ -21,7 +21,7 @@ With Prism.Avalonia's logic and development approach being **similar** to that o
21
21
22
22
## Package Releases
23
23
24
-
Just like Prism.WPF or Prism.Maui, your project must reference both the Prism.Avalonia (_Core_) and Prism.DryIoc.Avalonia (_IoC container_) packages to work.
24
+
Just like _Prism.WPF or Prism.Maui_, your project must reference both the **Prism.Avalonia** (_Core_) and **Prism.DryIoc.Avalonia** (_IoC container_) packages to work.
25
25
26
26
| Package | Stable | Preview
27
27
|-|-|-|
@@ -34,9 +34,10 @@ Choose the NuGet package version that matches your Avalonia version.
34
34
35
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.11073` equates to, Prism `v8.1.97`, Avalonia `v11.0.7`, _revision_`3`.
36
36
37
-
| Prism Version | Avalonia Version | NuGet Package
Copy file name to clipboardExpand all lines: Upgrading-Prism.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,16 @@ This file documents the upgrade path from Prism v8.1.97 to v9.0-pre support. Soo
19
19
20
20
Each of the following will be tagged and merged into the branch `Prism-9x` before being merged with `develop` and `master` branches.
21
21
22
-
**Progress:**
23
-
24
-
*[/] 9.0.271-pre - Will be tagged and released
25
-
*[ ] 9.0.401-pre - Will be tagged and released
26
-
27
22
### Release Comparison
28
23
29
24
As we all know, not everything is straight forward between these two XAML technologies. However, it's a good reminder to document the differences and 'got-yas'.
30
25
31
-
*[Prism v7.2.0.1422 to v8.0.0.1909](https://github.com/PrismLibrary/Prism/compare/v7.2.0.1422...v8.0.0.1909)
32
-
*[Prism v7.2.0.1422 to v8.1.97](https://github.com/PrismLibrary/Prism/compare/v7.2.0.1422...v8.1.97)
33
-
*[Prism v8.0.0.1909 to v8.1.97](https://github.com/PrismLibrary/Prism/compare/v8.0.0.1909...v8.1.97)
34
-
*[DNF - 9.0.264-pre](https://github.com/PrismLibrary/Prism/compare/DNF...9.0.264-pre) - (_DNF = Dot Net Foundation_)
0 commit comments