diff --git a/CHANGELOG.md b/CHANGELOG.md index e735059..5df1163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0] - 2024-12-15 +### Changed +- Updated to Fesh 0.19.0 + ## [0.16.3] - 2024-12-15 ### Added - Messages about Auto-Updates @@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - first public release -[Unreleased]: https://github.com/goswinr/Fesh.Rhino/compare/0.16.3...HEAD +[Unreleased]: https://github.com/goswinr/Fesh.Rhino/compare/0.19.0...HEAD +[0.16.3]: https://github.com/goswinr/Fesh.Rhino/compare/0.16.3...0.19.0 [0.16.3]: https://github.com/goswinr/Fesh.Rhino/compare/0.16.2...0.16.3 [0.16.2]: https://github.com/goswinr/Fesh.Rhino/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/goswinr/Fesh.Rhino/compare/0.13.0...0.16.1 diff --git a/README.md b/README.md index c93161f..ebf497e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![publish yak](https://github.com/goswinr/Fesh.Rhino/actions/workflows/release.yml/badge.svg?event=push)](https://github.com/goswinr/Fesh.Rhino/actions/workflows/release.yml) ![latest tag](https://img.shields.io/github/v/tag/goswinr/Fesh.Rhino?label=Latest%20Tag) ![yak version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fyak.rhino3d.com%2Fpackages%2Ffesh&query=%24.version&logo=rhinoceros&label=Yak%20Package%20Manager&color=%23a3d6ff) +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fgoswinr%2FFesh.Rhino&count_bg=%2379C83D&title_bg=%23555555&icon=github.svg&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) [![license](https://img.shields.io/github/license/goswinr/Fesh.Rhino)](LICENSE) ![code size](https://img.shields.io/github/languages/code-size/goswinr/Fesh.Rhino.svg) @@ -27,7 +28,7 @@ No admin rights should be needed for this installation. Then launch the editor with the command `Fesh`. -Until [RhinoCommon](https://www.nuget.org/packages/rhinocommon#supportedframeworks-body-tab) is targeted properly for .NET 7 this plugin only supports .NET Framework 4.8.\ +As long as [RhinoCommon](https://www.nuget.org/packages/rhinocommon#supportedframeworks-body-tab) is not targeted for .NET 7 this plugin only supports .NET Framework 4.8.\ In Rhino use the command [SetDotNetRuntime](https://www.rhino3d.com/en/docs/guides/netcore/) to switch between .NET Framework and .NET Core. ### Manual Installation