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 b052b16 commit b0f928bCopy full SHA for b0f928b
README.md
@@ -1,4 +1,4 @@
1
-# calvinallen/action-vs-vsix-versioner
+# codingwithcalvin/action-vs-vsix-versioner
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: CalvinAllen/action-vs-vsix-versioner@v1
+ uses: codingwithcalvin/action-vs-vsix-versioner@v1
24
with:
25
# REQUIRED
26
extension-manifest-file: './src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.vsixmanifest'
0 commit comments