io.extendreality.malimbe
Advanced tools
Comparing version 9.4.4 to 9.5.1
# Changelog | ||
### [9.5.1](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.5.0...v9.5.1) (2019-10-14) | ||
#### Bug Fixes | ||
* **ci:** back to npmjs.com ([563988f](https://github.com/ExtendRealityLtd/Malimbe/commit/563988f4fe5ade6274de7886607563f71c4a8180)) | ||
> GitHub's npm feeds only allow publishing scoped packages, but UPM doesn't support those. | ||
## [9.5.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.4.4...v9.5.0) (2019-10-14) | ||
#### Features | ||
* **ci:** publish package on GitHub feed ([9c5021e](https://github.com/ExtendRealityLtd/Malimbe/commit/9c5021e07d6860b42ca7e48eaf12c8dc6d9c41b6)) | ||
#### Bug Fixes | ||
* **ci:** use latest CD template ([2d10e3a](https://github.com/ExtendRealityLtd/Malimbe/commit/2d10e3a7515aeddb966e10c3c2255a3d67b075c2)) | ||
#### Continuous Integration | ||
* use latest DevOps templates ([9706a1d](https://github.com/ExtendRealityLtd/Malimbe/commit/9706a1d987c91f327fe8f9fd0c780ed88539b05c)) | ||
* use latest DevOps templates ([dae96d9](https://github.com/ExtendRealityLtd/Malimbe/commit/dae96d9d9211efbcf7e626e62809fb1429c59256)) | ||
#### Miscellaneous Chores | ||
* **devops:** use latest DevOps templates ([fa556c6](https://github.com/ExtendRealityLtd/Malimbe/commit/fa556c62494d5490fd92979d7c609220cec5af02)) | ||
* **packaging:** remove unused package manifest field ([d6e4ecb](https://github.com/ExtendRealityLtd/Malimbe/commit/d6e4ecbbc2f756f8a9421cf12602b439b44484f9)) | ||
## [9.4.4](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.4.3...v9.4.4) (2019-10-13) | ||
@@ -4,0 +31,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of tools to simplify writing public API components in Unity.", | ||
"version": "9.4.4", | ||
"version": "9.5.1", | ||
"unity": "2018.1", | ||
@@ -14,3 +14,2 @@ "keywords": [ | ||
], | ||
"category": "Editor", | ||
"homepage": "https://github.com/ExtendRealityLtd/Malimbe/", | ||
@@ -20,3 +19,6 @@ "bugs": { | ||
}, | ||
"repository": "github:ExtendRealityLtd/Malimbe", | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com/ExtendRealityLtd/Malimbe.git" | ||
}, | ||
"license": "MIT", | ||
@@ -23,0 +25,0 @@ "author": { |
@@ -26,8 +26,29 @@ [![Malimbe logo][Malimbe-Image]](#) | ||
Please follow these steps to install the package using a local location until the Unity Package Manager (UPM) allows third parties to publish packages to the UPM feed: | ||
* Navigate to the `Packages` directory of your project. | ||
* Adjust the [project manifest file][Project-Manifest] `manifest.json` in a text editor. | ||
* Ensure `https://registry.npmjs.org/` is part of `scopedRegistries`. | ||
* Ensure `io.extendreality` is part of `scopes`. | ||
* Add `io.extendreality.malimbe` to `dependencies`, stating the latest version. | ||
1. Download a release from the [Releases] page and extract it into your folder you use to keep your packages. It is recommended to make that folder part of your project and therefore [version controlled][VCS]. | ||
1. Open your project created with the Unity software version 2018.3 (or above) and follow [Unity's instructions][UPM-Instructions] on how to add the package to your project using UPM. | ||
1. Anywhere in your Unity software project add a [`FodyWeavers.xml` file][FodyWeavers]. | ||
1. Configure the various weavers Malimbe offers, e.g.: | ||
A minimal example ends up looking like this. Please note that the version `X.Y.Z` stated here is to be replaced with [the latest released version][Latest-Release]. | ||
```json | ||
{ | ||
"scopedRegistries": [ | ||
{ | ||
"name": "npmjs", | ||
"url": "https://registry.npmjs.org/", | ||
"scopes": [ | ||
"io.extendreality" | ||
] | ||
} | ||
], | ||
"dependencies": { | ||
"io.extendreality.malimbe": "X.Y.Z", | ||
... | ||
} | ||
} | ||
``` | ||
* Switch back to the Unity software and wait for it to finish importing the added package. | ||
* Anywhere in your Unity software project add a [`FodyWeavers.xml` file][FodyWeavers]. | ||
* Configure the various weavers Malimbe offers, e.g.: | ||
```xml | ||
@@ -92,2 +113,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
[SemVer]: https://semver.org/ | ||
[Latest-Release]: https://github.com/ExtendRealityLtd/Malimbe/releases/latest | ||
[VCS]: https://en.wikipedia.org/wiki/Version_control | ||
@@ -94,0 +116,0 @@ [UPM-Instructions]: https://docs.unity3d.com/Packages/com.unity.package-manager-ui@2.1/manual/index.html#extpkg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
774270
127
0