Skip to content

Commit d52248b

Browse files
authored
Merge pull request mcneel#695 from mcneel/AndyPayne/HopsR8Bump
bumping Hops version to 0.16.17
2 parents 71f5bd1 + e114820 commit d52248b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.HOPS.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.16.17] - 2024-11-19
8+
9+
### Fixed
10+
11+
- Startup.cs now loads the Commands.rhp so that certain features such as the gltf exporter will work properly inside rhino.compute. This is a temporary solution until the gltf exporter code is moved into Rhinocommon or Rhino.UI.
12+
713
## [0.16.16] - 2024-11-07
814

915
### Fixed

src/hops/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public GhaAssemblyInfo()
2828
TheAssemblyInfo = this;
2929
}
3030

31-
public const string AppVersion = "0.16.16.0";
31+
public const string AppVersion = "0.16.17.0";
3232

3333
public override Bitmap Icon
3434
{

0 commit comments

Comments
 (0)