Skip to content

Commit

Permalink
chore(release): 0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent 88c6d6a commit 74d0cab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
My Changelog
<a name="0.2.2"></a>
## [0.2.2](https://www.github.com/jimbuck/Ion/releases/tag/v0.2.2) (2024-10-8)

### ✨ Features

* Scene generators (#44) ([88c6d6a](https://www.github.com/jimbuck/Ion/commit/88c6d6a85d6664ba8b6a2e2b096d32065fe52fba))

<a name="0.2.1"></a>
## [0.2.1](https://www.github.com/jimbuck/Ion/releases/tag/v0.2.1) (2024-6-7)

Expand Down
2 changes: 1 addition & 1 deletion Ion/Ion.Core/Ion.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.2.1</Version>
<Version>0.2.2</Version>
<TargetFramework>net8.0</TargetFramework>
<IsAotCompatible>true</IsAotCompatible>
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
Expand Down
2 changes: 1 addition & 1 deletion Ion/Ion_old/Ion.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.2.1</Version>
<Version>0.2.2</Version>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 74d0cab

Please sign in to comment.