Skip to content

Commit

Permalink
Upgrading to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussa committed Aug 30, 2017
1 parent 02bb1c7 commit d078906
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/XitSoap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
11 changes: 7 additions & 4 deletions src/XitSoap/XitSoap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<package >
<metadata>
<id>HodStudio.XitSoap</id>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Cussa</authors>
<owners>HodStudio</owners>
<owners>Cussa</owners>
<licenseUrl>https://github.com/Cussa/XitSoap/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Cussa/XitSoap/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>An alternative way to do SOAP Requests without use the WSDL</description>
<releaseNotes>Version 1.0: Release of the project</releaseNotes>
<releaseNotes>Version 1.0.1
- Fixing problems with soapheadername and namespace
- Fixing problems with simple return types
- New tests using GlobalWeather and WebServiceX</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>soap request</tags>
<tags>soap request soap-web-services webservices</tags>
</metadata>
</package>

0 comments on commit d078906

Please sign in to comment.