File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Change log history for Prism.Avalonia
4
4
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
+
5
12
## v9.0.401.11110-pre (2024-08-03)
6
13
7
14
* Upgraded to Avalonia v11.1.1
Original file line number Diff line number Diff line change 2
2
<!-- Prism -->
3
3
<ItemGroup >
4
4
<PackageVersion Include =" Prism.Core" Version =" 9.0.537" />
5
- <PackageVersion Include =" Prism.Container.Abstractions" Version =" 9.0.84-pre" />
6
5
<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" />
8
8
</ItemGroup >
9
9
<!-- Avalonia -->
10
10
<ItemGroup >
39
39
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
40
40
<PackageVersion Include =" Xunit.StaFact" Version =" 1.1.11" />
41
41
</ItemGroup >
42
- </Project >
42
+ </Project >
Original file line number Diff line number Diff line change 6
6
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7
7
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
8
8
<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
12
11
</PackageReleaseNotes >
13
12
</PropertyGroup >
14
13
Original file line number Diff line number Diff line change 6
6
<Import Project =" AvaloniaDependency.props" />
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Avalonia" Version = " 11.1.1 " />
9
+ <PackageReference Include =" Avalonia" />
10
10
<!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
11
11
<PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" />
12
12
<PackageReference Include =" Avalonia.Desktop" />
You can’t perform that action at this time.
0 commit comments