We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd1bde commit 606e81fCopy full SHA for 606e81f
Gui/Gui.csproj
@@ -11,11 +11,12 @@
11
<StartupObject>OpenLoco.ObjectEditor.Gui.Program</StartupObject>
12
<PackageReadmeFile>README.md</PackageReadmeFile>
13
<RepositoryUrl>https://github.com/OpenLoco/OpenLocoObjectEditor</RepositoryUrl>
14
- <AssemblyVersion>1.0.0</AssemblyVersion>
15
- <FileVersion>1.0.0</FileVersion>
+ <AssemblyVersion>1.0.1</AssemblyVersion>
+ <FileVersion>$(AssemblyVersion)</FileVersion>
16
<AssemblyName>ObjectEditor</AssemblyName>
17
<Authors>LeftofZen</Authors>
18
<Product>$(AssemblyName) $(AssemblyVersion)</Product>
19
+ <Version>$(AssemblyVersion)</Version>
20
</PropertyGroup>
21
22
<ItemGroup>
version.txt
@@ -1 +1 @@
1
-1.0.0
+1.0.1
0 commit comments