Skip to content

Commit

Permalink
Auto-updated ExternalApp Zip contents for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzapdot committed Dec 11, 2021
1 parent 589d131 commit 2cbc681
Show file tree
Hide file tree
Showing 25 changed files with 37 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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
Binary file not shown.
Binary file not shown.
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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
7 changes: 7 additions & 0 deletions Unity/Assets/JCMG/Genesis/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0] - 2021-11-12
#### Added
* A new factory option is available via new types `ISymbolObject` and `GenerateSymbolFactoryAttribute`. `ISymbolObject` represents a uniquely identified object by way of a `string` `Symbol` field. Any types implementing this interface that are also decorated with `GenerateSymbolFactoryAttribute` will have factory types generated for them to enable retrieving the implementing type by it's `Symbol` value.

#### Changed
* All factory classes and assets generated from `ScriptableFactoryProvider` now have `Factory` suffixed to the end of the name to make it clearer what the type is supposed to reflect. They now also have optional Odin markup that will enhance their utility, usability, and readability; this is compiled out when Odin is not available (by way of the scriptable define Odin adds to the project settings).

### [2.3.2] - 2021-07-04
#### Fixed
These issues should help resolve any operating system path issues that caused either plugins to fail to be discovered or files to be written incorrectly.
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.
Binary file modified Unity/Assets/JCMG/Genesis/Plugins/Genesis.Unity.Factory.dll
Binary file not shown.
Binary file modified Unity/Assets/JCMG/Genesis/Plugins/Genesis.Unity.Factory.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.3.2")]
[assembly: AssemblyFileVersion("2.3.2")]
[assembly: AssemblyInformationalVersion("2.3.2+5.Branch.develop.Sha.e84474a0656506cabac7de45cf2f940f77a1acc8")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0+6.Branch.develop.Sha.589d13152010b5a071f2764fb71291cee69db01f")]
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.3.2";
public const string VERSION = "2.4.0";

/// <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 = "e84474a0656506cabac7de45cf2f940f77a1acc8";
public const string GIT_COMMIT = "589d13152010b5a071f2764fb71291cee69db01f";

/// <summary>
/// The UTC human-readable date this package was published at.
/// </summary>
public const string PUBLISH_DATE = "Monday, 05 July 2021";
public const string PUBLISH_DATE = "Saturday, 11 December 2021";

/// <summary>
/// The UTC time this package was published at.
/// </summary>
public const string PUBLISH_TIME = "07/05/2021 03:07:36";
public const string PUBLISH_TIME = "12/11/2021 23:52:19";
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"com.jeffcampbellmakesgames.genesis","displayName":"JCMG Genesis","version":"2.3.2","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":"mirraraenn@gmail.com", "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.0","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":"mirraraenn@gmail.com", "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.3.2
packageVersion: 2.4.0
unityVersion: 2019.1
description: A general purpose code generation library for Unity
category: Editor
Expand Down

0 comments on commit 2cbc681

Please sign in to comment.