Skip to content

Commit 4f19d14

Browse files
committed
Updated changelog and NuGet references
1 parent 12b95d3 commit 4f19d14

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

ChangeLog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Change log history for Prism.Avalonia
44

5+
## v9.0.537.11130 (2024-08-24)
6+
7+
* Upgraded to Prism v9.0.537
8+
* Upgraded to Avalonia v11.1.3
9+
* More clear error message throwing
10+
* Updated end-to-end samples
11+
512
## v9.0.401.11110-pre (2024-08-03)
613

714
* Upgraded to Avalonia v11.1.1

Directory.Packages.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- Prism -->
33
<ItemGroup>
44
<PackageVersion Include="Prism.Core" Version="9.0.537" />
5-
<PackageVersion Include="Prism.Container.Abstractions" Version="9.0.84-pre" />
65
<PackageVersion Include="Prism.Container.DryIoc" Version="9.0.107" />
7-
<PackageVersion Include="Prism.Container.Unity" Version="9.0.84-pre" />
6+
<PackageVersion Include="Prism.Container.Abstractions" Version="9.0.107" />
7+
<PackageVersion Include="Prism.Container.Unity" Version="9.0.107" />
88
</ItemGroup>
99
<!-- Avalonia -->
1010
<ItemGroup>
@@ -39,4 +39,4 @@
3939
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
4040
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
4141
</ItemGroup>
42-
</Project>
42+
</Project>

build/Nuget.props

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
88
<PackageReleaseNotes>
9-
* Upgraded to support Avalonia v11.1.1
10-
* Upgraded to support Prism v9.0.401-pre
11-
* Fixed ItemsControlRegionAdapter not attaching object due to previous binding (Avalonia v11.x)
9+
* Upgraded to support Prism v9.0.537
10+
* Upgraded to support Avalonia v11.1.3
1211
</PackageReleaseNotes>
1312
</PropertyGroup>
1413

build/SampleApp.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Import Project="AvaloniaDependency.props" />
77

88
<ItemGroup>
9-
<PackageReference Include="Avalonia" Version="11.1.1" />
9+
<PackageReference Include="Avalonia" />
1010
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
1111
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" />
1212
<PackageReference Include="Avalonia.Desktop" />

0 commit comments

Comments
 (0)