Skip to content

Commit

Permalink
update WindowsAppSDK 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Nov 18, 2022
1 parent 03ababc commit d08f5b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<WindowsPackageType>None</WindowsPackageType>
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,7 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221116.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions samples/Demo.HelloSpecialValues/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public sealed partial class MainWindow : Window
public MainWindow()
{
InitializeComponent();
Title = "Demo.HelloSpecialValues";
}
}
}
3 changes: 2 additions & 1 deletion src/Caliburn.Light.WinUI/Caliburn.Light.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221116.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageIcon>logo.png</PackageIcon>
<PackageTags>Caliburn MVVM WPF WinUI Screen EventAggregator Model-View-ViewModel Presentation UI ViewModel IoC Validation Command Async</PackageTags>
<PackageReleaseNotes>- remove .NET Core 3.1
- [WinUI] update AppSDK 1.1.0
- [WinUI] update AppSDK 1.2.1
- [WinUI] use DispachterQueue
- [WinUI] remove sharing service</PackageReleaseNotes>
</PropertyGroup>
Expand Down

0 comments on commit d08f5b5

Please sign in to comment.