Skip to content

Commit 9f90f02

Browse files
committed
Release 0.39.0
1 parent 254f1fa commit 9f90f02

File tree

229 files changed

+243
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+243
-232
lines changed

Addons/Entitas.Unity.CodeGenerator/Entitas.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Entitas.CodeGenerator.TargetDirectory = Assets/Generated/
22
Entitas.CodeGenerator.Contexts = Game
33
Entitas.CodeGenerator.DataProviders = Entitas.CodeGenerator.ComponentDataProvider,Entitas.CodeGenerator.ContextDataProvider,Entitas.CodeGenerator.EntityIndexDataProvider
44
Entitas.CodeGenerator.CodeGenerators = Entitas.CodeGenerator.ComponentGenerator,Entitas.CodeGenerator.ComponentContextGenerator,Entitas.CodeGenerator.ComponentEntityGenerator,Entitas.CodeGenerator.ComponentsLookupGenerator,Entitas.CodeGenerator.ContextGenerator,Entitas.CodeGenerator.ContextAttributeGenerator,Entitas.CodeGenerator.ContextsGenerator,Entitas.CodeGenerator.EntityGenerator,Entitas.CodeGenerator.EntityIndexGenerator,Entitas.CodeGenerator.MatcherGenerator
5-
Entitas.CodeGenerator.PostProcessors = Entitas.CodeGenerator.AddFileHeaderPostProcessor,Entitas.CodeGenerator.MergeFilesPostProcessor,Entitas.CodeGenerator.NewLinePostProcessor,Entitas.CodeGenerator.WriteToDiskPostProcessor,Entitas.Unity.CodeGenerator.DebugLogPostProcessor
5+
Entitas.CodeGenerator.PostProcessors = Entitas.CodeGenerator.AddFileHeaderPostProcessor,Entitas.CodeGenerator.MergeFilesPostProcessor,Entitas.CodeGenerator.NewLinePostProcessor,Entitas.Unity.CodeGenerator.DebugLogPostProcessor

Build/deploy/Entitas-CSharp.zip

-1017 Bytes
Binary file not shown.

Build/deploy/Entitas-Unity.zip

1.36 MB
Binary file not shown.

Build/deploy/Entitas.docset.tgz

25.3 KB
Binary file not shown.

Entitas/Entitas/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.38.0
1+
0.39.0

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions

Scripts/docs_resources/docset.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "Entitas"
8-
PROJECT_NUMBER = 0.38.0
8+
PROJECT_NUMBER = 0.39.0
99
PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity"
1010
PROJECT_LOGO = "Scripts/Docs/docs-logo.png"
1111
OUTPUT_DIRECTORY = "Build/docs"

Scripts/docs_resources/html.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "Entitas"
8-
PROJECT_NUMBER = 0.38.0
8+
PROJECT_NUMBER = 0.39.0
99
PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity"
1010
PROJECT_LOGO = "Scripts/Docs/docs-logo.png"
1111
OUTPUT_DIRECTORY = "Build/docs"

docs/_abstract_entity_index_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">Entitas
33-
&#160;<span id="projectnumber">0.38.0</span>
33+
&#160;<span id="projectnumber">0.39.0</span>
3434
</div>
3535
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
3636
</td>

docs/_attribute_info_8cs_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">Entitas
33-
&#160;<span id="projectnumber">0.38.0</span>
33+
&#160;<span id="projectnumber">0.39.0</span>
3434
</div>
3535
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
3636
</td>

0 commit comments

Comments
 (0)