Skip to content

Commit

Permalink
Merge pull request #19 from sharwell/support-2019
Browse files Browse the repository at this point in the history
Support Visual Studio 2019
  • Loading branch information
sharwell authored Dec 4, 2018
2 parents c70c500 + df7bebb commit fc76cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<Description>Adds the Just My Code command button to Visual Studio.</Description>
<Company>Tunnel Vision Laboratories, LLC</Company>
<Copyright>Copyright © Sam Harwell 2017</Copyright>
<Version>1.2.0.0</Version>
<FileVersion>1.2.0.0</FileVersion>
<InformationalVersion>1.2.0-dev</InformationalVersion>
<Version>1.3.0.0</Version>
<FileVersion>1.3.0.0</FileVersion>
<InformationalVersion>1.3.0-dev</InformationalVersion>

<GeneratePkgDefFile>true</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="Tvl.VisualStudio.JustMyCodeToggle.0E2F0645-E87E-433C-B82B-C89EAE52A0FD" Version="1.2.0" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.JustMyCodeToggle.0E2F0645-E87E-433C-B82B-C89EAE52A0FD" Version="1.3.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>Just My Code Toggle</DisplayName>
<Description>Adds the Just My Code command button to Visual Studio.</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/JustMyCodeToggle</MoreInfo>
Expand All @@ -14,10 +14,10 @@
<Tags>debugging, just my code</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit fc76cc6

Please sign in to comment.