Skip to content

Commit

Permalink
Версия 2.0.1
Browse files Browse the repository at this point in the history
Добавлены новые переводы и поддержка новых лиг

Version 2.0.1
New items + leagues
  • Loading branch information
animalnots committed Nov 19, 2015
1 parent feeb21c commit bd8f23f
Show file tree
Hide file tree
Showing 7 changed files with 1,245 additions and 1,244 deletions.
4 changes: 2 additions & 2 deletions POEApi.Infrastructure/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]

2,469 changes: 1,235 additions & 1,234 deletions POEApi.Model/Data.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions POEApi.Model/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]

4 changes: 2 additions & 2 deletions POEApi.Transport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]


2 changes: 1 addition & 1 deletion Procurement/ApplicationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Procurement
{
public static class ApplicationState
{
public static string Version = "Прокьюремент 2.0.0";
public static string Version = "Прокьюремент 2.0.1";
public static POEModel Model = new POEModel();
public static Dictionary<string, Stash> Stash = new Dictionary<string, Stash>();
public static Dictionary<string, Item> Inventory = new Dictionary<string, Item>();
Expand Down
4 changes: 2 additions & 2 deletions Procurement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// 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("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]

2 changes: 1 addition & 1 deletion latest-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Procurement 2.0.0,https://github.com/animalnots/Procurement-RUS/releases/tag/2.0.0
Procurement 2.0.1,https://github.com/animalnots/Procurement-RUS/releases/tag/2.0.1

0 comments on commit bd8f23f

Please sign in to comment.