Skip to content

Commit

Permalink
Auto-updated ExternalApp Zip contents for v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcampbellmakesgames committed Jun 15, 2021
1 parent 513ca12 commit 1feb705
Show file tree
Hide file tree
Showing 21 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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
7 changes: 7 additions & 0 deletions Unity/Assets/JCMG/Genesis/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Releases]

### [2.3.0] - 2021-06-15
#### Changed
* Renamed `NamedTypeSymbolInfo` to `CachedNamedTypeSymbol` and modified access to be internal. This is now exposed to users as the `ICachedNamedTypeSymbol` interface so that it can be easily changed in the future without breaking user-code.

#### Fixed
* Fixed a duplicate header on the GenesisPreferences UI.

### [2.2.2] - 2021-06-13
#### Changed
* Modified internal parallelization for Roslyn Project parsing to use async correctly.
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.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyInformationalVersion("2.2.2+7.Branch.develop.Sha.e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0+8.Branch.develop.Sha.513ca12a661a83d5a5a651c2993adb58e40ae9e2")]
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.2.2";
public const string VERSION = "2.3.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 = "e2d751e7dd7b4149bbc6d38dca1fe465101dd3eb";
public const string GIT_COMMIT = "513ca12a661a83d5a5a651c2993adb58e40ae9e2";

/// <summary>
/// The UTC human-readable date this package was published at.
/// </summary>
public const string PUBLISH_DATE = "Sunday, 13 June 2021";
public const string PUBLISH_DATE = "Tuesday, 15 June 2021";

/// <summary>
/// The UTC time this package was published at.
/// </summary>
public const string PUBLISH_TIME = "06/13/2021 13:43:13";
public const string PUBLISH_TIME = "06/15/2021 13:13:15";
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"com.jeffcampbellmakesgames.genesis","displayName":"JCMG Genesis","version":"2.2.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.3.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.2.2
packageVersion: 2.3.0
unityVersion: 2019.1
description: A general purpose code generation library for Unity
category: Editor
Expand Down

0 comments on commit 1feb705

Please sign in to comment.