Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Dec 16, 2024
1 parent d4f6ac2 commit 2010a36
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<BaseOutputPath>$(ArtifactsDir)bin\$(MSBuildProjectName)\</BaseOutputPath>
<BaseIntermediateOutputPath>$(ArtifactsDir)obj\$(OS)\$(MSBuildProjectName)\</BaseIntermediateOutputPath>

<Version>8.10.0</Version> <!-- PSST. Hey Curtis. Update all other files with this number too -->
<Version>8.15.0</Version> <!-- PSST. Hey Curtis. Update all other files with this number too -->
<PackageVersion>$(Version)</PackageVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Rhino.VisualStudio.Mac/Properties/AddinInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: Addin(
"Mac",
Namespace = "Rhino.VisualStudio",
Version = "8.10.0.0"
Version = "8.15.0.0"
)]

// This controls the displayed name in the Xamarin Studio Add-In Manager...
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="F9D86CA0-D45A-42B6-ABA4-77AE7471C34F" Version="8.10.0.0" Language="en-US" Publisher="McNeel" />
<Identity Id="F9D86CA0-D45A-42B6-ABA4-77AE7471C34F" Version="8.15.0.0" Language="en-US" Publisher="McNeel" />
<DisplayName>Project templates for Rhino 3D</DisplayName>
<Description xml:space="preserve">Adds plug-in, command and zoo wizards for C++, RhinoCommon and Grasshopper projects. This includes digitizer, render, import and export plug-ins. Makes setting up debugging easier and automatically references RhinoCommon. Rhino is a requirement for this wizard to operate correctly.

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="FE5E3652-EEDC-4A36-AE44-9061466EBEE7" Version="8.10.0.0" Language="en-US" Publisher="McNeel" />
<Identity Id="FE5E3652-EEDC-4A36-AE44-9061466EBEE7" Version="8.15.0.0" Language="en-US" Publisher="McNeel" />
<DisplayName>Project templates for Rhino 3D</DisplayName>
<Description xml:space="preserve">Adds plug-in, command and zoo wizards for C++, RhinoCommon and Grasshopper projects. This includes digitizer, render, import and export plug-ins. Makes setting up debugging easier and automatically references RhinoCommon. Rhino is a requirement for this wizard to operate correctly.

Expand Down
2 changes: 1 addition & 1 deletion Rhino.VisualStudio.Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.10.0.0")]
[assembly: AssemblyVersion("8.15.0.0")]

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.LegacyTemplateWizard</FullClassName>
</WizardExtension>
<!-- Doesn't work for C++ projects so we do it the old way..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.GrasshopperWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.RhinoWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Also, remember to copy the ID from your Rhino plug-in before continuing.</Descri
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.ZooPluginWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.CppRhinoWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.CppSkinWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.GrasshopperWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.RhinoWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Also, remember to copy the ID from your Rhino plug-in before continuing.</Descri
</CustomParameters>
</TemplateContent>
<WizardExtension>
<Assembly>Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<Assembly>Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null</Assembly>
<FullClassName>Rhino.VisualStudio.Windows.Wizard.ZooPluginWizard</FullClassName>
</WizardExtension>
<WizardExtension>
Expand Down

0 comments on commit 2010a36

Please sign in to comment.