Skip to content

Commit

Permalink
samver update 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaker26 committed Jun 21, 2020
1 parent 005bbad commit 5ce244c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SAP1EMU.Engine-CLI/SAP1EMU.Engine-CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<AssemblyName>SAP1Emu</AssemblyName>
<StartupObject>SAP1EMU.Engine_CLI.Program</StartupObject>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.13.1.0</AssemblyVersion>
<FileVersion>1.13.1.0</FileVersion>
<Version>1.13.1</Version>
<AssemblyVersion>1.13.2.0</AssemblyVersion>
<FileVersion>1.13.2.0</FileVersion>
<Version>1.13.2</Version>
<Copyright>2020 Bob Baker</Copyright>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SAP1EMU.WebApp/SAP1EMU.WebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.13.1</Version>
<Version>1.13.2</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion SAP1EMU.WebApp/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"appId": "com.SAP1EMU.WebApp.app",
"productName": "SAP1EMU.WebApp",
"copyright": "Copyright © 2019",
"buildVersion": "1.13.1",
"buildVersion": "1.13.2",
"compression": "maximum",
"directories": {
"output": "../../../bin/Desktop"
Expand Down

0 comments on commit 5ce244c

Please sign in to comment.