Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed Sep 30, 2018
1 parent 7a255cd commit ec7f97b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ These are the incremental changes to each version that has been released on the

Individual releases are tagged as such in GitHub.

## 2.0.2
**2018-09-22**
## 2.0.3
**2018-09-30**
- [x] Initial release


2 changes: 1 addition & 1 deletion Src/FootieData.Vsix/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "Football";
public const string Description = @"Tables. Results. Fixtures. In the IDE.";
public const string Language = "en-US";
public const string Version = "2.0.2";
public const string Version = "2.0.3";
public const string Author = "Greg Trevellick";
public const string Tags = "Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga, Ligue, Roma, Milan, Madrid";
}
Expand Down
48 changes: 24 additions & 24 deletions Src/FootieData.Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?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="2BD1BC10-85EB-4454-96DF-55CE40A95E93" Version="2.0.2" Language="en-US" Publisher="Greg Trevellick" />
<DisplayName>Football</DisplayName>
<Description xml:space="preserve">Tables. Results. Fixtures. In the IDE.</Description>
<MoreInfo>https://github.com/GregTrevellick/VsixFootball</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/GregTrevellick/VsixFootball/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>Resources\VsixExtensionPreview_90x90.png</Icon>
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
<Tags>Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga, Ligue, Roma, Milan, Madrid</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Metadata>
<Identity Id="2BD1BC10-85EB-4454-96DF-55CE40A95E93" Version="2.0.3" Language="en-US" Publisher="Greg Trevellick" />
<DisplayName>Football</DisplayName>
<Description xml:space="preserve">Tables. Results. Fixtures. In the IDE.</Description>
<MoreInfo>https://github.com/GregTrevellick/VsixFootball</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/GregTrevellick/VsixFootball/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>Resources\VsixExtensionPreview_90x90.png</Icon>
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
<Tags>Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga, Ligue, Roma, Milan, Madrid</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>

0 comments on commit ec7f97b

Please sign in to comment.