Skip to content

Commit d7cfcfb

Browse files
committed
Updated to WAS 0.8.0.
1 parent 86964d9 commit d7cfcfb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Choose>
5858
<When Condition="'$(IsWinUIProject)' == 'true'">
5959
<ItemGroup>
60-
<PackageReference Include="Microsoft.ProjectReunion" Version="0.5.0" />
60+
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.0" />
6161
</ItemGroup>
6262
</When>
6363
</Choose>

Tests/ColorCode.WinUITests (Package)/ColorCode.WinUITests (Package).wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
</ProjectReference>
7979
</ItemGroup>
8080
<ItemGroup>
81-
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.0]">
81+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.0]">
8282
<IncludeAssets>build</IncludeAssets>
8383
</PackageReference>
84-
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.5.0]">
84+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.0]">
8585
<IncludeAssets>build</IncludeAssets>
8686
</PackageReference>
8787
</ItemGroup>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.8-build.{height}",
2+
"version": "2.0.9-build.{height}",
33
"publicReleaseRefSpec": [
44
"^refs/heads/master$", // we release out of master
55
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N

0 commit comments

Comments
 (0)