Skip to content

Commit

Permalink
Merge pull request #3 from DeNA/push-dll
Browse files Browse the repository at this point in the history
Push dll
  • Loading branch information
t-hatano authored Nov 1, 2024
2 parents 3a48b02 + c427778 commit ae450e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
git commit -m "Bump up version"
git tag ${{ needs.check-bump-version.outputs.new-version }}
git push --tags
git push origin master
- name: Create NuPkg
run: dotnet pack ./MustAwaitAnalyzer --include-symbols --configuration Release -o ./nupkg
Expand Down
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MustAwaitAnalyzerは
## Unity プロジェクトでの使用方法

Unity 2021.1.2f1 以上が必要です。
`https://github.com/DeNA/MustAwaitAnalyzer.git?path=com.dena.must-await-analyzer` を Package Manager に追加してください。
`https://github.com/DeNA/MustAwaitAnalyzer.git?path=com.dena.must-await-analyzer#1.0.0` を Package Manager に追加してください。

## .NET プロジェクトでの使用方法

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MustAwaitAnalyzer is a roslyn analyzer that enforces the use of `await` when cal
## Install into Unity Project

Requires Unity 2021.1.2f1 or later.
You can add `https://github.com/DeNA/MustAwaitAnalyzer.git?path=com.dena.must-await-analyzer` to Package Manager.
You can add `https://github.com/DeNA/MustAwaitAnalyzer.git?path=com.dena.must-await-analyzer#1.0.0` to Package Manager.

## Install into .NET Project

Expand Down
Binary file not shown.

0 comments on commit ae450e1

Please sign in to comment.