Skip to content

Commit b724e16

Browse files
committed
Increment version
1 parent 54ab252 commit b724e16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platforms>x64</Platforms>
77
<WarnOn>1182;3390;$(WarnOn)</WarnOn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9-
<Version>0.9.0</Version>
9+
<Version>0.9.1</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

samples/DLCBuilder/DLCBuilder.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
1414
<WarnOn>1182;3390;$(WarnOn)</WarnOn>
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
16-
<Version>0.9.0</Version>
16+
<Version>0.9.1</Version>
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

samples/DLCBuilder/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.1 (Released 2022-01-xx)
1+
## 0.9.1 (Released 2022-01-04)
22

33
- If auto-save is enabled, a save prompt will be displayed when first adding an arrangement to a new project.
44
- Minor improvements to the "delete test builds" feature.

0 commit comments

Comments
 (0)