Skip to content

Commit 5438038

Browse files
committed
prepare 2.1.0
1 parent 6d995a0 commit 5438038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AvaGui/AvaGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<RepositoryUrl>https://github.com/OpenLoco/OpenLocoObjectEditor</RepositoryUrl>
13-
<AssemblyVersion>2.0.0</AssemblyVersion>
13+
<AssemblyVersion>2.1.0</AssemblyVersion>
1414
<FileVersion>$(AssemblyVersion)</FileVersion>
1515
<AssemblyName>ObjectEditor</AssemblyName>
1616
<Product>$(AssemblyName) $(AssemblyVersion)</Product>

AvaGui/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

release-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1. Switch to `master`
22
1. Update `version.txt` and the `AssemblyVersion` tag in `Gui.csproj` and/or `AvaGui.csproj`
3-
1. Add, commit, push these changes
3+
1. Add, commit, push these changes with the commit message "prepare <x.x.x>"
44
1. `git tag -a 'x.x.x'`, where the x's are the new version number
55
1. `git push --tags`
66
1. Locally in Visual Studio, create a release build for each platform

0 commit comments

Comments
 (0)