Skip to content

Commit ac41b9f

Browse files
committed
Fixed AppVeyor file now located in the root of the solution folder.
1 parent b975d4c commit ac41b9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Execute.HttpRequest.Core/Execute.HttpRequest.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<projectUrl>https://github.com/nstevens1040/Execute.HttpRequest.Core</projectUrl>
1212
<description>.NET Core class library used the send HTTP requests and parse the response.</description>
1313
<releaseNotes>First release</releaseNotes>
14-
<copyright>Copyright © nstevens1040 2022</copyright>
14+
<copyright>Copyright © nstevens1040 2024</copyright>
1515
<tags>http-request http-response http https http-client dotnet-core 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.Core.git" branch="master" commit="" />
1717
</metadata>

Execute.HttpRequest.Core/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deploy:
2222
tag: v1.0.2
2323
release: v1.0.2 stable
2424
auth_token:
25-
secure: 1fo4bhFuqGYKGzv2VK9P/beOi1S7DxBO+9Wg98pkKiOxNWPE/p4Fb9sPWk3qhLth
25+
secure: AuaSQt4XLBIRQpGmBQYXUJar/SJCiwMKu+5u7pQkIjXQDGs8iQni13qvBuwdDlw1
2626
# auth_token:
2727
# secure: ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT
2828
draft: false

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ deploy:
1515
artifact: /.nupkg/
1616
username: nstevens1040
1717
api_key:
18-
secure: f+MLRpFFOj9kyNxbFyIt2n5I/dR48bmJ6qXRB/ageJ/18o61FDhu61IZgwk9KfqD
18+
secure: 1fo4bhFuqGYKGzv2VK9P/beOi1S7DxBO+9Wg98pkKiOxNWPE/p4Fb9sPWk3qhLth
1919
- provider: GitHub
20-
tag: v1.0.1
21-
release: v1.0.1 stable
20+
tag: v1.0.2
21+
release: v1.0.2 stable
2222
auth_token:
23-
secure: ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT
23+
secure: AuaSQt4XLBIRQpGmBQYXUJar/SJCiwMKu+5u7pQkIjXQDGs8iQni13qvBuwdDlw1
2424
draft: false
2525
prerelease: false

0 commit comments

Comments
 (0)