Development cheat sheet - Starcounter/Starcounter.VisualStudio GitHub Wiki
We currently maintain two major versions of the extension: 1.x and 2.x. See Version compatibility to find out what branch to use.
In the desired branch:
- Do your changes.
- Bump version numbers (keep them in sync):
- for the extension package itself in
src\Starcounter.VS.VSIX\source.extension.vsixmanifest
, setIdentity.Version
. - for NuGet package in
src\build\version.txt
- for the extension package itself in
- When finished and tested, build the release configuration.
- Push your changes upstream.
- Publish your new version on nuget.org
- Publish your new version on VS market place