Skip to content

Commit e566ed3

Browse files
committed
Auto-updated Plugin Zip contents for v2.1.2
1 parent 1cc031f commit e566ed3

File tree

18 files changed

+88
-81
lines changed

18 files changed

+88
-81
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.1.1")]
5-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
4+
[assembly: AssemblyFileVersion("2.1.2")]
5+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
10+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
8-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
7+
[assembly: AssemblyFileVersion("2.1.2")]
8+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
13+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
35-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
34+
[assembly: AssemblyFileVersion("2.1.2")]
35+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
41+
[assembly: AssemblyVersion("2.1.2")]
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.1.1")]
5-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
4+
[assembly: AssemblyFileVersion("2.1.2")]
5+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
10+
[assembly: AssemblyVersion("2.1.2")]
+49-42
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,50 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
7-
## [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-
15-
### [2.0.1] - 2021-07-05
16-
#### Fixes
17-
* Updated Genesis package dependency min version to v2.3.2 to include several fixes for path issues
18-
19-
### [2.0.0] - 2021-06-16
20-
#### Changed
21-
* All code-generation plugins have been extracted from Unity as v2 Genesis .Net Core plugin assemblies (use Roslyn over Reflection).
22-
23-
## CL Template
24-
This template should be used for any new releases to document any changes.
25-
26-
### [0.0.0] - 1900-01-01
27-
#### Added
28-
For new features.
29-
30-
#### Changed
31-
For changes in existing functionality.
32-
33-
#### Deprecated
34-
For soon-to-be removed features.
35-
36-
#### Removed
37-
for now removed features.
38-
39-
#### Fixed
40-
For any bug fixes.
41-
42-
#### Security
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Releases]
8+
### [2.1.1] - 2022-02-27
9+
#### Fixes
10+
* Updated Genesis min package version to include bug fix for CLI installation paths with spaces in folder names.
11+
12+
#### Changes
13+
* Added author details to ER package manifest.
14+
15+
### [2.1.0] - 2021-07-13
16+
#### Fixes
17+
* Fixed several bugs with Entity Index code generation where index-related methods and code was not generated.
18+
19+
#### Changes
20+
* Sealed attribute types EntityIndex, PrimaryEntityIndex, and CustomEntityIndex to ensure stable behavior for the EntityIndex code-generator.
21+
22+
### [2.0.1] - 2021-07-05
23+
#### Fixes
24+
* Updated Genesis package dependency min version to v2.3.2 to include several fixes for path issues
25+
26+
### [2.0.0] - 2021-06-16
27+
#### Changed
28+
* All code-generation plugins have been extracted from Unity as v2 Genesis .Net Core plugin assemblies (use Roslyn over Reflection).
29+
30+
## CL Template
31+
This template should be used for any new releases to document any changes.
32+
33+
### [0.0.0] - 1900-01-01
34+
#### Added
35+
For new features.
36+
37+
#### Changed
38+
For changes in existing functionality.
39+
40+
#### Deprecated
41+
For soon-to-be removed features.
42+
43+
#### Removed
44+
for now removed features.
45+
46+
#### Fixed
47+
For any bug fixes.
48+
49+
#### Security
4350
In case of vulnerabilities.
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.1.1")]
34-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
33+
[assembly: AssemblyFileVersion("2.1.2")]
34+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
3535
[assembly: AssemblyProduct("EntitasRedux")]
3636
[assembly: AssemblyTitle("EntitasRedux")]
3737
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
3838

39-
[assembly: AssemblyVersion("2.1.1")]
39+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
34-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
33+
[assembly: AssemblyFileVersion("2.1.2")]
34+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
39+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
30-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
29+
[assembly: AssemblyFileVersion("2.1.2")]
30+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
35+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
34-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
33+
[assembly: AssemblyFileVersion("2.1.2")]
34+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
39+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
30-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
29+
[assembly: AssemblyFileVersion("2.1.2")]
30+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
35+
[assembly: AssemblyVersion("2.1.2")]

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.1.1";
36+
public const string VERSION = "2.1.2";
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 = "dd321a160eaee6a814ba9fe0ed134e6c399721ba";
46+
public const string GIT_COMMIT = "1cc031f2293c96e937e0381949a61b67684d7471";
4747

4848
/// <summary>
4949
/// The UTC human-readable date this package was published at.
5050
/// </summary>
51-
public const string PUBLISH_DATE = "Friday, 04 February 2022";
51+
public const string PUBLISH_DATE = "Sunday, 27 February 2022";
5252

5353
/// <summary>
5454
/// The UTC time this package was published at.
5555
/// </summary>
56-
public const string PUBLISH_TIME = "02/04/2022 14:11:18";
56+
public const string PUBLISH_TIME = "02/27/2022 15:16:20";
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.1.1")]
34-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
33+
[assembly: AssemblyFileVersion("2.1.2")]
34+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
39+
[assembly: AssemblyVersion("2.1.2")]

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.1.1")]
30-
[assembly: AssemblyInformationalVersion("2.1.1+4.Branch.develop.Sha.dd321a160eaee6a814ba9fe0ed134e6c399721ba")]
29+
[assembly: AssemblyFileVersion("2.1.2")]
30+
[assembly: AssemblyInformationalVersion("2.1.2+4.Branch.develop.Sha.1cc031f2293c96e937e0381949a61b67684d7471")]
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.1.1")]
35+
[assembly: AssemblyVersion("2.1.2")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"com.jeffcampbellmakesgames.entitasredux","displayName":"JCMG Entitas Redux","version":"2.1.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.2","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","author":{ "name":"Jeff Campbell", "email":"[email protected]", "url":"https://www.jeffcampbellmakes.games/"},"dependencies":{"com.jeffcampbellmakesgames.genesis":"2.4.4"}}

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.1.1
23+
packageVersion: 2.1.2
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)