Skip to content

Commit 883c5fd

Browse files
committed
Change Namespace
1 parent e88d1d0 commit 883c5fd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

HttpRequestHandler .cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Net.Http.Headers;
44
using System.Text;
55

6-
namespace HttpRequestHandler
6+
namespace Tipi.Tools
77
{
88
public class HttpRequestHandler : IDisposable
99
{

HttpRequestHandler.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@
77
<Authors>tipi(code)</Authors>
88
<Description>This handler is used as a wrapper for the HttpClient Class to make it easier to interact with and reduce the amount of code needed.</Description>
99
<PackageProjectUrl>docs.codingtipi.com</PackageProjectUrl>
10-
<Copyright>MIT</Copyright>
11-
<PackageIcon>tipi.png</PackageIcon>
10+
<Copyright>tipicode all rights reserved</Copyright>
11+
<PackageIcon>Assets\tipi.png</PackageIcon>
1212
<RepositoryUrl>https://github.com/TipiCode/http-request-handler</RepositoryUrl>
1313
<PackageTags>c#;http;api;handler</PackageTags>
1414
<AssemblyVersion>1.0.0</AssemblyVersion>
1515
<FileVersion>1.0.0</FileVersion>
1616
<Version>1.0.0</Version>
1717
<PackageId>Tipi.Tools.$(AssemblyName)</PackageId>
18+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
19+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
21+
<NeutralLanguage>en</NeutralLanguage>
22+
<PackageReleaseNotes>First release of the class library</PackageReleaseNotes>
1823
</PropertyGroup>
1924

2025
<ItemGroup>

0 commit comments

Comments
 (0)