Skip to content

Commit

Permalink
Pushing latest commit to version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nstevens1040 committed Jul 21, 2021
1 parent 174dd29 commit f9088b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Execute.HttpRequest/Execute.HttpRequest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Execute.HttpRequest</id>
<version>1.2.1</version>
<version>1.2.2</version>
<title>Execute.HttpRequest</title>
<authors>nstevens1040</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -13,7 +13,7 @@
<releaseNotes>First release</releaseNotes>
<copyright>Copyright © nstevens1040 2021</copyright>
<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>
<repository type="git" url="https://github.com/nstevens1040/Execute.HttpRequest.git" branch="master" commit="27c3da9e913d2c29894319f1fa4c7f5c5018fb3d" />
<repository type="git" url="https://github.com/nstevens1040/Execute.HttpRequest.git" branch="master" commit="174dd2902b97974c5c17c77e7de237258be7b04a" />
</metadata>
<files>
<file src="readme.txt" target="" />
Expand Down
2 changes: 1 addition & 1 deletion Execute.HttpRequest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ deploy:
api_key:
secure: f+MLRpFFOj9kyNxbFyIt2n5I/dR48bmJ6qXRB/ageJ/18o61FDhu61IZgwk9KfqD
- provider: GitHub
tag: v1.2.1
release: v1.2.1 stable
tag: v1.2.2
release: v1.2.2 stable
description: 'Pushing Quick-Start.ps1'
auth_token:
secure: ElzOGqa44YRqwJ9jKgjBNDbPEmxb1Mg3I+0TxsPQg8OdUSOA8T8DwkwoKofTXMQT
Expand Down

0 comments on commit f9088b0

Please sign in to comment.