Skip to content

Commit

Permalink
Update VS template dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed May 21, 2024
1 parent 07889c2 commit 9438316
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Core" Version="2.8.0" />
<PackageReference Include="Bonsai.Core" Version="2.8.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="BonsaiTemplatesVsix.ac37e8b9-5d6c-407c-b2ca-2e550a8ab918">
<package id="Bonsai.Core" version="2.8.0" />
<package id="Bonsai.Core" version="2.8.2" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="BonsaiTemplatesVsix.ac37e8b9-5d6c-407c-b2ca-2e550a8ab918">
<package id="Bonsai.Core" version="2.8.0" />
<package id="Bonsai.Core" version="2.8.2" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<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="BonsaiTemplatesVsix.ac37e8b9-5d6c-407c-b2ca-2e550a8ab918" Version="2.8.1" Language="en-US" Publisher="Bonsai Foundation" />
<Identity Id="BonsaiTemplatesVsix.ac37e8b9-5d6c-407c-b2ca-2e550a8ab918" Version="2.8.2" Language="en-US" Publisher="Bonsai Foundation" />
<DisplayName>Bonsai Templates</DisplayName>
<Description xml:space="preserve">A collection of project and item templates for extending the Bonsai programming language.</Description>
<MoreInfo>http://bonsai-rx.org</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="BonsaiTemplatesVsix.ac37e8b9-5d6c-407c-b2ca-2e550a8ab918">
<package id="Bonsai.Core" version="2.8.0" />
<package id="Bonsai.Core" version="2.8.2" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="BonsaiTemplatesVsix.ac37e8b9-5d6c-407c-b2ca-2e550a8ab918">
<package id="Bonsai.Core" version="2.8.0" />
<package id="Bonsai.Design" version="2.8.0" />
<package id="Bonsai.Core" version="2.8.2" />
<package id="Bonsai.Design" version="2.8.1" />
</packages>
</WizardData>
</VSTemplate>

0 comments on commit 9438316

Please sign in to comment.