Skip to content

Commit

Permalink
Auto-updated ExternalApp Zip contents for v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jzapdot committed Apr 19, 2022
1 parent 0f175aa commit 0f3d7d9
Show file tree
Hide file tree
Showing 21 changed files with 66 additions and 30 deletions.
6 changes: 3 additions & 3 deletions ExternalApp/Genesis.Core.Plugin/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("Genesis.Plugin.Tests")]

// Assembly Info
[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
6 changes: 3 additions & 3 deletions ExternalApp/Genesis.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("Genesis.Editor")]

// Assembly Info
[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
6 changes: 3 additions & 3 deletions ExternalApp/Genesis.Plugin/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("Genesis.Plugin.Tests")]

// Assembly Info
[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
6 changes: 3 additions & 3 deletions ExternalApp/Genesis.Shared/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("Genesis.Editor")]
[assembly: InternalsVisibleTo("Genesis.Editor.Tests")]

[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
6 changes: 3 additions & 3 deletions ExternalApp/Genesis.Unity.Factory.Plugin/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ THE SOFTWARE.
[assembly:InternalsVisibleTo("Genesis.Plugin.Tests")]

// Assembly Info
[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
6 changes: 3 additions & 3 deletions ExternalApp/Genesis/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ THE SOFTWARE.
using System.Reflection;

// Assembly Info
[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

[assembly: InternalsVisibleTo("Editor")]

[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
36 changes: 36 additions & 0 deletions Unity/Assets/JCMG/Genesis/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Releases]
### [2.4.6] - 2022-19-04
#### Added
* Added ability to load and create java ".properties" style configs

#### Changed
* Added additional logging for code-generation when loading configs

## [Releases]
### [2.4.5] - 2022-18-04
#### Fixed
* Fixed bug where the Unity project path could not include spaces when generating config contents

## [Releases]
### [2.4.4] - 2022-27-02
#### Fixed
* Fixed bug where the Unity project path could not include spaces when generating code

## [Releases]
### [2.4.3] - 2022-06-02
#### Fixed
* Fixed build compilation failure with scriptable factory class and odin integration

## [Releases]
### [2.4.2] - 2022-04-02
#### Changed
* Updated build pipeline to include dependency updates

#### Changed
* Updated factory output classes to include helper methods

## [Releases]
### [2.4.1] - 2022-17-01
#### Fixed
* Fixed bug with factory TryGet method

## [Releases]
### [2.4.0] - 2021-11-12
#### Added
Expand Down
Binary file modified Unity/Assets/JCMG/Genesis/External/Genesis.CLI.zip
Binary file not shown.
Binary file modified Unity/Assets/JCMG/Genesis/Plugins/Genesis.Core.dll
Binary file not shown.
Binary file modified Unity/Assets/JCMG/Genesis/Plugins/Genesis.Core.pdb
Binary file not shown.
Binary file modified Unity/Assets/JCMG/Genesis/Plugins/Genesis.Shared.dll
Binary file not shown.
Binary file modified Unity/Assets/JCMG/Genesis/Plugins/Genesis.Shared.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions Unity/Assets/JCMG/Genesis/Scripts/Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ THE SOFTWARE.

[assembly: InternalsVisibleTo("Genesis.Editor.Tests")]

[assembly: AssemblyVersion("2.4.5")]
[assembly: AssemblyFileVersion("2.4.5")]
[assembly: AssemblyInformationalVersion("2.4.5+7.Branch.develop.Sha.3878401dabdbe4b600304a257e19ead9b8594bb2")]
[assembly: AssemblyVersion("2.4.6")]
[assembly: AssemblyFileVersion("2.4.6")]
[assembly: AssemblyInformationalVersion("2.4.6+4.Branch.develop.Sha.0f175aa5fd0791fce09c29e27618e76d03f06fb7")]
8 changes: 4 additions & 4 deletions Unity/Assets/JCMG/Genesis/Scripts/Editor/VersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal static class VersionConstants
/// <summary>
/// The semantic version
/// </summary>
public const string VERSION = "2.4.5";
public const string VERSION = "2.4.6";

/// <summary>
/// The branch of GIT this package was published from.
Expand All @@ -42,16 +42,16 @@ internal static class VersionConstants
/// <summary>
/// The current GIT commit hash this package was published on.
/// </summary>
public const string GIT_COMMIT = "3878401dabdbe4b600304a257e19ead9b8594bb2";
public const string GIT_COMMIT = "0f175aa5fd0791fce09c29e27618e76d03f06fb7";

/// <summary>
/// The UTC human-readable date this package was published at.
/// </summary>
public const string PUBLISH_DATE = "Monday, 18 April 2022";
public const string PUBLISH_DATE = "Tuesday, 19 April 2022";

/// <summary>
/// The UTC time this package was published at.
/// </summary>
public const string PUBLISH_TIME = "04/18/2022 11:08:41";
public const string PUBLISH_TIME = "04/19/2022 12:33:16";
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"com.jeffcampbellmakesgames.genesis","displayName":"JCMG Genesis","version":"2.4.5","unity":"2019.1","description":"A general purpose code generation library for Unity","keywords":["JCMG","Code Generation","Genesis","Code","Gen"],"category":"Editor","author":{ "name":"Jeff Campbell", "email":"[email protected]", "url":"https://github.com/jeffcampbellmakesgames/Genesis"},"dependencies":{"com.unity.settings-manager":"1.0.3","com.unity.sharp-zip-lib":"1.2.2-preview.1"}}
{"name":"com.jeffcampbellmakesgames.genesis","displayName":"JCMG Genesis","version":"2.4.6","unity":"2019.1","description":"A general purpose code generation library for Unity","keywords":["JCMG","Code Generation","Genesis","Code","Gen"],"category":"Editor","author":{ "name":"Jeff Campbell", "email":"[email protected]", "url":"https://github.com/jeffcampbellmakesgames/Genesis"},"dependencies":{"com.unity.settings-manager":"1.0.3","com.unity.sharp-zip-lib":"1.2.2-preview.1"}}
2 changes: 1 addition & 1 deletion Unity/Assets/PackageManifest/PackageManifestConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MonoBehaviour:
legacyPackageDestinationPath: ../Builds
packageName: com.jeffcampbellmakesgames.genesis
displayName: JCMG Genesis
packageVersion: 2.4.5
packageVersion: 2.4.6
unityVersion: 2019.1
description: A general purpose code generation library for Unity
category: Editor
Expand Down

0 comments on commit 0f3d7d9

Please sign in to comment.