Skip to content

Commit

Permalink
Updated readme for v8.1.97.1021
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSuess committed Jun 1, 2023
1 parent ee39eb7 commit 3a075e9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Change log history for Prism.Avalonia

## v8.1.97.1021 (2023-06-01)

* NEW: Version numbering schema to denote Avalonia v0.10.21 (_1021_)
* Upgraded to support .NET 7, dropping .NET 5 support
* Upgraded to support Avalonia v0.10.21
* Updated sample projects and code cleanlyness
* Synced core components with latest develop

## v8.1.97.11-preview.11.8 (2023-05-31)

* Update: Converted ItemsControlRegionAdapter to use `ItemsSource` instead of `Items`
Expand All @@ -25,7 +33,18 @@ Change log history for Prism.Avalonia
* Added support for Avalonia v11.0 Preview 4
* Samples
* Upgraded projects to support latest Avalonia version
*

## v8.1.97.2

* Upgrade Samples to .NET 6 by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/18
* Upgrade Prism.Avalonia.Unity to v8.1.97 by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/19
* .NET 6 Support by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/22
* IDialogService by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/21
* Dialog Service by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/23
* Sample Notification Pop-up by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/29
* Cleanup and Unit Test Repairs by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/30
* Update DryIoc to v4.8.0 to match Prism Library v8.1.97 by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/32
* Version Bump 8.1.97.2 by @DamianSuess in https://github.com/AvaloniaCommunity/Prism.Avalonia/pull/33

## v8.1.97.1 - 2022-12-08

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Choose the NuGet package version that matches your Avalonia version.

| Avalonia Version | NuGet Package |
|-|-|
| 0.10.x | 8.1.97.2
| 0.10.x | 8.1.97.1021
| 11.0 Preview 4 | 8.1.97.3-preview.11.4
| 11.0 Preview 5 | 8.1.97.4-preview.11.5
| 11.0 Preview 8 | 8.1.97.11-preview.11.8
Expand All @@ -27,9 +27,9 @@ Be sure to check out the [ChangeLog.md](ChangeLog.md) and [Upgrading-to-Avalonia
Add the Prism.Avalonia and its DryIoc packages to your project:

```powershell
# Avalonia v0.10.18
Install-Package Prism.Avalonia -Version 8.1.97.2
Install-Package Prism.DryIoc.Avalonia -Version 8.1.97.2
# Avalonia v0.10.1021
Install-Package Prism.Avalonia -Version 8.1.97.1021
Install-Package Prism.DryIoc.Avalonia -Version 8.1.97.1021
# Avalonia v11-preview8
Install-Package Prism.Avalonia -Version 8.1.97.11-preview.11.8
Expand Down

0 comments on commit 3a075e9

Please sign in to comment.