This commit is contained in:
Mathieu Rivest 2019-07-23 16:05:13 -04:00
Родитель e40ae2f768
Коммит ef74cf894e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.0-preview.4] - 2019-07-23
## [1.1.0-preview.5] - 2019-07-23
- Updated contribution guidelines
## [1.1.0-preview.3] - 2019-07-17

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "com.unity.immediate-window",
"displayName": "Immediate Window",
"version": "1.1.0-preview.4",
"version": "1.1.0-preview.5",
"unity": "2019.2",
"description": "The Immediate Window provides a way to rapidly edit and debug code. It is not a full development environment, instead it is to be used for API discovery and rapid prototyping.",
"author": {"name": "Unity Technologies", "email": "mathieur@unity3d.com", "url": ""},