Skip to content

Commit e222c6e

Browse files
committed
Merge branch 'hotfix/v1.2.1'
2 parents 0156417 + ed56d68 commit e222c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/vsix/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal sealed partial class Vsix
1111
public const string Name = "Developer News";
1212
public const string Description = @"Bring Back Developer News!";
1313
public const string Language = "en-US";
14-
public const string Version = "1.2";
14+
public const string Version = "1.2.1";
1515
public const string Author = "Yann Duran";
1616
public const string Tags = "developer news, developer-news, developernews, start page, start-page, startpage, luminous, yannduran, yd";
1717
}

src/vsix/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="E35E8D0A-2D8C-4A18-BF10-CB446334A278" Version="1.2" Language="en-US" Publisher="Yann Duran" />
4+
<Identity Id="E35E8D0A-2D8C-4A18-BF10-CB446334A278" Version="1.2.1" Language="en-US" Publisher="Yann Duran" />
55
<DisplayName>Developer News</DisplayName>
66
<Description xml:space="preserve">Bring Back Developer News!</Description>
77
<MoreInfo>https://luminous-software.solutions/developer-news</MoreInfo>
@@ -18,7 +18,7 @@
1818
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
1919
</Dependencies>
2020
<Prerequisites>
21-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0)" DisplayName="Visual Studio core editor" />
21+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0, 17.0)" DisplayName="Visual Studio core editor" />
2222
</Prerequisites>
2323
<Assets>
2424
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)