Added changelog file.
This commit is contained in:
13
docs/CHANGELOG.md
Normal file
13
docs/CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Release change log for `working-title`
|
||||||
|
|
||||||
|
For the full documentation, have a look at [docs.temporaryname.org](https://docs.temporaryname.org/s/games/p/working-title-jhBaAFB0yK).
|
||||||
|
Releases in the order of release beginning with the most recent.
|
||||||
|
|
||||||
|
## 0.1.0 (next)
|
||||||
|
Release date: TBD
|
||||||
|
- Feature
|
||||||
|
-
|
||||||
|
- Bug
|
||||||
|
-
|
||||||
|
- Task
|
||||||
|
-
|
@@ -11,7 +11,7 @@ config_version=5
|
|||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="working-title"
|
config/name="working-title"
|
||||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
config/features=PackedStringArray("4.4", "C#", "Forward Plus")
|
||||||
config/icon="res://icon.svg"
|
config/icon="res://icon.svg"
|
||||||
|
|
||||||
[dotnet]
|
[dotnet]
|
||||||
|
@@ -4,4 +4,7 @@
|
|||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
<RootNamespace>workingtitle</RootNamespace>
|
<RootNamespace>workingtitle</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="docs\CHANGELOG.md" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Reference in New Issue
Block a user