mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
CHANGELOG + Unity 2019.3.10f1
This commit is contained in:
parent
bec125f86d
commit
a54fbf9d38
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user