Skip to content

Commit

Permalink
Release 2.0.0-rc04
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity00 committed Jul 9, 2017
1 parent 686c028 commit e98fa68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/SimpleSOAPClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@
[assembly: CLSCompliant(true)]

[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0-rc03")]
[assembly: AssemblyFileVersion("2.0.0.17190")]
[assembly: AssemblyInformationalVersion("2.0.0-rc04")]
4 changes: 2 additions & 2 deletions src/SimpleSOAPClient/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc03",
"version": "2.0.0-rc04",
"title": "Simple SOAP Client",
"description": "Lightweight SOAP client for invoking HTTP SOAP endpoints",
"authors": [ "João Simões" ],
Expand All @@ -10,7 +10,7 @@
"projectUrl": "https://github.com/gravity00/SimpleSOAPClient",
"licenseUrl": "https://github.com/gravity00/SimpleSOAPClient/blob/master/LICENSE",
"iconUrl": "https://raw.githubusercontent.com/gravity00/SimpleSOAPClient/master/SimpleSOAPClient-Logo.png",
"releaseNotes": "Removed SOAP Client methods that didn't require a SOAP action\nRemoved support for .NET 4.0\nMissing ConfigureAwait(false)\nAdded factory interface for SOAP Client instances\nChanged SOAP request and response handlers logic\nThe SOAP Client now have a settings property",
"releaseNotes": "Removed non async handler methods",
"owners": [ "João Simões" ],
"repository": {
"type": "git",
Expand Down

0 comments on commit e98fa68

Please sign in to comment.