Skip to content

Commit

Permalink
Increment version and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
iminashi committed Jun 2, 2024
1 parent 45107c7 commit ca50d6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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>3.1.0</Version>
<Version>3.1.1</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>3.1.0</Version>
<Version>3.1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
4 changes: 4 additions & 0 deletions samples/DLCBuilder/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.1 (Released 2024-06-02)

- Improvement to the similar phrase search algorithm.

## 3.1.0 (Released 2024-06-01)

- Added validation that all characters used in the lyrics are found in a custom font.
Expand Down

0 comments on commit ca50d6e

Please sign in to comment.