Skip to content

Commit

Permalink
Procurement 1.11.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Dec 26, 2016
1 parent 4dc0429 commit 805dfdc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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,8 +32,8 @@
// 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("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyVersion("1.11.0.0")]
[assembly: AssemblyFileVersion("1.11.0.0")]



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



8 changes: 4 additions & 4 deletions POEApi.Model/Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
<ShopSettings>
<Shop League="Standard" ThreadId="" ThreadTitle="" />
<Shop League="Hardcore" ThreadId="" ThreadTitle="" />
<Shop League="Essence" ThreadId="" ThreadTitle="" />
<Shop League="Hardcore Essence" ThreadId="" ThreadTitle="" />
<Shop League="Breach" ThreadId="" ThreadTitle="" />
<Shop League="Hardcore Breach" ThreadId="" ThreadTitle="" />
</ShopSettings>
<Lists>
<List name="MyLeagues">
<Item value="Standard" />
<Item value="Hardcore" />
<Item value="Essence" />
<Item value="Hardcore Essence" />
<Item value="Breach" />
<Item value="Hardcore Breach" />
</List>
<List name="MyTabs">
<!--If you only want Procurement to download specific tabs list them here, eg :-->
Expand Down
4 changes: 2 additions & 2 deletions POEApi.Transport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyVersion("1.11.0.0")]
[assembly: AssemblyFileVersion("1.11.0.0")]



Expand Down
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 = "Procurement 1.11.0-dev";
public static string Version = "Procurement 1.11.0";
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("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyVersion("1.11.0.0")]
[assembly: AssemblyFileVersion("1.11.0.0")]

0 comments on commit 805dfdc

Please sign in to comment.