Skip to content

Commit 3c7d34f

Browse files
committed
Auto-updated Plugin Zip contents for v2.1.0
1 parent 21ee36e commit 3c7d34f

File tree

19 files changed

+47
-40
lines changed

19 files changed

+47
-40
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using System.Reflection;
22

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

10-
[assembly: AssemblyVersion("2.0.1")]
10+
[assembly: AssemblyVersion("2.1.0")]

Plugins/EntitasRedux.Core.Plugins/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
[assembly: InternalsVisibleTo("EntitasRedux.Core.Plugins.Tests")]
55

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

13-
[assembly: AssemblyVersion("2.0.1")]
13+
[assembly: AssemblyVersion("2.1.0")]

Plugins/EntitasRedux.Core/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ THE SOFTWARE.
3131
[assembly: InternalsVisibleTo("EntitasRedux.Core.Tests")]
3232

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

4040

41-
[assembly: AssemblyVersion("2.0.1")]
41+
[assembly: AssemblyVersion("2.1.0")]
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using System.Reflection;
22

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

10-
[assembly: AssemblyVersion("2.0.1")]
10+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/ExampleContent/Generated/Input/Components.meta Unity/Assets/ExampleContent/Generated/Input.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity/Assets/JCMG/EntitasRedux/CHANGELOG.MD

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Releases]
8+
### [2.1.0] - 2021-07-13
9+
#### Fixes
10+
* Fixed several bugs with Entity Index code generation where index-related methods and code was not generated.
11+
12+
#### Changes
13+
* Sealed attribute types EntityIndex, PrimaryEntityIndex, and CustomEntityIndex to ensure stable behavior for the EntityIndex code-generator.
14+
815
### [2.0.1] - 2021-07-05
916
#### Fixes
1017
* Updated Genesis package dependency min version to v2.3.2 to include several fixes for path issues
Binary file not shown.
Binary file not shown.
Binary file not shown.

Unity/Assets/JCMG/EntitasRedux/Scripts/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ THE SOFTWARE.
3030
[assembly: InternalsVisibleTo("EntitasRedux.Tests")]
3131

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

39-
[assembly: AssemblyVersion("2.0.1")]
39+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/JCMG/EntitasRedux/Scripts/Blueprints/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ THE SOFTWARE.
3030
[assembly: InternalsVisibleTo("EntitasRedux.Blueprints.Editor.Plugins")]
3131

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

39-
[assembly: AssemblyVersion("2.0.1")]
39+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/JCMG/EntitasRedux/Scripts/Blueprints/Editor/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ THE SOFTWARE.
2626
using System.Reflection;
2727

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

35-
[assembly: AssemblyVersion("2.0.1")]
35+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/JCMG/EntitasRedux/Scripts/Editor/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ THE SOFTWARE.
3030
[assembly: InternalsVisibleTo("EntitasRedux.Blueprints.Editor")]
3131

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

39-
[assembly: AssemblyVersion("2.0.1")]
39+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/JCMG/EntitasRedux/Scripts/Editor/Tests/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ THE SOFTWARE.
2626
using System.Reflection;
2727

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

35-
[assembly: AssemblyVersion("2.0.1")]
35+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/JCMG/EntitasRedux/Scripts/VersionConstants.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal static class VersionConstants
3333
/// <summary>
3434
/// The semantic version
3535
/// </summary>
36-
public const string VERSION = "2.0.1";
36+
public const string VERSION = "2.1.0";
3737

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

4848
/// <summary>
4949
/// The UTC human-readable date this package was published at.
5050
/// </summary>
51-
public const string PUBLISH_DATE = "Monday, 05 July 2021";
51+
public const string PUBLISH_DATE = "Tuesday, 13 July 2021";
5252

5353
/// <summary>
5454
/// The UTC time this package was published at.
5555
/// </summary>
56-
public const string PUBLISH_TIME = "07/05/2021 12:58:27";
56+
public const string PUBLISH_TIME = "07/13/2021 12:58:08";
5757
}
5858
}

Unity/Assets/JCMG/EntitasRedux/Scripts/VisualDebugging/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ THE SOFTWARE.
3030
[assembly: InternalsVisibleTo("EntitasRedux.VisualDebugging.Editor.Plugins")]
3131

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

39-
[assembly: AssemblyVersion("2.0.1")]
39+
[assembly: AssemblyVersion("2.1.0")]

Unity/Assets/JCMG/EntitasRedux/Scripts/VisualDebugging/Editor/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ THE SOFTWARE.
2626
using System.Reflection;
2727

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

35-
[assembly: AssemblyVersion("2.0.1")]
35+
[assembly: AssemblyVersion("2.1.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +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"}}
1+
{"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"}}

Unity/Assets/PackageManifest/PackageManifestConfig.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MonoBehaviour:
2020
legacyPackageDestinationPath: ../Builds
2121
packageName: com.jeffcampbellmakesgames.entitasredux
2222
displayName: JCMG Entitas Redux
23-
packageVersion: 2.0.1
23+
packageVersion: 2.1.0
2424
unityVersion: 2019.4
2525
description: Entitas Redux is an fast, accessible, and feature-rich ECS framework
2626
for Unity. It leverages code generation and an extensible plugin framework to

0 commit comments

Comments
 (0)