|
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 |
43 | 50 | In case of vulnerabilities.
|
0 commit comments