1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit 29e2ba1594 - Show all commits

View file

@ -358,7 +358,7 @@ The `assembly` field contains metadata about the program, such as the name, vers
| copyright | `string` | No | The copyright of the package | | copyright | `string` | No | The copyright of the package |
| trademark | `string` | No | The trademark of the package | | trademark | `string` | No | The trademark of the package |
| version | `string` | Yes | The version of the package, see [Versioning](#versioning) for additional information | | version | `string` | Yes | The version of the package, see [Versioning](#versioning) for additional information |
| uuid | `string` | No | The UUID of the package, see [UUIDs](#uuids) for additional information | | uuid | `string` | Yes | The UUID of the package, see [UUIDs](#uuids) for additional information |
------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------