Compare commits

...

2 Commits

Author SHA1 Message Date
89e368c176 Dependency Fix 2025-01-16 21:52:03 +01:00
da43815a8a Update Readme 2025-01-16 21:49:51 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<option name="locations">
<list>
<option value="$PROJECT_DIR$/OpenCS2hock/bin/Release/net7.0/win-x86/publish" />
<option value="$PROJECT_DIR$/OpenCS2hock/bin/Release/net9.0/win-x64/publish" />
</list>
</option>
</component>

View File

@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="CS2GSI" Version="1.1.0" />
<PackageReference Include="CShocker" Version="3.0.0" />
<PackageReference Include="CShocker" Version="3.0.2" />
<PackageReference Include="GlaxLogger" Version="1.0.7.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

View File

@ -26,7 +26,7 @@ Example `config.json`. Place next to executable. Will also be generated on first
"Max": 1000
},
"ApiType": 0,
"Endpoint": "https://api.shocklink.net",
"Endpoint": "https://api.shocklink.app",
"ApiKey": "API KEY HERE"
}
],