Skip to content

Commit

Permalink
new api url, prepare for net7
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 8, 2023
1 parent 951b523 commit d8a1705
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions PartyPlanner/PartyPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<Authors>Zhyra</Authors>
<Company></Company>
<Version>1.4.2</Version>
<Version>1.4.3</Version>
<Description>PartyVerse.app, directly on your client!</Description>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/edg-l/PartyPlanner</PackageProjectUrl>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand All @@ -30,7 +30,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.9" />
<PackageReference Include="DalamudPackager" Version="2.1.10" />
<PackageReference Include="GraphQL.Client" Version="5.1.0" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="5.1.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
Expand Down
9 changes: 5 additions & 4 deletions PartyPlanner/PartyPlanner.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"Author": "Zhyra",
"Name": "PartyPlanner",
"Punchline": "PartyVerse.app, directly on your client!",
"Description": "PartyVerse.app, directly on your client!",
"Punchline": "Browse community events sourced from partake.gg directly from your client!",
"Description": "Browse community events sourced from partake.gg directly from your client!",
"RepoUrl": "https://github.com/ZhyraPlugins/PartyPlanner",
"IconUrl": "https://raw.githubusercontent.com/ZhyraPlugins/PartyPlanner/master/PartyPlanner/images/icon.png",
"InternalName": "PartyPlanner",
"DalamudApiLevel": 7,
"DalamudApiLevel": 8,
"ApplicableVersion": "any",
"Tags": [
"plugin",
"partyverse"
"partyverse",
"partake"
]
}
2 changes: 1 addition & 1 deletion PartyPlanner/PartyVerseApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public PartyVerseApi()
PluginLog.Error(e, "error loading assembly");
}

graphQL = new GraphQLHttpClient("https://api.partyverse.app/", new NewtonsoftJsonSerializer());
graphQL = new GraphQLHttpClient("https://api.partake.g/", new NewtonsoftJsonSerializer());
graphQL.HttpClient.DefaultRequestHeaders.UserAgent.ParseAdd("Dalamud-PartyPlanner/" + version);

var serverIdsStr = System.Text.Encoding.Default.GetString(Properties.Resources.servers_ids);
Expand Down
8 changes: 4 additions & 4 deletions PartyPlanner/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.9, )",
"resolved": "2.1.9",
"contentHash": "raxjlbAWAt9AYXTiRlRJOHHFOraNicVsPJXlFQEzx+Ym2Imh990llQ5bQ+DACVGgy65+axVnlL9QwkKspY5yzQ=="
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
},
"GraphQL.Client": {
"type": "Direct",
Expand Down

0 comments on commit d8a1705

Please sign in to comment.