diff --git a/src/XitSoap/Properties/AssemblyInfo.cs b/src/XitSoap/Properties/AssemblyInfo.cs index 6d4036d..3002430 100644 --- a/src/XitSoap/Properties/AssemblyInfo.cs +++ b/src/XitSoap/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] [assembly: InternalsVisibleTo("HodStudio.XitSoap.Tests.UnitTest")] diff --git a/src/XitSoap/XitSoap.nuspec b/src/XitSoap/XitSoap.nuspec index 7a5e078..99ba0c0 100644 --- a/src/XitSoap/XitSoap.nuspec +++ b/src/XitSoap/XitSoap.nuspec @@ -2,15 +2,18 @@ HodStudio.XitSoap - 1.0.0 + 1.0.1 Cussa - HodStudio + Cussa https://github.com/Cussa/XitSoap/blob/master/LICENSE https://github.com/Cussa/XitSoap/ true An alternative way to do SOAP Requests without use the WSDL - Version 1.0: Release of the project + Version 1.0.1 + - Fixing problems with soapheadername and namespace + - Fixing problems with simple return types + - New tests using GlobalWeather and WebServiceX Copyright 2017 - soap request + soap request soap-web-services webservices \ No newline at end of file