Skip to content

Commit

Permalink
Updated nuspec to lower case the package id
Browse files Browse the repository at this point in the history
Added upper bound to dependency
  • Loading branch information
John Simons committed Jul 15, 2014
1 parent d031002 commit c895ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/nuget/NServiceBus.SqlServer.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>NServiceBus.SqlServer</id>
<title>NServiceBus SqlServer</title>
<version>5.0.0-Beta0001</version>
<version>2.0.0-beta0001</version>
<authors>NServiceBus Ltd</authors>
<owners>Udi Dahan, Andreas Ohlund, John Simons</owners>
<licenseUrl>http://particular.net/LicenseAgreement</licenseUrl>
Expand All @@ -15,7 +15,7 @@
<copyright>Copyright 2010-2014 NServiceBus. All rights reserved</copyright>
<tags>nservicebus servicebus msmq cqrs publish subscribe</tags>
<dependencies>
<dependency id="NServiceBus" version="[5.0.0-Beta0002, 6.0.0.0)" />
<dependency id="NServiceBus" version="[5.0.0-beta0002, 6.0.0-alpha0001)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit c895ae9

Please sign in to comment.