Skip to content

Commit 8daaa05

Browse files
committed
v1.3.9
1 parent acac744 commit 8daaa05

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Execute.HttpRequest/Execute.HttpRequest.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Execute.HttpRequest</id>
5-
<version>1.3.7</version>
5+
<version>1.3.9</version>
66
<title>Execute.HttpRequest</title>
77
<authors>nstevens1040</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -11,7 +11,7 @@
1111
<projectUrl>https://github.com/nstevens1040/execute.httprequest</projectUrl>
1212
<description>.NET Framework class library used the send HTTP requests and parse the response.</description>
1313
<releaseNotes>First release</releaseNotes>
14-
<copyright>Copyright © nstevens1040 2023</copyright>
14+
<copyright>Copyright © nstevens1040 2024</copyright>
1515
<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>
1616
<repository type="git" url="https://github.com/nstevens1040/Execute.HttpRequest.git" branch="master" commit="" />
1717
</metadata>

Execute.HttpRequest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("nstevens1040")]
1212
[assembly: AssemblyProduct("Execute.HttpRequest")]
13-
[assembly: AssemblyCopyright("Copyright © 2023")]
13+
[assembly: AssemblyCopyright("Copyright © 2024")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.7.0")]
35+
[assembly: AssemblyVersion("1.3.9.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ deploy:
3737
api_key:
3838
secure: 1fo4bhFuqGYKGzv2VK9P/beOi1S7DxBO+9Wg98pkKiOxNWPE/p4Fb9sPWk3qhLth
3939
- provider: GitHub
40-
tag: v1.3.8
41-
release: v1.3.8 stable
40+
tag: v1.3.9
41+
release: v1.3.9 stable
4242
description: 'Pushing Quick-Start.ps1'
4343
auth_token:
4444
secure: ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT

0 commit comments

Comments
 (0)