Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
iminashi committed Jul 27, 2023
1 parent 77a6d4a commit 13bf3e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0</Version>
<Version>2.2.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.1.0</Version>
<Version>2.2.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
2 changes: 1 addition & 1 deletion samples/DLCBuilder/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Added an ellipsis menu next to the build buttons for quick access to some of the build options.
- Added a new validation check for notes that have vibrato, tremolo or slide, but have no (less than 5ms) sustain.
- Fixed possible false positives for the "finger changes during slide check" when the anchor zone is wider than 4.
- For bass arrrangements where low tuning fix is applied, recognized tuning names will be displayed instead of "custom tuning".
- For bass arrrangements where the low tuning fix is applied, recognized tuning names will be displayed instead of "custom tuning".
- Updated some of the libaries the program depends on.

## 2.1.0 (Released 2023-07-24)
Expand Down

0 comments on commit 13bf3e4

Please sign in to comment.