Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rement-PoE#1144,Procurement-PoE#1146,Procurement-PoE#1147,Procurement-PoE#1148] Temporary fix for "Error downloading account name".
  • Loading branch information
Omga4000 committed Dec 22, 2022
1 parent d8c2e2f commit 98f6c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procurement/ApplicationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class ApplicationState
/// Application version to check for latest release.
/// Must begin with "Procurement ". See: VersionChecker.cs
/// </summary>
public static string Version = "Procurement 1.29.0";
public static string Version = "Procurement 1.30.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
1 change: 1 addition & 0 deletions Tests/POEApi.Model.Tests/POEApi.Model.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<EmbeddedResource Include="Files.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Files.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 98f6c7e

Please sign in to comment.