From 5d1b757cf42a7ddc3988f9182a792f1950d971b9 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Wed, 23 Aug 2023 14:04:08 -0400 Subject: [PATCH] bumping Hops to version 0.16.2 for Rhino 8 --- CHANGELOG.HOPS.md | 14 ++++++++++++-- src/hops/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index 23f5109d..1cfc2ec9 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.16.1] - 2023-03-22 +## [0.16.2] - 2023-08-23 + +### Added + +- Added support for Rectangle3d as a data type returned from rhino.compute. + +### Fixed + +- Rhino.Compute and Compute.Geometry now target the .NET 7 Framework. This makes compute now compatible with Rhino 8. +- Fixed many minor bugs. + +## [0.16.1] - 2023-03-23 ### Added - Two endpoints to return information about the plugins installed on the machine running the rhino.compute server. - /plugins/rhino/installed - will return a sorted dictionary of Rhino plugins which are installed. - /plugins/gh/installed - will return a sorted dictionary of Grasshopper plugins which are installed. -- Rhino.Compute and Compute.Geometry now target the .NET 7 Framework. This makes compute now compatible with Rhino 8. ### Fixed diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index f4c3b7b8..82b9462f 100644 --- a/src/hops/Properties/AssemblyInfo.cs +++ b/src/hops/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ public GhaAssemblyInfo() TheAssemblyInfo = this; } - public const string AppVersion = "0.16.1.0"; + public const string AppVersion = "0.16.2.0"; public override Bitmap Icon {