From e98fa68166fce4f1be5073f07b2a815fd9ece8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sim=C3=B5es?= Date: Sun, 9 Jul 2017 15:32:56 +0100 Subject: [PATCH] Release 2.0.0-rc04 --- src/SimpleSOAPClient/Properties/AssemblyInfo.cs | 3 ++- src/SimpleSOAPClient/project.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/SimpleSOAPClient/Properties/AssemblyInfo.cs b/src/SimpleSOAPClient/Properties/AssemblyInfo.cs index e66e209..5713a42 100644 --- a/src/SimpleSOAPClient/Properties/AssemblyInfo.cs +++ b/src/SimpleSOAPClient/Properties/AssemblyInfo.cs @@ -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")] diff --git a/src/SimpleSOAPClient/project.json b/src/SimpleSOAPClient/project.json index 5d21ee0..41aa5de 100644 --- a/src/SimpleSOAPClient/project.json +++ b/src/SimpleSOAPClient/project.json @@ -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" ], @@ -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",