Skip to content

Commit 988dab9

Browse files
author
dreamcodestudio
committed
fix: Change toolbar path to match Unity guidelines
1 parent 8ed2aa4 commit 988dab9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.2.3] - 2023-12-12
4+
- Changed toolbar path to match Unity submission-guidelines (section 2.5.1.a)
5+
36
## [1.2.2] - 2023-10-22
47
- Avoid overwriting setting by empty values
58

Editor/UI/KeystoreEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ internal class KeystoreEditorWindow : EditorWindow
1818
private TextField _keyaliasName;
1919
private TextField _keyaliasPass;
2020

21-
[MenuItem("DreamCode/Android/AutoKeystore")]
21+
[MenuItem("Tools/DreamCode/Android/AutoKeystore")]
2222
internal static void ShowWindow()
2323
{
2424
var window = GetWindow<KeystoreEditorWindow>();

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Allows store android keystore between sessions, without manual input everytime.
2828
* Open `Package Manager` and press `Install` button.
2929
<img src="https://user-images.githubusercontent.com/7010398/187045087-76c3bf90-f023-46d5-a794-9657d9398548.png" width="730">
3030

31-
* Open the setup dialog `DreamCode > Android > AutoKeystore`
31+
* Open the setup dialog `Tools > DreamCode > Android > AutoKeystore`
3232

3333
![preview_autokeystore](https://user-images.githubusercontent.com/7010398/188006008-336628ff-39b7-42b9-820b-e2f21a5513da.png)
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.dreamcode.mobile.android-keystore",
33
"displayName": "AutoKeystore",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"unity": "2020.3",
66
"description": "Allows store android keystore between sessions, without manual input everytime.",
77
"keywords": [

0 commit comments

Comments
 (0)