Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Oct 25, 2021
1 parent d5a2299 commit abfda1b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Restore
run: dotnet restore
- name: Inspect code
uses: muno92/resharper_inspectcode@1.1.0
uses: muno92/resharper_inspectcode@1.2.0
with:
solutionPath: ./YourSolution.sln
```
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reshaprer_inspectcode",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Run ReSharper Inspection action",
"main": "lib/main.js",
Expand Down

0 comments on commit abfda1b

Please sign in to comment.