Skip to content

Commit 2521669

Browse files
committed
Updated version number to 0.0.6.0
1 parent a2cee99 commit 2521669

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.46-beta" />
1010
<PackageVersion Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
1111
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
12+
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools.MSIX" Version="1.7.251221100" />
1213
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.8.260209005" />
1314
<PackageVersion Include="NuGet.Protocol" Version="6.14.0" />
1415
<PackageVersion Include="Shmuelie.WinRTServer" Version="2.2.1" />

src/NuGetPackageSearchCmdPalExtension/NuGetPackageSearchCmdPalExtension.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<ItemGroup>
4040
<PackageReference Include="Microsoft.CommandPalette.Extensions" />
4141
<PackageReference Include="Microsoft.Windows.CsWinRT" />
42+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools.MSIX">
43+
<PrivateAssets>all</PrivateAssets>
44+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
45+
</PackageReference>
4246
<PackageReference Include="Microsoft.WindowsAppSDK" />
4347
<PackageReference Include="Microsoft.Web.WebView2" />
4448
<PackageReference Include="Shmuelie.WinRTServer" />
@@ -68,7 +72,7 @@
6872
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
6973
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
7074
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
71-
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
75+
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
7276
<GenerateTestArtifacts>True</GenerateTestArtifacts>
7377
<AppxBundle>Auto</AppxBundle>
7478
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>

src/NuGetPackageSearchCmdPalExtension/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="23610AlickolliSoftware.NuGetPackageSearchforComman"
1414
Publisher="CN=5CECD841-CF4E-45AF-B443-573F4A3614A0"
15-
Version="0.0.5.0" />
15+
Version="0.0.6.0" />
1616
<!-- When you're ready to publish your extension, you'll need to change the
1717
Publisher= to match your own identity -->
1818

0 commit comments

Comments
 (0)