From 2010a3643fbc6a6f5fd2f3fa22a7f4d598ff9984 Mon Sep 17 00:00:00 2001 From: Curtis Wensley Date: Mon, 16 Dec 2024 10:24:09 -0800 Subject: [PATCH] Bump version --- Directory.Build.props | 2 +- Rhino.VisualStudio.Mac/Properties/AddinInfo.cs | 2 +- Rhino.VisualStudio.Windows/2019/source.extension.vsixmanifest | 2 +- Rhino.VisualStudio.Windows/2022/source.extension.vsixmanifest | 2 +- Rhino.VisualStudio.Windows/Properties/AssemblyInfo.cs | 2 +- .../Templates/CPPCommand/command.vstemplate | 2 +- .../Templates/CSGrasshopper/grasshopper.vstemplate | 2 +- Rhino.VisualStudio.Windows/Templates/CSRhino/rhino.vstemplate | 2 +- .../Templates/CSZooPlugin/zooplugin.vstemplate | 2 +- Rhino.VisualStudio.Windows/Templates/CppRhino/rhino.vstemplate | 2 +- Rhino.VisualStudio.Windows/Templates/CppSkin/skin.vstemplate | 2 +- .../Templates/VBGrasshopper/grasshopper.vstemplate | 2 +- Rhino.VisualStudio.Windows/Templates/VBRhino/rhino.vstemplate | 2 +- .../Templates/VBZooPlugin/zooplugin.vstemplate | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fe2c4c6..48ae202 100755 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,7 @@ $(ArtifactsDir)bin\$(MSBuildProjectName)\ $(ArtifactsDir)obj\$(OS)\$(MSBuildProjectName)\ - 8.10.0 + 8.15.0 $(Version) \ No newline at end of file diff --git a/Rhino.VisualStudio.Mac/Properties/AddinInfo.cs b/Rhino.VisualStudio.Mac/Properties/AddinInfo.cs index 8283161..899a121 100644 --- a/Rhino.VisualStudio.Mac/Properties/AddinInfo.cs +++ b/Rhino.VisualStudio.Mac/Properties/AddinInfo.cs @@ -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... diff --git a/Rhino.VisualStudio.Windows/2019/source.extension.vsixmanifest b/Rhino.VisualStudio.Windows/2019/source.extension.vsixmanifest index a8ed4f0..c54346d 100755 --- a/Rhino.VisualStudio.Windows/2019/source.extension.vsixmanifest +++ b/Rhino.VisualStudio.Windows/2019/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Project templates for Rhino 3D 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. diff --git a/Rhino.VisualStudio.Windows/2022/source.extension.vsixmanifest b/Rhino.VisualStudio.Windows/2022/source.extension.vsixmanifest index 4f37b43..6500755 100755 --- a/Rhino.VisualStudio.Windows/2022/source.extension.vsixmanifest +++ b/Rhino.VisualStudio.Windows/2022/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Project templates for Rhino 3D 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. diff --git a/Rhino.VisualStudio.Windows/Properties/AssemblyInfo.cs b/Rhino.VisualStudio.Windows/Properties/AssemblyInfo.cs index 025b1de..b87a424 100755 --- a/Rhino.VisualStudio.Windows/Properties/AssemblyInfo.cs +++ b/Rhino.VisualStudio.Windows/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Rhino.VisualStudio.Windows/Templates/CPPCommand/command.vstemplate b/Rhino.VisualStudio.Windows/Templates/CPPCommand/command.vstemplate index be993b1..e68adee 100755 --- a/Rhino.VisualStudio.Windows/Templates/CPPCommand/command.vstemplate +++ b/Rhino.VisualStudio.Windows/Templates/CPPCommand/command.vstemplate @@ -23,7 +23,7 @@ - Rhino.VisualStudio.Windows, Version=8.10.0.0, Culture=neutral, PublicKeyToken=null + Rhino.VisualStudio.Windows, Version=8.15.0.0, Culture=neutral, PublicKeyToken=null Rhino.VisualStudio.Windows.Wizard.LegacyTemplateWizard