Skip to content

Commit

Permalink
Fix versioning for automocking nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaflanagan committed Aug 28, 2011
1 parent a7a5adb commit a1acf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/nuget/structuremap.automocking.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>structuremap.automocking</id>
<version>2.6.2.1</version>
<version>2.6.3</version>
<authors>Jeremy D. Miller</authors>
<owners>Jeremy D. Miller</owners>
<licenseUrl>https://github.com/structuremap/structuremap/raw/master/LICENSE.TXT</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<description>Test utility to instantiate a class by creating mocks for each of its dependencies</description>
<language>en-US</language>
<dependencies>
<dependency id="StructureMap" version="2.6.3" />
<dependency id="StructureMap" version="2.6.2" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit a1acf25

Please sign in to comment.