Skip to content

Commit

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

Individual releases are tagged as such in GitHub.

## 1.xx
**2018-mm-dd**
## 2.0.2
**2018-09-22**
- [x] Initial release


.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

Bringing the latest soccer league tables and scores to Visual Studio, leveraging the awesome labour of love that is [footballdata.org](https://www.football-data.org).

You need nothing else from your IDE.
You need nothing else from your IDE (except perhaps a more imaginitive name).

![](https://github.com/GregTrevellick/VsixFootball/blob/master/Src/FootieData.Vsix/VsmmAssetts/MenuViewOtherWindows.png?raw=true)

Expand Down Expand Up @@ -138,6 +138,10 @@ Any bugs (as if!) can be logged [here][GitHubRepoIssuesURL].

- Stealth mode (hides league tables when your boss is hovering)

### Note for VS Sports Desk Users

Following Daniel's commercialization of [FootballData.org](https://www.football-data.org) (and who can blame him?) only the top league in each country is now free (except the English Championship) so [VS Sports Desk](https://marketplace.visualstudio.com/items?itemName=GregTrevellick.VSSportsDesk) is now retired and only shows the data from 2017/18 season.

<!--VSMM readme end-->

See the [change log](CHANGELOG.md) for release history.
Expand All @@ -158,6 +162,8 @@ See the [change log](CHANGELOG.md) for release history.

[Thomas Levesque](http://www.thomaslevesque.com/2009/04/17/wpf-binding-to-an-asynchronous-collection/)

[VS Sports Desk](https://marketplace.visualstudio.com/items?itemName=GregTrevellick.VSSportsDesk)

[VS SDK Analyzers](https://github.com/Microsoft/VSSDK-Analyzers/blob/master/doc/VSSDK003.md)

[Walid Sakhana](https://github.com/sakhana88)
Expand Down
Binary file modified Src/FootieData.Vsix/VsmmAssetts/MenuViewOtherWindows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Src/FootieData.Vsix/VsmmAssetts/Options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Src/FootieData.Vsix/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ namespace FootieData.Vsix
{
static class Vsix
{
public const string Id = "28693b18-0c2c-4e86-adf2-adce836b749e";
public const string Id = "2BD1BC10-85EB-4454-96DF-55CE40A95E93";
public const string Name = "Football";
public const string Description = @"League tables. Results. Fixtures.";
public const string Description = @"Tables. Results. Fixtures. In the IDE.";
public const string Language = "en-US";
public const string Version = "1.1";
public const string Version = "2.0.2";
public const string Author = "Greg Trevellick";
public const string Tags = "Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga";
public const string Tags = "Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga, Ligue, Roma, Milan, Madrid";
}
}
2 changes: 1 addition & 1 deletion Src/FootieData.Vsix/source.extension.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>Football</value>
</data>
<data name="112" xml:space="preserve">
<value>League tables. Results. Fixtures.</value>
<value>Tables. Results. Fixtures. In the IDE.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
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="28693b18-0c2c-4e86-adf2-adce836b749e" Version="1.01" Language="en-US" Publisher="Greg Trevellick" />
<DisplayName>Football</DisplayName>
<Description xml:space="preserve">League tables. Results. Fixtures.</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</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.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>
</PackageManifest>

0 comments on commit 5b64853

Please sign in to comment.