Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Commit

Permalink
0.8.4 and depreciation
Browse files Browse the repository at this point in the history
  • Loading branch information
judge2020 committed Aug 22, 2018
1 parent 91f8a1f commit 5c3568a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void OnUpdate()

public string Name => "Collection Tracker";

public string Description => @"Helps user to keep track on packs progess, suggesting the packs that will most probably contain missing cards. Report bugs and issues at https://github.com/HearthSim/Hearthstone-Collection-Tracker/issues";
public string Description => @"Depreciated - will not be updated, instead look into HSReplay collection stats at https://hsreplay.net/collection/mine/";

public string ButtonText => "Settings & Import";

Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Collection Tracker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]
[assembly: AssemblyVersion("0.8.4.0")]
[assembly: AssemblyFileVersion("0.8.4.0")]
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[![Build status](https://ci.appveyor.com/api/projects/status/5v6u45oo6b49ckje?svg=true)](https://ci.appveyor.com/project/judge2020/hearthstone-collection-tracker)



Hearthstone-Collection-Tracker
========================

## The community now maintains this plugin.
## This plugin is now depreciated.

You should instead look into using [Collection Stats on HSReplay](https://hsreplay.net/collection/mine/). This plugin may not be updated past 0.8.4, however forks to keep it alive are welcome.

This is a plugin for [Hearthstone Deck Tracker]
Original readme:

It allows to keep track on cards you have in collection and shows which type of pack will give you the biggest probability of opening missing cards.
It allows to keep track of cards you have in collection and shows which type of pack will give you the biggest probability of opening missing cards.

Main plugin window:

Expand Down

0 comments on commit 5c3568a

Please sign in to comment.