Skip to content

Commit

Permalink
Merge pull request #695 from mcneel/AndyPayne/HopsR8Bump
Browse files Browse the repository at this point in the history
bumping Hops version to 0.16.17
  • Loading branch information
andyopayne authored Nov 19, 2024
2 parents 71f5bd1 + e114820 commit d52248b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.HOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17] - 2024-11-19

### Fixed

- 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.

## [0.16.16] - 2024-11-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/hops/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public GhaAssemblyInfo()
TheAssemblyInfo = this;
}

public const string AppVersion = "0.16.16.0";
public const string AppVersion = "0.16.17.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit d52248b

Please sign in to comment.