Skip to content

Commit d296440

Browse files
committed
Auto-updated Plugin Zip contents for v2.0.0
1 parent ca880e4 commit d296440

File tree

23 files changed

+110
-80
lines changed

23 files changed

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

33
[assembly: AssemblyCompanyAttribute("Jeff Campbell")]
4-
[assembly: AssemblyFileVersion("0.0.0")]
5-
[assembly: AssemblyInformationalVersion("0.0.0")]
4+
[assembly: AssemblyFileVersion("2.0.0")]
5+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
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")]
9+
10+
[assembly: AssemblyVersion("2.0.0")]

Plugins/EntitasRedux.Core.Plugins/AssemblyInfo.cs

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

66
[assembly: AssemblyCompanyAttribute("Jeff Campbell")]
7-
[assembly: AssemblyFileVersion("0.0.0")]
8-
[assembly: AssemblyInformationalVersion("0.0.0")]
7+
[assembly: AssemblyFileVersion("2.0.0")]
8+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
99
[assembly: AssemblyProductAttribute("EntitasRedux.Core.Plugins")]
1010
[assembly: AssemblyTitleAttribute("EntitasRedux.Core.Plugins")]
1111
[assembly: AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
12+
13+
[assembly: AssemblyVersion("2.0.0")]

Plugins/EntitasRedux.Core/AssemblyInfo.cs

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

3333
[assembly: AssemblyCompanyAttribute("Jeff Campbell")]
34-
[assembly: AssemblyFileVersion("0.0.0")]
35-
[assembly: AssemblyInformationalVersion("0.0.0")]
34+
[assembly: AssemblyFileVersion("2.0.0")]
35+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3636
[assembly: AssemblyProductAttribute("EntitasRedux.Core")]
3737
[assembly: AssemblyTitleAttribute("EntitasRedux.Core")]
3838
[assembly: AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
3939

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

33
[assembly: AssemblyCompany("Jeff Campbell")]
4-
[assembly: AssemblyFileVersion("0.0.0")]
5-
[assembly: AssemblyInformationalVersion("0.0.0")]
4+
[assembly: AssemblyFileVersion("2.0.0")]
5+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
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")]
9+
10+
[assembly: AssemblyVersion("2.0.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
9+
### [2.0.0] - 2921-06-16
10+
#### Changed
11+
* All code-generation plugins have been extracted from Unity as v2 Genesis .Net Core plugin assemblies (use Roslyn over Reflection).
12+
13+
## CL Template
14+
This template should be used for any new releases to document any changes.
15+
16+
### [0.0.0] - 1900-01-01
17+
#### Added
18+
For new features.
19+
20+
#### Changed
21+
For changes in existing functionality.
22+
23+
#### Deprecated
24+
For soon-to-be removed features.
25+
26+
#### Removed
27+
for now removed features.
28+
29+
#### Fixed
30+
For any bug fixes.
31+
32+
#### Security
33+
In case of vulnerabilities.

Unity/Assets/ExampleContent/Generated/Input/Components.meta Unity/Assets/JCMG/EntitasRedux/CHANGELOG.MD.meta

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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

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

3232
[assembly: AssemblyCompany("Jeff Campbell")]
33-
[assembly: AssemblyFileVersion("0.0.0")]
34-
[assembly: AssemblyInformationalVersion("0.0.0")]
33+
[assembly: AssemblyFileVersion("2.0.0")]
34+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3535
[assembly: AssemblyProduct("EntitasRedux")]
3636
[assembly: AssemblyTitle("EntitasRedux")]
3737
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
38+
39+
[assembly: AssemblyVersion("2.0.0")]

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

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

3232
[assembly: AssemblyCompany("Jeff Campbell")]
33-
[assembly: AssemblyFileVersion("0.0.0")]
34-
[assembly: AssemblyInformationalVersion("0.0.0")]
33+
[assembly: AssemblyFileVersion("2.0.0")]
34+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3535
[assembly: AssemblyProduct("EntitasRedux.Blueprints")]
3636
[assembly: AssemblyTitle("EntitasRedux.Blueprints")]
3737
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
38+
39+
[assembly: AssemblyVersion("2.0.0")]

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

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

2828
[assembly: AssemblyCompany("Jeff Campbell")]
29-
[assembly: AssemblyFileVersion("0.0.0")]
30-
[assembly: AssemblyInformationalVersion("0.0.0")]
29+
[assembly: AssemblyFileVersion("2.0.0")]
30+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3131
[assembly: AssemblyProduct("EntitasRedux.Blueprints.Editor")]
3232
[assembly: AssemblyTitle("EntitasRedux.Blueprints.Editor")]
3333
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
34+
35+
[assembly: AssemblyVersion("2.0.0")]

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

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

3232
[assembly: AssemblyCompany("Jeff Campbell")]
33-
[assembly: AssemblyFileVersion("0.0.0")]
34-
[assembly: AssemblyInformationalVersion("0.0.0")]
33+
[assembly: AssemblyFileVersion("2.0.0")]
34+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3535
[assembly: AssemblyProduct("EntitasRedux.Editor")]
3636
[assembly: AssemblyTitle("EntitasRedux.Editor")]
3737
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
38+
39+
[assembly: AssemblyVersion("2.0.0")]

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

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

2828
[assembly: AssemblyCompany("Jeff Campbell")]
29-
[assembly: AssemblyFileVersion("0.0.0")]
30-
[assembly: AssemblyInformationalVersion("0.0.0")]
29+
[assembly: AssemblyFileVersion("2.0.0")]
30+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3131
[assembly: AssemblyProduct("EntitasRedux.Tests")]
3232
[assembly: AssemblyTitle("EntitasRedux.Tests")]
3333
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
34+
35+
[assembly: AssemblyVersion("2.0.0")]

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

-8
This file was deleted.

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

-8
This file was deleted.

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

-8
This file was deleted.

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
MIT License
44
5-
Copyright (c) 2020 Jeff Campbell
5+
Copyright (c) Jeff Campbell
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@ internal static class VersionConstants
3333
/// <summary>
3434
/// The semantic version
3535
/// </summary>
36-
public const string VERSION = "1.3.5";
36+
public const string VERSION = "2.0.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 = "02732783551c376b1a5e69ff64c557964dd43df4";
46+
public const string GIT_COMMIT = "ca880e473b12de194b811c422c1084216cce49f8";
4747

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

5353
/// <summary>
5454
/// The UTC time this package was published at.
5555
/// </summary>
56-
public const string PUBLISH_TIME = "11/12/2020 13:18:37";
56+
public const string PUBLISH_TIME = "06/17/2021 12:15:18";
5757
}
58-
}
58+
}

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

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

3232
[assembly: AssemblyCompany("Jeff Campbell")]
33-
[assembly: AssemblyFileVersion("0.0.0")]
34-
[assembly: AssemblyInformationalVersion("0.0.0")]
33+
[assembly: AssemblyFileVersion("2.0.0")]
34+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3535
[assembly: AssemblyProduct("EntitasRedux.VisualDebugging")]
3636
[assembly: AssemblyTitle("EntitasRedux.VisualDebugging")]
3737
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
38+
39+
[assembly: AssemblyVersion("2.0.0")]

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

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

2828
[assembly: AssemblyCompany("Jeff Campbell")]
29-
[assembly: AssemblyFileVersion("0.0.0")]
30-
[assembly: AssemblyInformationalVersion("0.0.0")]
29+
[assembly: AssemblyFileVersion("2.0.0")]
30+
[assembly: AssemblyInformationalVersion("2.0.0+121.Branch.develop.Sha.ca880e473b12de194b811c422c1084216cce49f8")]
3131
[assembly: AssemblyProduct("EntitasRedux.VisualDebugging.Editor")]
3232
[assembly: AssemblyTitle("EntitasRedux.VisualDebugging.Editor")]
3333
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/jeffcampbellmakesgames/Entitas-Redux.git")]
34+
35+
[assembly: AssemblyVersion("2.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"com.jeffcampbellmakesgames.entitasredux","displayName":"JCMG Entitas Redux","version":"1.3.5","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":"1.3.0"}}
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"}}

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: 1.3.5
23+
packageVersion: 2.0.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)