Skip to content

Commit

Permalink
Added explicit version numbers to Rhino.* dependencies in nuget packa…
Browse files Browse the repository at this point in the history
…ges.
  • Loading branch information
jberezanski committed Nov 3, 2012
1 parent dd9598f commit 9c71a7d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packaging/rhino.servicebus.autofac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.Autofac</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Steve Wagner, Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>Autofac integration with Rhino.ServiceBus</description>
<tags>rhino autofac servicebus bus msmq messaging cqrs</tags>
<dependencies>
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
<dependency id="Autofac" version="[2.5.2.830]"/>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packaging/rhino.servicebus.castle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.Castle</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -14,7 +14,7 @@
<dependencies>
<dependency id="Castle.Core" version="3.1.0" />
<dependency id="Castle.Windsor" version="3.1.0" />
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions packaging/rhino.servicebus.host.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.Host</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Ayende Rahien, Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>Host for Rhino.ServiceBus</description>
<tags>rhino host servicebus bus msmq messaging cqrs</tags>
<dependencies>
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion packaging/rhino.servicebus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus</id>
<title>Rhino.ServiceBus</title>
<version>0.0.0</version>
<version>$version$</version>
<authors>Ayende Rahien, Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion packaging/rhino.servicebus.references.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.References</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Ayende Rahien, Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand Down
10 changes: 5 additions & 5 deletions packaging/rhino.servicebus.rhinoqueues.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.RhinoQueues</id>
<title>Rhino.ServiceBus.RhinoQueues</title>
<version>0.0.0</version>
<version>$version$</version>
<authors>Ayende Rahien, Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -13,10 +13,10 @@
<description>A developer friendly service bus for .NET</description>
<tags>rhino servicebus bus msmq messaging cqrs async queue publish subscribe pub sub</tags>
<dependencies>
<dependency id="Rhino.ServiceBus.References"/>
<dependency id="Rhino.PersistentHashTable"/>
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.Queues"/>
<dependency id="Rhino.ServiceBus.References" version="$version$"/>
<dependency id="Rhino.PersistentHashTable" version="1.7.0.0"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
<dependency id="Rhino.Queues" version="2.0.0.0"/>
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions packaging/rhino.servicebus.spring.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.Spring</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Marko Lahma</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>Spring integration with Rhino.ServiceBus</description>
<tags>rhino spring servicebus bus msmq messaging cqrs</tags>
<dependencies>
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
<dependency id="Spring.Aop" version="1.3.2" />
<dependency id="Spring.Core" version="1.3.2" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packaging/rhino.servicebus.structuremap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.StructureMap</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>StructureMap integration with Rhino.ServiceBus</description>
<tags>rhino structuremap servicebus bus msmq messaging cqrs</tags>
<dependencies>
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
<dependency id="structuremap" version="2.6.3" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packaging/rhino.servicebus.unity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.Unity</id>
<version>0.0.0</version>
<version>$version$</version>
<authors>Rene Andersen</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<description>Unity integration with Rhino.ServiceBus</description>
<tags>rhino unity servicebus bus msmq messaging cqrs</tags>
<dependencies>
<dependency id="Rhino.ServiceBus"/>
<dependency id="Rhino.ServiceBus" version="$version$"/>
<dependency id="Unity" version="2.1.505.0" />
<dependency id="Unity.Interception" version="2.1.505.0" />
</dependencies>
Expand Down

0 comments on commit 9c71a7d

Please sign in to comment.