Skip to content

Commit 8fc54a2

Browse files
committedNov 21, 2023
chore(release): 2.1.1 [skip ci]
1 parent 7f936af commit 8fc54a2

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/mob-sakai/UpmGitExtension/compare/v2.1.0...v2.1.1) (2023-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* fix readme ([29acbc3](https://github.com/mob-sakai/UpmGitExtension/commit/29acbc3536d92cab59af5ba569c41c5d83e03149))
7+
18
# [2.1.0](https://github.com/mob-sakai/UpmGitExtension/compare/v2.0.4...v2.1.0) (2023-11-20)
29

310

‎README.md

+13-22
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from a git repository.
77

88
[![](https://img.shields.io/npm/v/com.coffee.upm-git-extension?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.coffee.upm-git-extension/)
99
[![](https://img.shields.io/github/v/release/mob-sakai/UpmGitExtension?include_prereleases)](https://github.com/mob-sakai/UpmGitExtension/releases)
10-
[![](https://img.shields.io/github/license/mob-sakai/UpmGitExtension.svg)](https://github.com/mob-sakai/UpmGitExtension/blob/upm/LICENSE.txt)
10+
[![](https://img.shields.io/github/license/mob-sakai/UpmGitExtension.svg)](https://github.com/mob-sakai/UpmGitExtension/blob/main/LICENSE.txt)
1111
![](https://img.shields.io/badge/Unity-2018.3+-57b9d3.svg?style=flat&logo=unity)
1212
![](https://github.com/mob-sakai/UpmGitExtension/actions/workflows/test.yml/badge.svg?branch=develop)
1313
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](http://makeapullrequest.com)
@@ -66,11 +66,10 @@ This is the preferred method of installation, as you can easily receive updates
6666
If you have [openupm-cli](https://github.com/openupm/openupm-cli) installed, then run the following command in your
6767
project's directory:
6868

69-
```
70-
// for Unity 2020 or later
69+
```sh
70+
# for Unity 2020 or later
7171
openupm add com.coffee.upm-git-extension
72-
73-
// for Unity 2018 or 2019
72+
# for Unity 2018 or 2019
7473
openupm add com.coffee.upm-git-extension@v1
7574
```
7675

@@ -79,23 +78,15 @@ openupm add com.coffee.upm-git-extension@v1
7978
Navigate to your project's Packages folder and open the `manifest.json` file. Then add this package somewhere in
8079
the `dependencies` block:
8180

82-
```js
81+
```json
8382
{
84-
"dependencies"
85-
:
86-
{
87-
// for Unity 2020 or later
88-
"com.coffee.upm-git-extension"
89-
:
90-
"https://github.com/mob-sakai/UpmGitExtension.git",
91-
92-
// for Unity 2018 or 2019
93-
"com.coffee.upm-git-extension"
94-
:
95-
"https://github.com/mob-sakai/UpmGitExtension.git#v1",
83+
"dependencies": {
84+
// for Unity 2020 or later
85+
"com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git",
86+
// for Unity 2018 or 2019
87+
"com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git#v1",
9688
...
97-
}
98-
,
89+
},
9990
}
10091
```
10192

@@ -154,7 +145,7 @@ Issues are incredibly valuable to this project:
154145
### Pull Requests
155146

156147
Pull requests offer a fantastic way to contribute your ideas to this repository.
157-
Please refer to [CONTRIBUTING.md](/../../blob/main/CONTRIBUTING.md) and [develop branch](https://github.com/mob-sakai/UpmGitExtension/tree/develop) for guidelines.
148+
Please refer to [CONTRIBUTING.md](https://github.com/mob-sakai/UpmGitExtension/tree/develop/CONTRIBUTING.md) and [develop branch](https://github.com/mob-sakai/UpmGitExtension/tree/develop) for guidelines.
158149

159150
### Support
160151

@@ -181,4 +172,4 @@ Your support allows me to dedicate more time to development. 😊
181172
- Releases : https://github.com/mob-sakai/UpmGitExtension/releases
182173
- Issue tracker : https://github.com/mob-sakai/UpmGitExtension/issues
183174
- Current project : https://github.com/mob-sakai/UpmGitExtension/projects/1
184-
- Change log : https://github.com/mob-sakai/UpmGitExtension/blob/upm/CHANGELOG.md
175+
- Change log : https://github.com/mob-sakai/UpmGitExtension/blob/main/CHANGELOG.md

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.coffee.upm-git-extension",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "This package enhances the user interface (UI) of the Unity Package Manager (UPM) specifically for packages installed from a git repository.\n\n - Support GitHub, GitLab, Bitbucket, etc.\n - Link to the repogitory and offline documents\n - Install the package from git repository with UI\n - Update the package with a specific tag/branch\n - Remove the package",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.