Skip to content

Commit

Permalink
Preping new releases...
Browse files Browse the repository at this point in the history
* Apexnet.Messaging.Models 0.3.0 -> 0.4.0
* Apexnet.Dispatch.Api.Models 0.3.0 -> 0.4.0
* Apexnet.Dispatch.Api.Client 0.6.0 -> 0.7.0
  • Loading branch information
exalted committed Dec 19, 2016
1 parent 341ef4a commit b2a4549
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Apexnet.Dispatch.Api.Client</id>
<version>0.6.0</version>
<version>0.7.0</version>
<authors>Ali Servet Donmez</authors>
<projectUrl>https://github.com/apex-net/hermes</projectUrl>
<projectUrl>https://github.com/wedoit-io/hermes</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dispatch API Client Library</description>
<dependencies>
<dependency id="Apexnet.Dispatch.Api.Models" version="0.2.0" />
<dependency id="Apexnet.Dispatch.Api.Models" version="0.4.0" />
<dependency id="NextCommon.Http" version="0.0.1" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Apexnet.Dispatch.Api.Models</id>
<version>0.3.0</version>
<version>0.4.0</version>
<authors>Ali Servet Donmez</authors>
<projectUrl>https://github.com/apex-net/hermes</projectUrl>
<projectUrl>https://github.com/wedoit-io/hermes</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dispatch API Models Library</description>
<dependencies>
<dependency id="Apexnet.JobQueue.Models" version="0.2.0" />
<dependency id="Apexnet.Messaging.Models" version="0.3.0" />
<dependency id="Apexnet.Messaging.Models" version="0.4.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Apexnet.Messaging.Models</id>
<version>0.3.0</version>
<version>0.4.0</version>
<authors>Ali Servet Donmez</authors>
<projectUrl>https://github.com/apex-net/hermes</projectUrl>
<projectUrl>https://github.com/wedoit-io/hermes</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Messaging Models Library</description>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Dispatch.Api.Client/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("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
2 changes: 1 addition & 1 deletion src/Dispatch.Api.Models/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("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion src/Messaging.Models/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("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit b2a4549

Please sign in to comment.