Skip to content

Commit 5ce244c

Browse files
committed
samver update 1.13.2
1 parent 005bbad commit 5ce244c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

SAP1EMU.Engine-CLI/SAP1EMU.Engine-CLI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<AssemblyName>SAP1Emu</AssemblyName>
1212
<StartupObject>SAP1EMU.Engine_CLI.Program</StartupObject>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14-
<AssemblyVersion>1.13.1.0</AssemblyVersion>
15-
<FileVersion>1.13.1.0</FileVersion>
16-
<Version>1.13.1</Version>
14+
<AssemblyVersion>1.13.2.0</AssemblyVersion>
15+
<FileVersion>1.13.2.0</FileVersion>
16+
<Version>1.13.2</Version>
1717
<Copyright>2020 Bob Baker</Copyright>
1818
</PropertyGroup>
1919

SAP1EMU.WebApp/SAP1EMU.WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>netcoreapp3.1</TargetFramework>
4-
<Version>1.13.1</Version>
4+
<Version>1.13.2</Version>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
77
<DefineConstants>DEBUG;TRACE</DefineConstants>

SAP1EMU.WebApp/electron.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"appId": "com.SAP1EMU.WebApp.app",
99
"productName": "SAP1EMU.WebApp",
1010
"copyright": "Copyright © 2019",
11-
"buildVersion": "1.13.1",
11+
"buildVersion": "1.13.2",
1212
"compression": "maximum",
1313
"directories": {
1414
"output": "../../../bin/Desktop"

0 commit comments

Comments
 (0)