Skip to content

Commit a449d25

Browse files
authored
Merge pull request #155 from AvaloniaCommunity/feature/UpdateReadme
Update Readme for v9.0.x-pre Releases
2 parents 6c74f6d + d024a57 commit a449d25

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

README.md

+21-16
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
[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.
44

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
710
811
**For more samples outside of this repo, check out:**
912

1013
* [Avalonia Outlookish](https://github.com/DamianSuess/Learn.PrismAvaloniaOutlookish)
1114
* [Learn PrismLibrary](https://github.com/DamianSuess/Learn.PrismLibrary)
1215
* _If you have samples, let us know and we'll feature them!_
1316

14-
![Sample Outlookish](logo/Sample-Outlookish.png)
17+
<!-- ![Sample Outlookish](logo/Sample-Outlookish.png) -->
18+
![Sample Outlookish](https://raw.githubusercontent.com/AvaloniaCommunity/Prism.Avalonia/v9.0.401.11000-pre/images/Sample-Outlookish.png)
1519

1620
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.
1721

@@ -28,19 +32,20 @@ Just like Prism.WPF or Prism.Maui, your project must reference both the Prism.Av
2832

2933
Choose the NuGet package version that matches your Avalonia version.
3034

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`.
3336

34-
| Avalonia Version | NuGet Package |
35-
|-|-|
36-
| **11.0** | 8.1.97.11000 ([Core](https://www.nuget.org/packages/Prism.Avalonia/8.1.97.11000)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/8.1.97.11000))
37-
| **0.10.21** | 8.1.97.1021 ([Core](https://www.nuget.org/packages/Prism.Avalonia/8.1.97.1021)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/8.1.97.1021))
38-
| **11.0 RC-1.1** | 8.1.97.11000-rc1.1 ([Core](https://www.nuget.org/packages/Prism.Avalonia/8.1.97.11000-rc1.1)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/8.1.97.11000-rc1.1))
39-
| 11.0 Preview 8 | 8.1.97.11-preview.11.8
40-
| 11.0 Preview 5 | 8.1.97.4-preview.11.5
41-
| 11.0 Preview 4 | 8.1.97.3-preview.11.4
37+
| Prism Version | Avalonia Version | NuGet Package
38+
|-|-|-
39+
| v9.0.401-pre | **11.0.7** | v9.0.401.11000-pre ([Core](https://www.nuget.org/packages/Prism.Avalonia/9.0.401.11000-pre)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/9.0.401.11000-pre))
40+
| v9.0.271-pre | **11.0.7** | v9.0.271.11000-pre ([Core](https://www.nuget.org/packages/Prism.Avalonia/9.0.271.11000-pre)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/9.0.271.11000-pre))
41+
| v8.1.97 | **11.0.7** | v8.1.97.11000 ([Core](https://www.nuget.org/packages/Prism.Avalonia/8.1.97.11000)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/8.1.97.11000))
42+
| v8.1.97 | **0.10.21** | v8.1.97.1021 ([Core](https://www.nuget.org/packages/Prism.Avalonia/8.1.97.1021)) ([DryIoc](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/8.1.97.1021))
43+
44+
Be sure to check out the [ChangeLog.md](ChangeLog.md) and guides when upgrading your NuGet packages:
4245

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).
4449

4550
## Contributing
4651

@@ -56,8 +61,8 @@ Add the Prism.Avalonia and its DryIoc packages to your project:
5661

5762
```powershell
5863
# Avalonia v11
59-
Install-Package Prism.Avalonia -Version 8.1.97.11000
60-
Install-Package Prism.DryIoc.Avalonia -Version 8.1.97.11000
64+
Install-Package Prism.Avalonia -Version 8.1.97.11072
65+
Install-Package Prism.DryIoc.Avalonia -Version 8.1.97.11072
6166
6267
# Avalonia v0.10.1021
6368
Install-Package Prism.Avalonia -Version 8.1.97.1021

0 commit comments

Comments
 (0)