You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HttpClientToCurl/HttpClientToCurl.csproj
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
<PropertyGroup>
4
4
<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>
7
7
<TargetFramework>netstandard2.1</TargetFramework>
8
8
<ImplicitUsings>enable</ImplicitUsings>
9
9
<Nullable>disable</Nullable>
10
-
<LangVersion>11</LangVersion>
10
+
<LangVersion>latest</LangVersion>
11
11
<Description>
12
12
This extension will help you see whatever is set in HttpClient as a curl script.
13
13
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