Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.2 #26

Merged
merged 2 commits into from
Dec 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# App Center SDK for Unity Editor Extensions Change Log

## Release 1.1.2

* **[Bug fix]** Fixed UI controls positioning and scrollbar behavior
* **[Bug fix]** Fixed package update logic for some of the old App Center Unity SDK package versions

___

## Release 1.1.1

* **[Feature]** Added vertical scrollbar
Expand Down
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release 1.1.1
# Release 1.1.2

* **[Feature]** Added vertical scrollbar
* **[Bug fix]** Fixed UI controls positioning and scrollbar behavior
* **[Bug fix]** Fixed package update logic for some of the old App Center Unity SDK package versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static partial class AppCenterEditorHelper
{
public static string EDEX_VERSION = "1.1.1";
public static string EDEX_VERSION = "1.1.2";
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterEditorExtensions" version="1.1.1">
<package name="AppCenterEditorExtensions" version="1.1.2">
<include>
<file path="Assets/AppCenterEditorExtensions" />
</include>
Expand Down