Skip to content

Commit

Permalink
1.0.0-preview.3 - 2018/12/11
Browse files Browse the repository at this point in the history
@2019.1
  • Loading branch information
ErikMoczi committed Dec 14, 2018
1 parent bf3fdcd commit 265b453
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 23 deletions.
3 changes: 3 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.0.0-preview.3] - 2018-12-11
- Fixed CI for publishing

## [1.0.0-preview.2] - 2018-12-07
- Fixed key up/down on console input

Expand Down
5 changes: 0 additions & 5 deletions package/Documentation~/com.unity.immediate-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ The immediate window is used to instantly evaluate C# code inside the Unity Edit

## Installation

It is currently only available as a *preview package*.

Add ```"registry": "https://staging-packages.unity.com",``` to
your project manifest and install from the *Package Manager Window*.

The window is accessible through the ```Window/Analysis/Immediate Window``` editor menu.

## Overview
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An immediate window we can all believe in!

Original Author and Supreme Lord Of Absoluteness Without Hesitation And Second Guessing: Mathieu Rivest

[Documentation](Documentation/com.unity.immediate-window.md)
[Documentation](Documentation~/com.unity.immediate-window.md)

# TODO

Expand Down
2 changes: 1 addition & 1 deletion package/build.bat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/build.sh.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 24 additions & 15 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
{
"name": "com.unity.immediate-window",
"displayName": "Immediate Window",
"version": "1.0.0-preview.2",
"unity": "2019.1",
"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": "[email protected]", "url": ""},
"keywords": [
"scripting",
"ide",
"development",
"debug"
],
"dependencies": {
"com.unity.code-analysis": "0.0.1-preview.3"
}
"name": "com.unity.immediate-window",
"displayName": "Immediate Window",
"version": "1.0.0-preview.3",
"unity": "2019.1",
"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": "[email protected]",
"url": ""
},
"keywords": [
"scripting",
"ide",
"development",
"debug"
],
"dependencies": {
"com.unity.code-analysis": "0.0.1-preview.3"
},
"repository": {
"type": "git",
"url": "https://gitlab.cds.internal.unity3d.com/upm-packages/tools/com.unity.immediate-window.git",
"revision": "123bb4b0c010d69ab186f18c17a89151da8c1cb7"
}
}
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
0.1.0-preview.1
1.0.0-preview.1
1.0.0-preview.2
1.0.0-preview.3

0 comments on commit 265b453

Please sign in to comment.