File tree 5 files changed +13
-13
lines changed
samples/BootstrapperShellSample/Views
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017 Stratocast3r
3
+ Copyright (c) 2023 Suess Labs
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2
2
<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
4
<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 " />
8
8
</ItemGroup >
9
9
10
10
</Project >
Original file line number Diff line number Diff line change 2
2
<Project DefaultTargets =" Build"
3
3
xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
4
<PropertyGroup >
5
- <Version >8.1.97.11-preview.11.8 .1</Version >
5
+ <Version >8.1.97.11000-rc1 .1</Version >
6
6
<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 >
8
8
<PackageLicenseExpression >MIT</PackageLicenseExpression >
9
9
<RepositoryUrl >https://github.com/AvaloniaCommunity/Prism.Avalonia</RepositoryUrl >
10
10
</PropertyGroup >
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.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 " />
15
15
<ProjectReference Include =" $(MSBuildThisFileDirectory)..\src\Prism.DryIoc.Avalonia\Prism.DryIoc.Avalonia.csproj" />
16
16
</ItemGroup >
17
17
</Project >
Original file line number Diff line number Diff line change 5
5
Width =" 525"
6
6
x : Class =" BootstrapperShellSample.Views.MainWindow" >
7
7
<Grid >
8
- <TextBlock Text =" Hello, Prism on Avalonia!"
8
+ <TextBlock Text =" Hello, from Prism. Avalonia!"
9
9
HorizontalAlignment =" Center"
10
10
VerticalAlignment =" Center"
11
11
FontSize =" 17"
You can’t perform that action at this time.
0 commit comments