Skip to content

Commit 27aca10

Browse files
committed
Auto-updated Plugin Zip contents for v2.0.1
1 parent e418c47 commit 27aca10

File tree

21 files changed

+66
-79
lines changed

21 files changed

+66
-79
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.0")]
5-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
4+
[assembly: AssemblyFileVersion("2.0.1")]
5+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
10+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
8-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
7+
[assembly: AssemblyFileVersion("2.0.1")]
8+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
13+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
35-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
34+
[assembly: AssemblyFileVersion("2.0.1")]
35+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
41+
[assembly: AssemblyVersion("2.0.1")]
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.0")]
5-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
4+
[assembly: AssemblyFileVersion("2.0.1")]
5+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
10+
[assembly: AssemblyVersion("2.0.1")]

Unity/Assets/ExampleContent/Generated/Input.meta

-8
This file was deleted.

Unity/Assets/JCMG/EntitasRedux/CHANGELOG.MD

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ 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.0.1] - 2021-07-05
9+
#### Fixes
10+
* Updated Genesis package dependency min version to v2.3.2 to include several fixes for path issues
811

9-
### [2.0.0] - 2921-06-16
12+
### [2.0.0] - 2021-06-16
1013
#### Changed
1114
* All code-generation plugins have been extracted from Unity as v2 Genesis .Net Core plugin assemblies (use Roslyn over Reflection).
1215

Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
{
2-
"runtimeTarget": {
3-
"name": ".NETStandard,Version=v2.1/",
4-
"signature": ""
5-
},
6-
"compilationOptions": {},
7-
"targets": {
8-
".NETStandard,Version=v2.1": {},
9-
".NETStandard,Version=v2.1/": {
10-
"EntitasRedux.Core/1.0.0": {
11-
"runtime": {
12-
"EntitasRedux.Core.dll": {}
13-
}
14-
}
15-
}
16-
},
17-
"libraries": {
18-
"EntitasRedux.Core/1.0.0": {
19-
"type": "project",
20-
"serviceable": false,
21-
"sha512": ""
22-
}
23-
}
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETStandard,Version=v2.1/",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETStandard,Version=v2.1": {},
9+
".NETStandard,Version=v2.1/": {
10+
"EntitasRedux.Core/1.0.0": {
11+
"runtime": {
12+
"EntitasRedux.Core.dll": {}
13+
}
14+
}
15+
}
16+
},
17+
"libraries": {
18+
"EntitasRedux.Core/1.0.0": {
19+
"type": "project",
20+
"serviceable": false,
21+
"sha512": ""
22+
}
23+
}
2424
}
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.0")]
34-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
33+
[assembly: AssemblyFileVersion("2.0.1")]
34+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
39+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
34-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
33+
[assembly: AssemblyFileVersion("2.0.1")]
34+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
39+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
30-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
29+
[assembly: AssemblyFileVersion("2.0.1")]
30+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
35+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
34-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
33+
[assembly: AssemblyFileVersion("2.0.1")]
34+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
39+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
30-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
29+
[assembly: AssemblyFileVersion("2.0.1")]
30+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
35+
[assembly: AssemblyVersion("2.0.1")]

Unity/Assets/JCMG/EntitasRedux/Scripts/Editor/Tests/Generated/Microsoft.CodeAnalysis.TypedConstant.meta

-8
This file was deleted.

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.0";
36+
public const string VERSION = "2.0.1";
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 = "ca880e473b12de194b811c422c1084216cce49f8";
46+
public const string GIT_COMMIT = "e418c47de9d2dd37396e366aa9c850c1d992f2d2";
4747

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

5353
/// <summary>
5454
/// The UTC time this package was published at.
5555
/// </summary>
56-
public const string PUBLISH_TIME = "06/17/2021 12:15:18";
56+
public const string PUBLISH_TIME = "07/05/2021 12:58:27";
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.0")]
34-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
33+
[assembly: AssemblyFileVersion("2.0.1")]
34+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
39+
[assembly: AssemblyVersion("2.0.1")]

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.0")]
30-
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
29+
[assembly: AssemblyFileVersion("2.0.1")]
30+
[assembly: AssemblyInformationalVersion("2.0.1+6.Branch.develop.Sha.e418c47de9d2dd37396e366aa9c850c1d992f2d2")]
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.0")]
35+
[assembly: AssemblyVersion("2.0.1")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"com.jeffcampbellmakesgames.entitasredux","displayName":"JCMG Entitas Redux","version":"2.0.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.0"}}
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"}}

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.0
23+
packageVersion: 2.0.1
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)