CHANGELOG + Unity 2019.3.10f1

This commit is contained in:
Adam Ramberg 2020-04-26 19:50:58 +02:00
parent bec125f86d
commit a54fbf9d38
4 changed files with 20 additions and 3 deletions

View File

@ -8,6 +8,14 @@
# [Unreleased]
## 🏠 Internal
- Upgraded Example project to Unity version 2019.3.10f1. ([@AdamRamberg](https://github.com/AdamRamberg))
## 💅 Polish
- [#128](https://github.com/AdamRamberg/unity-atoms/pull/128) Developer Description changed from Multiline to TextArea attribute ([@IceTrooper](https://github.com/IceTrooper))
# 4.1.0 (April 3, 2020)
## 💅 Polish

View File

@ -98,3 +98,12 @@ The following packages were updated:
com.unity.test-framework from version 1.0.13 to 1.1.11
The following packages were removed:
com.unity.package-manager-ui@2.2.0
=== Fri Apr 24 06:22:27 2020
Packages were changed.
Update Mode: updateDependencies
The following packages were updated:
com.unity.ide.vscode from version 1.1.3 to 1.1.4
com.unity.test-framework from version 1.1.11 to 1.1.13

View File

@ -15,7 +15,7 @@
"com.unity.ext.nunit": "1.0.0",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.3",
"com.unity.test-framework": "1.1.11",
"com.unity.test-framework": "1.1.13",
"com.unity.ugui": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",

View File

@ -1,2 +1,2 @@
m_EditorVersion: 2019.3.3f1
m_EditorVersionWithRevision: 2019.3.3f1 (7ceaae5f7503)
m_EditorVersion: 2019.3.10f1
m_EditorVersionWithRevision: 2019.3.10f1 (5968d7f82152)