From 02f24e2ed6c3b5cc69af3b06b2eb1ab27976031e Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Mon, 22 Apr 2024 15:36:06 -0400 Subject: [PATCH] bumping hops and rhino.compute to 0.16.7 --- CHANGELOG.HOPS.md | 6 ++++++ src/hops/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index c5422495..36f39272 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,12 @@ 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.7] - 2024-04-22 + +### Added + +- Added the RhinoCompute.cs file to the compute.geometry 8.x repo. This is referenced in several guides and tutorials and had been omitted during the refactoring process when we moved from 7.x to 8.x. In addition, a new endpoint was added called `/sdk/csharp` which will allow you to view and/or download the contents of this file for use in your own projects. + ## [0.16.6] - 2024-03-15 ### Fixed diff --git a/src/hops/Properties/AssemblyInfo.cs b/src/hops/Properties/AssemblyInfo.cs index 3dda7889..e6dff31f 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.6.0"; + public const string AppVersion = "0.16.7.0"; public override Bitmap Icon {