Skip to content

Commit

Permalink
Auto generated commit for version 3.4.207.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kellyelton committed Aug 18, 2019
1 parent 79a269f commit eef0b77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
#3.4.207.0

#3.4.206.0
+ Added more features to the installer - Kelly

Expand Down Expand Up @@ -3964,5 +3966,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;

[assembly: AssemblyVersion("3.4.206.0")]
[assembly: AssemblyFileVersion("3.4.206.0")]
[assembly: AssemblyInformationalVersion("3.4.206.0")]
[assembly: AssemblyVersion("3.4.207.0")]
[assembly: AssemblyFileVersion("3.4.207.0")]
[assembly: AssemblyInformationalVersion("3.4.207.0")]
6 changes: 3 additions & 3 deletions octgnFX/Octgn.Online/Octgn.Online.csproj
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.4.206.0</Version>
<AssemblyVersion>3.4.206.0</AssemblyVersion>
<FileVersion>3.4.206.0</FileVersion>
<Version>3.4.207.0</Version>
<AssemblyVersion>3.4.207.0</AssemblyVersion>
<FileVersion>3.4.207.0</FileVersion>
<Authors>Kelly Elton</Authors>
<Company>Octgn</Company>
<Description>Shared library for online access in OCTGN.</Description>
Expand Down

0 comments on commit eef0b77

Please sign in to comment.