Skip to content

Commit ff67df0

Browse files
authored
Merge pull request #2 from licon4812/aot
Enabled Native AOT
2 parents ed500d6 + abde551 commit ff67df0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/NuGetPackageSearchCmdPalExtension/NuGetPackageSearchCmdPalExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<WarningsNotAsErrors>IL2081</WarningsNotAsErrors>
6464

6565
<PublishTrimmed>true</PublishTrimmed>
66+
<PublishAot>true</PublishAot>
6667
<PublishSingleFile>true</PublishSingleFile>
6768
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
6869
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>

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.2.0" />
15+
Version="0.0.3.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)