Skip to content

Commit b293865

Browse files
authored
Merge pull request #71 from AvaloniaCommunity/feature/Avalonia-v11.0.RC1
Update to Support Avalonia v11.0.0-RC1.1
2 parents 3a075e9 + d21866e commit b293865

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Stratocast3r
3+
Copyright (c) 2023 Suess Labs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build/AvaloniaDependency.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<ItemGroup>
5-
<PackageReference Include="Avalonia" Version="11.0.0-preview8" />
6-
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="11.0.0-preview8" />
7-
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.0-preview8" />
5+
<PackageReference Include="Avalonia" Version="11.0.0-rc1.1" />
6+
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="11.0.0-rc1.1" />
7+
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.0-rc1.1" />
88
</ItemGroup>
99

1010
</Project>

build/Base.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project DefaultTargets="Build"
33
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
5-
<Version>8.1.97.11-preview.11.8.1</Version>
5+
<Version>8.1.97.11000-rc1.1</Version>
66
<PackageProjectUrl>https://github.com/AvaloniaCommunity/Prism.Avalonia</PackageProjectUrl>
7-
<Copyright>Copyright (c) 2023 Avalonia Community</Copyright>
7+
<Copyright>Copyright (c) 2023 Avalonia Community, Suess Labs</Copyright>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<RepositoryUrl>https://github.com/AvaloniaCommunity/Prism.Avalonia</RepositoryUrl>
1010
</PropertyGroup>

build/SampleApp.props

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

88
<ItemGroup>
9-
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0-preview8" />
10-
<!--<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0-preview5" />-->
11-
<PackageReference Include="Avalonia.Desktop" Version="11.0.0-preview8" />
12-
<PackageReference Include="Avalonia.LinuxFramebuffer" Version="11.0.0-preview8" />
13-
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.0-preview8" />
14-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-preview8" />
9+
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0-rc1.1" />
10+
<!--<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0-rc1.1" />-->
11+
<PackageReference Include="Avalonia.Desktop" Version="11.0.0-rc1.1" />
12+
<PackageReference Include="Avalonia.LinuxFramebuffer" Version="11.0.0-rc1.1" />
13+
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.0-rc1.1" />
14+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-rc1.1" />
1515
<ProjectReference Include="$(MSBuildThisFileDirectory)..\src\Prism.DryIoc.Avalonia\Prism.DryIoc.Avalonia.csproj" />
1616
</ItemGroup>
1717
</Project>

samples/BootstrapperShellSample/Views/MainWindow.axaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Width="525"
66
x:Class="BootstrapperShellSample.Views.MainWindow">
77
<Grid>
8-
<TextBlock Text="Hello, Prism on Avalonia!"
8+
<TextBlock Text="Hello, from Prism.Avalonia!"
99
HorizontalAlignment="Center"
1010
VerticalAlignment="Center"
1111
FontSize="17"

0 commit comments

Comments
 (0)