File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Execute.HttpRequest</id >
5
- <version >1.3.7 </version >
5
+ <version >1.3.9 </version >
6
6
<title >Execute.HttpRequest</title >
7
7
<authors >nstevens1040</authors >
8
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
11
11
<projectUrl >https://github.com/nstevens1040/execute.httprequest</projectUrl >
12
12
<description >.NET Framework class library used the send HTTP requests and parse the response.</description >
13
13
<releaseNotes >First release</releaseNotes >
14
- <copyright >Copyright © nstevens1040 2023 </copyright >
14
+ <copyright >Copyright © nstevens1040 2024 </copyright >
15
15
<tags >http-request http-response http https http-client dotnet-framework class-library csharp http-get http-post http-put http-delete http-trace cookies</tags >
16
16
<repository type =" git" url =" https://github.com/nstevens1040/Execute.HttpRequest.git" branch =" master" commit =" " />
17
17
</metadata >
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "nstevens1040" ) ]
12
12
[ assembly: AssemblyProduct ( "Execute.HttpRequest" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2023 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2024 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.3.7 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.3.9 .0" ) ]
36
36
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ deploy:
37
37
api_key :
38
38
secure : 1fo4bhFuqGYKGzv2VK9P/beOi1S7DxBO+9Wg98pkKiOxNWPE/p4Fb9sPWk3qhLth
39
39
- provider : GitHub
40
- tag : v1.3.8
41
- release : v1.3.8 stable
40
+ tag : v1.3.9
41
+ release : v1.3.9 stable
42
42
description : ' Pushing Quick-Start.ps1'
43
43
auth_token :
44
44
secure : ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT
You can’t perform that action at this time.
0 commit comments