AssemblyVersionandAssemblyFileVersionattributes are updated in these solutions:Spect.Net.CodeDiscover.ProjectTypeSpect.Net.VsPackage
- Version numbers use semantic versioning:
- Major version: New features even with potential breaking changes
- Minor version: New features while keeping compatibility with previous versions
- Build version: Patches, hotfixes, minor corrections
- Revision number: Cosmetic changes
- VSIX manifest info (new version and other potential changes) updated in the source.extension.vsixmanifest files of these projects:
Spect.Net.CodeDiscover.ProjectTypeSpect.Net.VsPackage
- Check that all source files within the
Spect.Net.CodeDiscover.ProjectTypeproject'sBuildSystem\DeployedBuildSystemandBuildSystem\Rulesfolder are linked into theSpect.Net.VsPackageproject'sDeploymentResourcesfolder. The Build Action property of these items should be Embedded Resource. - The
CURRENT_CPS_VERSIONvalue inSpectNetPackage.cs(Spect.Net.VsPackage project) is updated - The
InstalledProductRegistrationattribute ofSpectNetPackageclass is updated to the number used within the VSX manifest info. - The entire soution builds with the Release configuration (Clean Solution, Rebuil Solution)
- All unit tests run successfully (no failed or ignored test cases)
- You can uploade the new VSIX to the Visual Studio Marketplace.
This repository was archived by the owner on Dec 11, 2023. It is now read-only.