1.1.3 (2019-10-06)
- Some files in GitDependencyResolverForUnity conflicts with UpmGitExtension #16
1.1.2 (2019-08-05)
1.1.1 (2019-08-05)
Fixed bugs:
- guids for git-dependency-resolver conflict with upm-git-extension #15
1.1.0 (2019-06-11)
Implemented enhancements:
- Add notes on using this package #13
- Refer to no files from the Library folder #12
- Deterministic package installation #10
1.0.0 (2019-05-16)
This plugin resolves git url dependencies in the package for Unity Package Manager.
You can use a git url as a package dependency as the following!
{
"name": "com.coffee.package-a",
"version": "0.1.0",
"dependencies": {
"com.coffee.core-a": "https://github.com/mob-sakai/GitPackageTest.git#core-a-0.1.0"
}
}
Implemented enhancements:
- Update package with a specific tag/branch #7
- Support .Net 3.5 & 4.x #6
- Support Unity 2019.1+ #5
- Support private repository #4
- Support GitHub, Bitbucket, GitLab, etc. #3
- Uninstall unused packages that is installed by this plugin #2
- Resolve git url dependencies in packages #1
* This Changelog was automatically generated by github_changelog_generator