Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
iminashi committed Sep 17, 2023
1 parent 4ef0d0b commit 869cc54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platforms>x64</Platforms>
<WarnOn>1182;3390;$(WarnOn)</WarnOn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>2.2.2</Version>
<Version>2.3.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
2 changes: 1 addition & 1 deletion samples/DLCBuilder/DLCBuilder.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<WarnOn>1182;3390;$(WarnOn)</WarnOn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>2.2.2</Version>
<Version>2.3.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
4 changes: 2 additions & 2 deletions samples/DLCBuilder/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 2.3.0 (Released 2023-09-xx)
## 2.3.0 (Released 2023-09-17)

- Added an exit confirmation if the project has unsaved changes.
- Improved the phrase generator when used on arrangements that have existing DD levels.
- Fixed a bug where the phrase generator would place a phrase in a place that cause linknext issues.
- Fixed a bug where the phrase generator would place a phrase badly and cause linknext issues.
- Fixed possible false positives for the "HOPO into same fret" validation after a slide.
- Fixed possible false positives for the "finger changes during slide" validation for slides from a low position.
- Fixed an issue in the base tone automatic naming.
Expand Down

0 comments on commit 869cc54

Please sign in to comment.