diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1c543..d7b0c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.0.0 +Minimal version is now 2020.3 + Major refactor and going out of preview * Reworked UI and simplified workflow diff --git a/README.md b/README.md index 2d04b09..d8eb815 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,7 @@ A Unity GUI Frontend to manage build batches and review build reports ## Install -### Local package - -Install by cloning and referencing the `package.json` in Package Manager UI, or reference directly `"net.peeweek.build-frontend": "https://github.com/peeweek/net.peeweek.build-frontend.git",` under `dependencies` in your manifest.json - -### OpenUPM Scoped Registry (2020.1 and newer) +### OpenUPM Scoped Registry (2020.3 and newer) Open Project Preferences and go to Package manager Window. @@ -22,4 +18,10 @@ If not present, add this scoped registry: Once added, verify that the "Enable Preview Packages" option is enabled, you can close the project settings window. -Open Package manager (Window/Package Manager), select the Build Frontend package, and click the install button. +Open Package manager (Window/Package Manager), select the **Build Frontend** package, and click the install button. + +### Local package + +Install by cloning and referencing the `package.json` in Package Manager UI, or reference directly `"net.peeweek.build-frontend": "https://github.com/peeweek/net.peeweek.build-frontend.git",` under `dependencies` in your manifest.json + +