Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to characters v5 endpoint #303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Revision
//
[assembly: AssemblyVersion("4.0.20.0")]
[assembly: AssemblyFileVersion("4.0.20.4986")]
[assembly: AssemblyFileVersion("4.0.20.4987")]
[assembly: AssemblyInformationalVersion("4.0.20")]

// Neutral Language
Expand Down
4 changes: 2 additions & 2 deletions src/EVEMon.Common/Constants/NetworkConstants.resx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<comment>600</comment>
</data>
<data name="ESICharacterSheet" xml:space="preserve">
<value>/v4/characters/{0:D}/</value>
<value>/v5/characters/{0:D}/</value>
<comment>3600</comment>
</data>
<data name="ESIStandings" xml:space="preserve">
Expand Down Expand Up @@ -610,4 +610,4 @@
<data name="FuzzworksMarketUrl" xml:space="preserve">
<value>https://market.fuzzwork.co.uk/aggregates/?region=10000002&amp;types=</value>
</data>
</root>
</root>
2 changes: 1 addition & 1 deletion src/EVEMon.Common/Constants/NetworkConstants1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.