Skip to content
Merged
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
13 changes: 12 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup Label="Assembly">
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0;net10.0;net11.0</TargetFrameworks>
<RootNamespace>MyCSharp.$(MSBuildProjectName)</RootNamespace>
<AssemblyName>MyCSharp.$(MSBuildProjectName)</AssemblyName>
</PropertyGroup>
Expand Down Expand Up @@ -53,7 +53,18 @@
<Description>HTTP Client Hints for .NET</Description>
<PackageProjectUrl>https://github.com/mycsharp/HttpClientHints</PackageProjectUrl>
<RepositoryUrl>https://github.com/mycsharp/HttpClientHints</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>UserAgent, User Agent, Client Hints, Browser, Client, Detector, Detection, Console, ASP, Desktop, Mobile</PackageTags>
<PackageIcon>mycsharpde-logo-nuget.png</PackageIcon>
</PropertyGroup>

<!-- Ensure the repository root res/mycsharpde-logo-nuget.png is packed into NuGet packages -->
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)res\mycsharpde-logo-nuget.png" Pack="true" PackagePath="" />
</ItemGroup>

<PropertyGroup Condition="'$(IsBenchmarkProject)' == 'true'">
<SignAssembly>false</SignAssembly>
</PropertyGroup>

<PropertyGroup Condition="'$(IsTestProject)' != 'true' AND '$(IsBenchmarkProject)' != 'true'">
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added res/mycsharpde-logo-nuget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<PropertyGroup Label="Package">
<IsPackable>true</IsPackable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="" />
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down
21 changes: 0 additions & 21 deletions src/HttpClientHints.AspNetCore/LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions src/HttpClientHints/HttpClientHints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<PropertyGroup Label="Package">
<IsPackable>true</IsPackable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="" />
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup Label="Dependencies">
Expand Down
21 changes: 0 additions & 21 deletions src/HttpClientHints/LICENSE.txt

This file was deleted.