Skip to content

Commit

Permalink
Update VS and dotnet new 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 92e80a8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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>
2 changes: 1 addition & 1 deletion Bonsai.Templates/Bonsai.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>2.8.1</PackageVersion>
<PackageVersion>2.8.2</PackageVersion>
<PackageId>Bonsai.Templates</PackageId>
<Title>Bonsai Templates</Title>
<Authors>Bonsai</Authors>
Expand Down
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 92e80a8

Please sign in to comment.