Skip to content

Commit 3095b2d

Browse files
aminamin
amin
authored and
amin
committed
upgrade from v2.0.2 to v2.0.3
1 parent dadcf35 commit 3095b2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HttpClientToCurl/HttpClientToCurl.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<Authors>Amin Golmahalleh</Authors>
5-
<Version>2.0.2</Version>
6-
<PackageReleaseNotes>2.0.2</PackageReleaseNotes>
5+
<Version>2.0.3</Version>
6+
<PackageReleaseNotes>2.0.3</PackageReleaseNotes>
77
<TargetFramework>netstandard2.1</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>disable</Nullable>
10-
<LangVersion>11</LangVersion>
10+
<LangVersion>latest</LangVersion>
1111
<Description>
1212
This extension will help you see whatever is set in HttpClient as a curl script.
1313
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;

0 commit comments

Comments
 (0)