diff --git a/Camille.Enums/Camille.Enums.csproj b/Camille.Enums/Camille.Enums.csproj index 3fbc7a26..a418f0ab 100644 --- a/Camille.Enums/Camille.Enums.csproj +++ b/Camille.Enums/Camille.Enums.csproj @@ -1,9 +1,7 @@  - + netstandard1.1;net45;netcoreapp2.0;netstandard2.1;netcoreapp3.0;netcoreapp3.1 - 8.0 - enable Camille.Enums Camille.Enums 3.0.0 @@ -11,49 +9,11 @@ MingweiSamuel https://www.gnu.org/licenses/gpl-3.0.txt LGPLv3 2019 - https://github.com/MingweiSamuel/Camille - http://ddragon.leagueoflegends.com/cdn/8.24.1/img/champion/Camille.png - https://github.com/MingweiSamuel/Camille - git Enums for League of Legends and other Riot Games games. Enums for League of Legends and other Riot Games games. - true - - - gen - - - - - $(DefineConstants);USE_NEWTONSOFT - - - $(DefineConstants);USE_SYSTEXTJSON - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - + @@ -61,14 +21,4 @@ - - - - - - - - - - diff --git a/Camille.Lcu/Camille.Lcu.csproj b/Camille.Lcu/Camille.Lcu.csproj index d354f4c6..2574520d 100644 --- a/Camille.Lcu/Camille.Lcu.csproj +++ b/Camille.Lcu/Camille.Lcu.csproj @@ -1,80 +1,23 @@  - + netstandard2.1;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1 - 8.0 - enable Camille.Lcu Camille.Lcu 3.0.0 MingweiSamuel MingweiSamuel MIT 2019 Mingwei Samuel - https://github.com/MingweiSamuel/Camille - http://ddragon.leagueoflegends.com/cdn/8.24.1/img/champion/Camille.png - https://github.com/MingweiSamuel/Camille - git League of Legends Client Update API Library. League of Legends Client Update API Library. - true - - true - - - - - - - <_Parameter1>$(AssemblyName).Test - + - - - $(DefineConstants);USE_NEWTONSOFT - - - - $(DefineConstants);USE_SYSTEXTJSON - - $(DefineConstants);USE_HTTPMETHOD_PATCH_SHIM - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Camille.Lcu/src/LcuApi.cs b/Camille.Lcu/src/LcuApi.cs index 29fc3643..5df9519a 100644 --- a/Camille.Lcu/src/LcuApi.cs +++ b/Camille.Lcu/src/LcuApi.cs @@ -34,7 +34,7 @@ public async Task Send(HttpRequestMessage request, CancellationToken? toke #elif USE_SYSTEXTJSON return System.Text.Json.JsonSerializer.Deserialize(content); #else -#error Must have one of USE_NEWTONSOFT or USE_SYSTEXTJSON set. +#error One of USE_NEWTONSOFT or USE_SYSTEXTJSON must be defined. #endif } diff --git a/Camille.RiotGames/Camille.RiotGames.csproj b/Camille.RiotGames/Camille.RiotGames.csproj index 76ca9110..9297754f 100644 --- a/Camille.RiotGames/Camille.RiotGames.csproj +++ b/Camille.RiotGames/Camille.RiotGames.csproj @@ -1,9 +1,8 @@  + netstandard1.1;net45;netcoreapp2.0;netstandard2.1;netcoreapp3.0;netcoreapp3.1 - 8.0 - enable Camille.RiotGames Camille.RiotGames 3.0.0 @@ -11,83 +10,21 @@ MingweiSamuel https://www.gnu.org/licenses/gpl-3.0.txt LGPLv3 2019 - https://github.com/MingweiSamuel/Camille - http://ddragon.leagueoflegends.com/cdn/8.24.1/img/champion/Camille.png - https://github.com/MingweiSamuel/Camille - git Riot Games API library. Fully rate limited, automatic retrying, thread-safe. V4 Supported. Riot Games API library. Fully rate limited, automatic retrying, thread-safe. V4 Supported. riot games api league of legends camille riotsharp 1.0.0.0 - true - - true - - - gen - + - - - - <_Parameter1>$(AssemblyName).Test - - - - - - $(DefineConstants);USE_NEWTONSOFT - - - - $(DefineConstants);USE_SYSTEXTJSON - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - diff --git a/Camille.png b/Camille.png new file mode 100644 index 00000000..b8c63160 Binary files /dev/null and b/Camille.png differ diff --git a/Camille.sln b/Camille.sln index 70000c76..82b4a672 100644 --- a/Camille.sln +++ b/Camille.sln @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitignore = .gitignore appveyor.yml = appveyor.yml + common.csproj.xml = common.csproj.xml LICENSE.txt = LICENSE.txt README.md = README.md EndProjectSection diff --git a/common.csproj.xml b/common.csproj.xml new file mode 100644 index 00000000..5c4955c5 --- /dev/null +++ b/common.csproj.xml @@ -0,0 +1,80 @@ + + + + + 8.0 + enable + + + https://github.com/MingweiSamuel/Camille + Camille.png + http://ddragon.leagueoflegends.com/cdn/8.24.1/img/champion/Camille.png + https://github.com/MingweiSamuel/Camille + git + + + + true + + true + + gen + + + + + <_Parameter1>$(AssemblyName).Test + + + + + + + + + + + + $(DefineConstants);USE_NEWTONSOFT + + + + $(DefineConstants);USE_SYSTEXTJSON + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file