Skip to content

Commit

Permalink
v3.0.0 -> v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaker26 committed Nov 7, 2020
1 parent a4b49e7 commit 2e00445
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SAP1EMU.CLI/SAP1EMU.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<AssemblyName>SAP1Emu</AssemblyName>
<StartupObject>SAP1EMU.CLI.Program</StartupObject>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<Version>3.1.0</Version>
<Copyright>2020 Bob Baker</Copyright>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions SAP1EMU.GUI/SAP1EMU.GUI.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<UserSecretsId>cc757b8c-63b5-49b2-8dd9-e2960a0882aa</UserSecretsId>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<Authors>Bob Baker, Sean Raven, Bryce Callender, Hristijan</Authors>
<Company>SAP1Emu Project</Company>
<PackageProjectUrl>sap1emu.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/rbaker26/SAP1EMU</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
<FileVersion>3.0.0.0</FileVersion>
<FileVersion>3.1.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand Down

0 comments on commit 2e00445

Please sign in to comment.