From 281a387f4eb1bb338c9b0032ecb2f422215f64e2 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Wed, 5 Jun 2024 14:15:25 -0400 Subject: [PATCH] bumping version to 0.16.8 --- CHANGELOG.HOPS.md | 10 ++++++++++ src/hops/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index 36f39272..dec873f9 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,16 @@ 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.8] - 2024-06-05 + +### Fixed + +- The Rhino.Inside.Resolver was set to automatically look for the latest build of Rhino which was causing some conflicts if users had installed Rhino 9 WIP. The default path for the 8.x build of rhino.compute should now look for that latest build of Rhino 8 when trying to resolve Rhino.Inside. + +### Added + +- A few additional lines of logging information were added to display the the current build of Rhino.Compute and Rhino as well as the working system path. + ## [0.16.7] - 2024-04-22 ### Added diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index e6dff31f..efb53828 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.7.0"; + public const string AppVersion = "0.16.8.0"; public override Bitmap Icon {