We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe749d commit a1070a4Copy full SHA for a1070a4
README.md
@@ -1,4 +1,4 @@
1
-# codingwithcalvin/action-vs-vsix-versioner
+# CodingWithCalvin/GHA-VSVsixVersioner
2
3
Github Action to update your Visual Studio extension to a version that is based off of the current date and the CI build number.
4
@@ -20,7 +20,7 @@ steps:
20
uses: actions/checkout@v2
21
22
- name: Visual Studio VSIX Versioner
23
- uses: codingwithcalvin/action-vs-vsix-versioner@v1
+ uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
24
with:
25
# REQUIRED
26
extension-manifest-file: './src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.vsixmanifest'
0 commit comments