Skip to content

Commit

Permalink
More Marketplace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ward committed Jun 20, 2021
1 parent 9e88ff3 commit ed3b571
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2021.3] - 2021-06-20

### Changed

- More changes to accommodate Marketplace restrictions

## [2021.2] - 2021-06-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions VSColorOutput/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: AssemblyTrademark("VSColorOutput is a trademark of Mike Ward")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2021.2")]
[assembly: AssemblyFileVersion("2021.2")]
[assembly: AssemblyVersion("2021.3")]
[assembly: AssemblyFileVersion("2021.3")]
[assembly: Guid("9D5A1B6F-D173-424E-B126-7A459F13DB7A")]
2 changes: 1 addition & 1 deletion VSColorOutput/VsColorOutputPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace VSColorOutput
[Guid(VSColorOutputPackage.PackageGuidString)]
[ProvideOptionPage(typeof(VsColorOutputOptionsDialog), VsColorOutputOptionsDialog.Category, VsColorOutputOptionsDialog.SubCategory, 1000, 1001, true)]
[ProvideProfile(typeof(VsColorOutputOptionsDialog), VsColorOutputOptionsDialog.Category, VsColorOutputOptionsDialog.SubCategory, 1000, 1001, true)]
[InstalledProductRegistration("VSColorOutput64", "Color output for build and debug windows - https://mike-ward.net/vscoloroutput", "2021.2")]
[InstalledProductRegistration("VSColorOutput64", "Color output for build and debug windows - https://mike-ward.net/vscoloroutput", "2021.3")]
public sealed class VSColorOutputPackage : AsyncPackage
{
public const string PackageGuidString = "65dd734b-180a-4c67-b245-56de889637e1";
Expand Down
2 changes: 1 addition & 1 deletion VSColorOutput/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="CD56B219-38CB-482A-9B2D-7582DF4AAF1E" Version="2021.2" Language="en-US" Publisher="Mike Ward" />
<Identity Id="65dd734b-180a-4c67-b245-56de889637e1" Version="2021.3" Language="en-US" Publisher="Mike Ward - Ann Arbor" />
<DisplayName>VSColorOutput64</DisplayName>
<Description xml:space="preserve">Color output for build and debug windows</Description>
<MoreInfo>https://mike-ward.net/vscoloroutput</MoreInfo>
Expand Down

0 comments on commit ed3b571

Please sign in to comment.