Skip to content

Commit 596ae5b

Browse files
committed
update rs
1 parent 92e2e02 commit 596ae5b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.1] - 2025-03-07
11+
### Changed
12+
- Referencing Rhino.Scripting 0.10.1
13+
1014
## [0.10.0] - 2025-03-07
1115
### Changed
1216
- Referencing Rhino.Scripting 0.10.0
@@ -33,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3337
- Referencing Rhino.Scripting 0.5.0
3438

3539

36-
[Unreleased]: https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.10.0...HEAD
40+
[Unreleased]: https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.10.1...HEAD
41+
[0.10.1]: https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.10.0...0.10.1
3742
[0.10.0]: https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.8.2...0.10.0
3843
[0.8.2]: https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.8.1...0.8.2
3944
[0.8.1]: https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.8.0...0.8.1

Rhino.Scripting.Fsharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<PackageReference Include="RhinoCommon" Version="7.0.20314.3001" PrivateAssets="all" ExcludeAssets="runtime" />
6565
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
6666
<PackageReference Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" PrivateAssets="all" />
67-
<PackageReference Include="Rhino.Scripting" Version="0.10.0" />
67+
<PackageReference Include="Rhino.Scripting" Version="0.10.1" />
6868

6969
<!-- <Reference Include="Rhino.Scripting" HintPath="../Rhino.Scripting/bin/Release/net48/Rhino.Scripting.dll" /> -->
7070
</ItemGroup>

0 commit comments

Comments
 (0)