Skip to content

Commit ba2a05d

Browse files
committed
Updated to WAS 1.0.0 GA.
1 parent d12d59a commit ba2a05d

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
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.WindowsAppSDK" Version="1.0.0-preview3" GeneratePathProperty="true" />
60+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
6161
</ItemGroup>
6262
</When>
6363
</Choose>

Directory.Build.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,4 @@
1818
</ItemGroup>
1919
</Target>
2020

21-
<!-- Workaround for https://github.com/microsoft/WindowsAppSDK/issues/1217 -->
22-
<Target Name="FixReferenceCopyLocalPaths" BeforeTargets="ResolvePackageAssets">
23-
<ItemGroup>
24-
<ReferenceCopyLocalPaths Remove="$(PkgMicrosoft_WindowsAppSDK)\build\..\runtimes\lib\native\AnyCPU\Microsoft.WindowsAppRuntime.Bootstrap.dll"/>
25-
</ItemGroup>
26-
</Target>
27-
2821
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</ProjectReference>
7979
</ItemGroup>
8080
<ItemGroup>
81-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.0.0-preview3]">
81+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.0.0]">
8282
<IncludeAssets>build</IncludeAssets>
8383
</PackageReference>
8484
</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.12-build.{height}",
2+
"version": "2.0.13-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)