Skip to content

Commit 6c7e6f9

Browse files
committed
Auto generated commit for version 3.4.378.0
[skip ci]
1 parent 6baa17b commit 6c7e6f9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#3.4.378.0
2+
13
#3.4.377.0
24
+ new API card.defaultProperty(alt, property), returns the card's original defined property value (before it was overwritten by python)
35
+ fixed bug where overwritten card properties are broken after a player disconnects
@@ -4382,5 +4384,6 @@ To come...There are 30 ish more changes that can be found in our commit list htt
43824384

43834385

43844386

4387+
43854388

43864389

Version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
using System.Reflection;
66

7-
[assembly: AssemblyVersion("3.4.377.0")]
8-
[assembly: AssemblyFileVersion("3.4.377.0")]
9-
[assembly: AssemblyInformationalVersion("3.4.377.0")]
7+
[assembly: AssemblyVersion("3.4.378.0")]
8+
[assembly: AssemblyFileVersion("3.4.378.0")]
9+
[assembly: AssemblyInformationalVersion("3.4.378.0")]

octgnFX/Octgn.Online/Octgn.Online.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>3.4.377.0</Version>
6-
<AssemblyVersion>3.4.377.0</AssemblyVersion>
7-
<FileVersion>3.4.377.0</FileVersion>
5+
<Version>3.4.378.0</Version>
6+
<AssemblyVersion>3.4.378.0</AssemblyVersion>
7+
<FileVersion>3.4.378.0</FileVersion>
88
<Authors>Kelly Elton</Authors>
99
<Company>Octgn</Company>
1010
<Description>Shared library for online access in OCTGN.</Description>

0 commit comments

Comments
 (0)