Skip to content

Commit 617ef92

Browse files
committed
Other: Increment version number.
Building to fix 'corrupt' DMG. Due to new OS X release... ?
1 parent 70786d3 commit 617ef92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Speculator/Speculator.Core/Speculator.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>disable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
8+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
99
<Company>Dean Edis (DeanTheCoder)</Company>
1010
</PropertyGroup>
1111

Speculator/Speculator/Speculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
9-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
9+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
1010
<Company>Dean Edis (DeanTheCoder)</Company>
1111
</PropertyGroup>
1212

Speculator/Speculator/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- This manifest is used on Windows only.
44
Don't remove it as it might cause problems with window transparency and embeded controls.
55
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
6-
<assemblyIdentity version="1.4.0.0" name="Speculator.Desktop"/>
6+
<assemblyIdentity version="1.5.0.0" name="Speculator.Desktop"/>
77

88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>

Speculator/Speculator/packageMe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Define common variables
44
APP_NAME="ZX Speculator"
5-
APP_VERSION="1.4.0"
5+
APP_VERSION="1.5.0"
66
APP_VERSION_SHORT="1.4"
77
EXECUTABLE_NAME="Speculator"
88
IDENTIFIER="com.deanedis.zxspeculator"

0 commit comments

Comments
 (0)