diff --git a/Directory.Build.props b/Directory.Build.props index b392319..9e99e11 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ - net8.0;net9.0;net10.0 + net8.0;net9.0;net10.0;net11.0 MyCSharp.$(MSBuildProjectName) MyCSharp.$(MSBuildProjectName) @@ -53,7 +53,18 @@ HTTP Client Hints for .NET https://github.com/mycsharp/HttpClientHints https://github.com/mycsharp/HttpClientHints + MIT UserAgent, User Agent, Client Hints, Browser, Client, Detector, Detection, Console, ASP, Desktop, Mobile + mycsharpde-logo-nuget.png + + + + + + + + + false diff --git a/LICENSE b/LICENSE index 11c0409..be4c157 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024-2025 MyCSharp +Copyright (c) 2024-2026 MyCSharp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d5b6aec..561c63a 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ by [@BenjaminAbt](https://github.com/BenjaminAbt) and [@gfoidl](https://github.c MIT License -Copyright (c) 2024-2025 MyCSharp +Copyright (c) 2024-2026 MyCSharp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/res/mycsharpde-logo-nuget.png b/res/mycsharpde-logo-nuget.png new file mode 100644 index 0000000..8657cbb Binary files /dev/null and b/res/mycsharpde-logo-nuget.png differ diff --git a/src/HttpClientHints.AspNetCore/HttpClientHints.AspNetCore.csproj b/src/HttpClientHints.AspNetCore/HttpClientHints.AspNetCore.csproj index 13dedd2..913de8d 100644 --- a/src/HttpClientHints.AspNetCore/HttpClientHints.AspNetCore.csproj +++ b/src/HttpClientHints.AspNetCore/HttpClientHints.AspNetCore.csproj @@ -8,12 +8,10 @@ true readme.md - LICENSE.txt - diff --git a/src/HttpClientHints.AspNetCore/LICENSE.txt b/src/HttpClientHints.AspNetCore/LICENSE.txt deleted file mode 100644 index b0b9c0c..0000000 --- a/src/HttpClientHints.AspNetCore/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 MyCSharp - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/src/HttpClientHints/HttpClientHints.csproj b/src/HttpClientHints/HttpClientHints.csproj index 4e3c37d..0459f39 100644 --- a/src/HttpClientHints/HttpClientHints.csproj +++ b/src/HttpClientHints/HttpClientHints.csproj @@ -8,12 +8,10 @@ true readme.md - LICENSE.txt - diff --git a/src/HttpClientHints/LICENSE.txt b/src/HttpClientHints/LICENSE.txt deleted file mode 100644 index b0b9c0c..0000000 --- a/src/HttpClientHints/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 MyCSharp - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.