Skip to content

Commit 79f3fa5

Browse files
committed
Updated to CSWinRT 1.2.6 and Reunion 0.5.7
1 parent a8d1919 commit 79f3fa5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CommunityToolkit.WinUI.SampleApp.Package/CommunityToolkit.WinUI.SampleApp.Package.wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@
125125
<Content Include="Images\Wide310x150Logo.scale-400.png" />
126126
</ItemGroup>
127127
<ItemGroup>
128-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.6]">
128+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.7]">
129129
<IncludeAssets>build</IncludeAssets>
130130
</PackageReference>
131-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.5.6]">
131+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.5.7]">
132132
<IncludeAssets>build</IncludeAssets>
133133
</PackageReference>
134134
</ItemGroup>

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<TargetPlatformRevision>18362</TargetPlatformRevision>
2222
<TargetPlatformMinRevision>17763</TargetPlatformMinRevision>
2323
<SupportedOSPlatformVersion>10.0.$(TargetPlatformMinRevision).0</SupportedOSPlatformVersion>
24-
<MicrosoftProjectReunionVersion>0.5.6</MicrosoftProjectReunionVersion>
24+
<MicrosoftProjectReunionVersion>0.5.7</MicrosoftProjectReunionVersion>
2525
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\nupkg</PackageOutputPath>
2626
<!-- Remove after https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3285 is merged, as this is already in our .editorconfig -->
2727
<NoWarn>SA1101;SA1633;SA1202;SA1600;SA1413;SA1611;SA1629;SA1201;SA1309;SA1310;SA1602</NoWarn>

UITests/UITests.App.Package/UITests.App.Package.wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
<AppxPlatform Condition="'$(AppxPlatform)' == ''">$(Platform)</AppxPlatform>
8484
</PropertyGroup>
8585
<ItemGroup>
86-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.6]">
86+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.7]">
8787
<IncludeAssets>build</IncludeAssets>
8888
</PackageReference>
89-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.5.6]">
89+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.5.7]">
9090
<IncludeAssets>build</IncludeAssets>
9191
</PackageReference>
9292
</ItemGroup>

UITests/UITests.App/App.AppService.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public override async Task<StartReply> Start(StartRequest request, ServerCallCon
5858

5959
public override async Task SubscribeLog(SubscribeLogRequest request, IServerStreamWriter<LogUpdate> responseStream, ServerCallContext context)
6060
{
61-
while(!context.CancellationToken.IsCancellationRequested)
61+
while (!context.CancellationToken.IsCancellationRequested)
6262
{
6363
var message = LogUpdates.Take(context.CancellationToken);
6464

UITests/UITests.App/UITests.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="Microsoft.Internal.MUXAppTestHelpers.WinUI">
3737
<Version>3.0.0-zmain.210407.3-CI</Version>
3838
</PackageReference>
39-
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.2.5" />
39+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.2.6" />
4040
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
4141
<PackageReference Include="Grpc" Version="2.36.4" />
4242
<PackageReference Include="Google.Protobuf" Version="3.15.7" />

UnitTests/UnitTests.XamlIslands/UnitTests.XamlIslands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.Toolkit.Forms.UI.XamlHost" Version="6.1.2" />
18-
<PackageReference Include="Microsoft.ProjectReunion" Version="0.5.6" />
18+
<PackageReference Include="Microsoft.ProjectReunion" Version="0.5.7" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)