Skip to content

Commit

Permalink
Auto-updated Plugin Zip contents for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzapdot committed Jul 13, 2021
1 parent 21ee36e commit 3c7d34f
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 40 deletions.
6 changes: 3 additions & 3 deletions Plugins/EntitasRedux.Blueprint.Plugins/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Reflection;

[assembly: AssemblyCompanyAttribute("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProductAttribute("EntitasRedux.Unity.Blueprint.Plugins")]
[assembly: AssemblyTitleAttribute("EntitasRedux.Unity.Blueprint.Plugins")]
[assembly: AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
6 changes: 3 additions & 3 deletions Plugins/EntitasRedux.Core.Plugins/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[assembly: InternalsVisibleTo("EntitasRedux.Core.Plugins.Tests")]

[assembly: AssemblyCompanyAttribute("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProductAttribute("EntitasRedux.Core.Plugins")]
[assembly: AssemblyTitleAttribute("EntitasRedux.Core.Plugins")]
[assembly: AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
6 changes: 3 additions & 3 deletions Plugins/EntitasRedux.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("EntitasRedux.Core.Tests")]

[assembly: AssemblyCompanyAttribute("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProductAttribute("EntitasRedux.Core")]
[assembly: AssemblyTitleAttribute("EntitasRedux.Core")]
[assembly: AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]


[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
6 changes: 3 additions & 3 deletions Plugins/EntitasRedux.VisualDebugging.Plugins/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Reflection;

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.Unity.VisualDebugging.Plugins")]
[assembly: AssemblyTitle("EntitasRedux.Unity.VisualDebugging.Plugins")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Unity/Assets/JCMG/EntitasRedux/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.1.0] - 2021-07-13
#### Fixes
* Fixed several bugs with Entity Index code generation where index-related methods and code was not generated.

#### Changes
* Sealed attribute types EntityIndex, PrimaryEntityIndex, and CustomEntityIndex to ensure stable behavior for the EntityIndex code-generator.

### [2.0.1] - 2021-07-05
#### Fixes
* Updated Genesis package dependency min version to v2.3.2 to include several fixes for path issues
Expand Down
Binary file not shown.
Binary file modified Unity/Assets/JCMG/EntitasRedux/Plugins/EntitasRedux.Core.dll
Binary file not shown.
Binary file modified Unity/Assets/JCMG/EntitasRedux/Plugins/EntitasRedux.Core.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions Unity/Assets/JCMG/EntitasRedux/Scripts/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("EntitasRedux.Tests")]

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux")]
[assembly: AssemblyTitle("EntitasRedux")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("EntitasRedux.Blueprints.Editor.Plugins")]

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.Blueprints")]
[assembly: AssemblyTitle("EntitasRedux.Blueprints")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ THE SOFTWARE.
using System.Reflection;

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.Blueprints.Editor")]
[assembly: AssemblyTitle("EntitasRedux.Blueprints.Editor")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
6 changes: 3 additions & 3 deletions Unity/Assets/JCMG/EntitasRedux/Scripts/Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("EntitasRedux.Blueprints.Editor")]

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.Editor")]
[assembly: AssemblyTitle("EntitasRedux.Editor")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ THE SOFTWARE.
using System.Reflection;

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.Tests")]
[assembly: AssemblyTitle("EntitasRedux.Tests")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
8 changes: 4 additions & 4 deletions Unity/Assets/JCMG/EntitasRedux/Scripts/VersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal static class VersionConstants
/// <summary>
/// The semantic version
/// </summary>
public const string VERSION = "2.0.1";
public const string VERSION = "2.1.0";

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

/// <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 = "Tuesday, 13 July 2021";

/// <summary>
/// The UTC time this package was published at.
/// </summary>
public const string PUBLISH_TIME = "07/05/2021 12:58:27";
public const string PUBLISH_TIME = "07/13/2021 12:58:08";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ THE SOFTWARE.
[assembly: InternalsVisibleTo("EntitasRedux.VisualDebugging.Editor.Plugins")]

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.VisualDebugging")]
[assembly: AssemblyTitle("EntitasRedux.VisualDebugging")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ THE SOFTWARE.
using System.Reflection;

[assembly: AssemblyCompany("Jeff Campbell")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0+7.Branch.develop.Sha.21ee36e5c2bfc83d5c03aa0da164adbc40f7b20e")]
[assembly: AssemblyProduct("EntitasRedux.VisualDebugging.Editor")]
[assembly: AssemblyTitle("EntitasRedux.VisualDebugging.Editor")]
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"com.jeffcampbellmakesgames.entitasredux","displayName":"JCMG Entitas Redux","version":"2.0.1","unity":"2019.4","description":"Entitas Redux is an fast, accessible, and feature-rich ECS framework for Unity. It leverages code generation and an extensible plugin framework to make life easier for developers.","category":"Scripting","dependencies":{"com.jeffcampbellmakesgames.genesis":"2.3.2"}}
{"name":"com.jeffcampbellmakesgames.entitasredux","displayName":"JCMG Entitas Redux","version":"2.1.0","unity":"2019.4","description":"Entitas Redux is an fast, accessible, and feature-rich ECS framework for Unity. It leverages code generation and an extensible plugin framework to make life easier for developers.","category":"Scripting","dependencies":{"com.jeffcampbellmakesgames.genesis":"2.3.2"}}
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.entitasredux
displayName: JCMG Entitas Redux
packageVersion: 2.0.1
packageVersion: 2.1.0
unityVersion: 2019.4
description: Entitas Redux is an fast, accessible, and feature-rich ECS framework
for Unity. It leverages code generation and an extensible plugin framework to
Expand Down

0 comments on commit 3c7d34f

Please sign in to comment.