Skip to content

Commit 540627e

Browse files
authored
Merge pull request #41 from microsoft/version-2.0.0
Version 2.0.0
2 parents 820f1d7 + c315156 commit 540627e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# App Center SDK for Unity Editor Extensions Change Log
22

3-
## Development version (2.0.0)
3+
## Release 2.0.0
44

55
* **[Breaking Change]** App Center Auth is [retired](https://aka.ms/MBaaS-retirement-blog-post) and has been removed from the SDK. Removed Auth package support.
66
* **[Bug fix]** Fixed excessive amount of GitHub API calls.

RELEASE.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
## Release 1.2.0
1+
## Release 2.0.0
22

3-
* **[Feature]** App Center Unity SDK Auth package support
3+
* **[Breaking Change]** App Center Auth is [retired](https://aka.ms/MBaaS-retirement-blog-post) and has been removed from the SDK. Removed Auth package support.
4+
* **[Bug fix]** Fixed excessive amount of GitHub API calls.

Source/Assets/AppCenterEditorExtensions/Editor/Scripts/Utils/AppCenterEditorVersion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
public static partial class AppCenterEditorHelper
44
{
5-
public static string EDEX_VERSION = "1.2.0";
5+
public static string EDEX_VERSION = "2.0.0";
66
}
77
}

UnityPackageSpecs/AppCenterEditorExtensions.unitypackagespec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenterEditorExtensions" version="1.2.0">
2+
<package name="AppCenterEditorExtensions" version="2.0.0">
33
<include>
44
<file path="Assets/AppCenterEditorExtensions" />
55
</include>

0 commit comments

Comments
 (0)