Skip to content

Commit

Permalink
Merge pull request #661 from mcneel/AndyPayne/R8Bump
Browse files Browse the repository at this point in the history
bumping hops and rhino.compute to 0.16.7
  • Loading branch information
andyopayne authored Apr 22, 2024
2 parents 004c1f0 + 02f24e2 commit 6dfe135
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.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
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.6.0";
public const string AppVersion = "0.16.7.0";

public override Bitmap Icon
{
Expand Down

0 comments on commit 6dfe135

Please sign in to comment.