Skip to content

Commit

Permalink
Merge pull request #2 from idexus/dev
Browse files Browse the repository at this point in the history
arm update
  • Loading branch information
idexus authored Feb 24, 2023
2 parents 48348be + 301cb13 commit 74018a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/HotReloadKit.VS/HotReloadKit.VS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>keypair.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -57,7 +57,7 @@
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\HotReloadKitPackage.ico" />
<None Include="Key.snk" />
<None Include="keypair.snk" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down
Binary file removed src/HotReloadKit.VS/Key.snk
Binary file not shown.
23 changes: 19 additions & 4 deletions src/HotReloadKit.VS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="HotReloadKit.VS.7b038921-449f-4ddd-ae6a-2a36cdb78f0f" Version="0.4.0.0" Language="en-US" Publisher="Pawel Krzywdzinski" />
<Identity Id="HotReloadKit.VS.7b038921-449f-4ddd-ae6a-2a36cdb78f0f" Version="0.4.0.1" Language="en-US" Publisher="Pawel Krzywdzinski" />
<DisplayName>HotReloadKit.VS</DisplayName>
<Description xml:space="preserve">HotReloadKit extension pack</Description>
<License>LICENSE.txt</License>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit 74018a2

Please sign in to comment.