File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898
9999 - name : Publish GitHub Release
100100 if : ${{ matrix.Configuration == 'Release' && github.event.inputs.release == 'true' }}
101- uses : softprops/action-gh-release@v1
101+ uses : softprops/action-gh-release@v2.0.8
102102 with :
103103 name : v${{ env.VERSION }}
104+ tag_name : v${{ env.VERSION }}
105+ generate_release_notes : true
104106 draft : true
105107 prerelease : false
106108 fail_on_unmatched_files : true
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ It works with C# csproj and native C++ vcxproj Visual Studio project files.
88
99## Getting started
1010
11- 1 . Install the extension
12- 2 . Right-click on ` packages.config ` and select ` Migrate packages.config to PackageReferences... ` .
11+ 1 . Download and install the extension.
12+ 2 . Right-click on ` packages.config ` and select ` Migrate packages.config to PackageReferences... ` .
1313
1414![ Preview] ( Preview.png )
1515
You can’t perform that action at this time.
0 commit comments