File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : ' Visual Studio VSIX Versioner'
22description : ' Version your Visual Studio extension with ease!'
3- author : ' Coding with Calvin'
3+ author : ' Coding With Calvin'
44branding :
55 color : purple
66 icon : zap
@@ -15,5 +15,5 @@ inputs:
1515 required : false
1616 description : ' Specify the build number you would like to utilize for the generated version.'
1717runs :
18- using : ' node16 '
18+ using : ' node20 '
1919 main : ' dist/index.js'
Original file line number Diff line number Diff line change 11{
22 "name" : " action-vs-vsix-versioner" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "private" : true ,
55 "description" : " Version your Visual Studio extension with ease!" ,
6- "main" : " lib /main.js" ,
6+ "main" : " dist /main.js" ,
77 "scripts" : {
88 "build" : " tsc" ,
99 "format" : " prettier --write ./src/**/*.ts" ,
1515 },
1616 "repository" : {
1717 "type" : " git" ,
18- "url" : " git+https://github.com/CalvinAllen/action-vs-vsix-versioner "
18+ "url" : " git+https://github.com/CodingWithCalvin/GHA-VSVsixVersioner "
1919 },
2020 "keywords" : [
2121 " actions" ,
You can’t perform that action at this time.
0 commit comments