Skip to content

Commit

Permalink
Auto generated commit for version 3.4.209.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kellyelton committed Oct 7, 2019
1 parent 948101a commit 028596e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
#3.4.209.0
+ Removed Version and GameVersion requirements from set XMLs
+ Add optional attributes ShortName, Description, ReleaseDate to set XML

#3.4.208.0 #3.4.208.0
+ fixed decks being falsely flagged as unsaved when moving the cursor over the deck - Ben + fixed decks being falsely flagged as unsaved when moving the cursor over the deck - Ben
+ removed card counts from player/global editor tabs if they have no sections - Ben + removed card counts from player/global editor tabs if they have no sections - Ben
Expand Down Expand Up @@ -3974,5 +3978,6 @@ To come...There are 30 ish more changes that can be found in our commit list htt











6 changes: 3 additions & 3 deletions Version.cs
Expand Up @@ -4,6 +4,6 @@


using System.Reflection; using System.Reflection;


[assembly: AssemblyVersion("3.4.208.0")] [assembly: AssemblyVersion("3.4.209.0")]
[assembly: AssemblyFileVersion("3.4.208.0")] [assembly: AssemblyFileVersion("3.4.209.0")]
[assembly: AssemblyInformationalVersion("3.4.208.0")] [assembly: AssemblyInformationalVersion("3.4.209.0")]
6 changes: 3 additions & 3 deletions octgnFX/Octgn.Online/Octgn.Online.csproj
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Version>3.4.208.0</Version> <Version>3.4.209.0</Version>
<AssemblyVersion>3.4.208.0</AssemblyVersion> <AssemblyVersion>3.4.209.0</AssemblyVersion>
<FileVersion>3.4.208.0</FileVersion> <FileVersion>3.4.209.0</FileVersion>
<Authors>Kelly Elton</Authors> <Authors>Kelly Elton</Authors>
<Company>Octgn</Company> <Company>Octgn</Company>
<Description>Shared library for online access in OCTGN.</Description> <Description>Shared library for online access in OCTGN.</Description>
Expand Down
3 changes: 1 addition & 2 deletions recentchanges.txt
@@ -1,2 +1 @@
Removed Version and GameVersion requirements from set XMLs
Add optional attributes ShortName, Description, ReleaseDate to set XML

0 comments on commit 028596e

Please sign in to comment.