Skip to content

Commit

Permalink
Merge pull request #217 from hrntsm/develop
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
hrntsm authored Jan 6, 2022
2 parents c1fefdd + 824eafb commit bd8e3fe
Show file tree
Hide file tree
Showing 30 changed files with 15,786 additions and 46 deletions.
4 changes: 2 additions & 2 deletions HoaryFox/RH6/HoaryFoxRH6.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>2.0.2</Version>
<Version>2.1.1</Version>
<Title>HoaryFox</Title>
<Description>This Component read ST-Bridge file(.stb) and display its model data.</Description>
<TargetExt>.gha</TargetExt>
Expand All @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Grasshopper" Version="6.34.21034.7001" IncludeAssets="compile;build" />
<PackageReference Include="STBDotNet" Version="0.2.2" />
<PackageReference Include="STBDotNet" Version="0.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions HoaryFox/RH7/HoaryFoxRH7.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>2.0.2</Version>
<Version>2.1.1</Version>
<Title>HoaryFox</Title>
<Description>This Component read ST-Bridge file(.stb) and display its model data.</Description>
<TargetExt>.gha</TargetExt>
Expand All @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Grasshopper" Version="7.10.21256.17001" IncludeAssets="compile;build" />
<PackageReference Include="STBDotNet" Version="0.2.2" />
<PackageReference Include="STBDotNet" Version="0.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions KarambaConnect/RH6K1/karambaConnectRH6K1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>2.0.2</Version>
<Version>2.1.1</Version>
<Title>karambaConnect</Title>
<Description>HoaryFox karamba connect extension</Description>
<TargetExt>.gha</TargetExt>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Grasshopper" Version="6.34.21034.7001" IncludeAssets="compile;build" />
<PackageReference Include="STBDotNet" Version="0.2.2" />
<PackageReference Include="STBDotNet" Version="0.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions KarambaConnect/RH6K2/karambaConnectRH6K2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>2.0.2</Version>
<Version>2.1.1</Version>
<Title>karambaConnect</Title>
<Description>HoaryFox karamba connect extension</Description>
<TargetExt>.gha</TargetExt>
Expand All @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="STBDotNet" Version="0.2.2" />
<PackageReference Include="STBDotNet" Version="0.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions KarambaConnect/RH7K1/karambaConnectRH7K1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>2.0.2</Version>
<Version>2.1.1</Version>
<Title>karambaConnect</Title>
<Description>HoaryFox karamba connect extension</Description>
<TargetExt>.gha</TargetExt>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Grasshopper" Version="7.10.21256.17001" IncludeAssets="compile;build" />
<PackageReference Include="STBDotNet" Version="0.2.2" />
<PackageReference Include="STBDotNet" Version="0.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions KarambaConnect/RH7K2/karambaConnectRH7K2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>2.0.2</Version>
<Version>2.1.1</Version>
<Title>karambaConnect</Title>
<Description>HoaryFox karamba connect extension</Description>
<TargetExt>.gha</TargetExt>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Grasshopper" Version="7.10.21256.17001" IncludeAssets="compile;build" />
<PackageReference Include="STBDotNet" Version="0.2.2" />
<PackageReference Include="STBDotNet" Version="0.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down
13 changes: 13 additions & 0 deletions website/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ title: Changelog

---

## [v2.1.1 - 2022-1-6](https://github.com/hrntsm/HoaryFox/releases/tag/v2.1.1)

### 追加

- STBDotNet を使ったコーディングのサンプルページの追加

### 変更

- 上記サンプル作成に当たり STBDotNet のバグを見つけたので修正して参照するバージョンを修正後の 0.2.3 に変更

---

## [v2.1.0 - 2021-12-29](https://github.com/hrntsm/HoaryFox/releases/tag/v2.1.0)

### 追加
Expand All @@ -16,6 +28,7 @@ title: Changelog

### 修正

- バージョンごとに整合した組み合わせでないと動かないことがわかったため、マルチターゲットビルドするようにした
- Karamba3D 連携で、断面形状が null のときエラーで止まっていたため修正

### 変更
Expand Down
Loading

0 comments on commit bd8e3fe

Please sign in to comment.