Skip to content

Commit 009f2cd

Browse files
aminamin
authored andcommitted
changes on HttpClientToCurl.nuspec file
1 parent cd2650b commit 009f2cd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

HttpClientToCurl.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
<projectUrl>https://github.com/amingolmahalle/HttpClientToCurlGenerator</projectUrl>
1919
<repository type="git" url="https://github.com/amingolmahalle/HttpClientToCurlGenerator.git" branch="master" />
2020

21-
<license type="file">LICENSE.md</license>
21+
<!-- <license type="file">LICENSE.md</license>
2222
<requireLicenseAcceptance>false</requireLicenseAcceptance>
23-
<tags>package json extension csharp dotnet curl aspnetcore nuget xml dotnetcore httpclient postman dotnet-core aspnet-core asp-net-core asp-net dotnet-standard nuget-package asp-net-core-web-api httpclients</tags>
23+
<tags>package json extension csharp dotnet curl aspnetcore nuget xml dotnetcore httpclient postman dotnet-core aspnet-core asp-net-core asp-net dotnet-standard nuget-package asp-net-core-web-api httpclients</tags> -->
2424
<!-- <icon>icon.png</icon>-->
2525

2626
</metadata>
2727

2828
<files>
2929
<file src="README.md" />
30-
<file src="LICENSE.md"/>
30+
<!-- <file src="LICENSE.md"/> -->
3131
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;.\.vs\**;.\.vscode\**;.\.git\**;.\.github\workflows\dotnet.yml;.\.github\workflows\release.yml;.\.github\ISSUE_TEMPLATE\**;.\.github\icon.png;.\CODE_OF_CONDUCT.md;.\LICENSE.md;.\README.md;" />
3232
</files>
3333

src/HttpClientToCurl/HttpClientToCurl.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>disable</Nullable>
1010
<LangVersion>latest</LangVersion>
11-
<PackageLicenseFile>License.md</PackageLicenseFile>
1211
<Description>
1312
This extension will help you see whatever is set in HttpClient as a curl script.
1413
Sometimes we may want to connect with an external service provider but when calling we come across many errors and we should spend a lot of time resolving errors. It happened to me many times;
@@ -50,7 +49,7 @@
5049

5150
You have 3 ways to see script results:
5251

53-
1- Write in the console:
52+
1- Print in the console:
5453

5554
httpClient.GenerateCurlInConsole(httpRequestMessage, null);
5655

0 commit comments

Comments
 (0)