Skip to content

Commit

Permalink
Updated nuget package
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Feb 8, 2022
1 parent a0d60d2 commit 5848331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PkgdefLanguage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit.16" version="16.0.408" ExcludeAssets="runtime">
<PackageReference Include="Community.VisualStudio.Toolkit.16" version="16.0.414" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
Expand Down
2 changes: 1 addition & 1 deletion src/source.extension.vsixmanifest
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="06278dd5-5d9d-4f27-a3e8-cd619b101a50" Version="1.3.1000" Language="en-US" Publisher="Mads Kristensen" />
<Identity Id="06278dd5-5d9d-4f27-a3e8-cd619b101a50" Version="1.3.1002" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Pkgdef Language</DisplayName>
<Description xml:space="preserve">Full language support with IntelliSense, validation, outlining, and more for .pkgdef and .pkgundef files</Description>
<MoreInfo>https://github.com/madskristensen/PkgdefLanguage</MoreInfo>
Expand Down

0 comments on commit 5848331

Please sign in to comment.