Skip to content

Commit

Permalink
order types found in spec classes by name so that there is predictabl…
Browse files Browse the repository at this point in the history
…e discoverability
  • Loading branch information
amirrajan committed Jul 21, 2016
1 parent bce1873 commit 2455fa1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions NSpec.GallioAdapter/NSpec.GallioAdapter.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.gallio.org/" pluginId="Gallio.NSpecAdapter" recommendedInstallationPath="NSpec">
<traits>
<name>NSpec Adapter Plugin</name>
<version>1.0.6.0</version>
<version>1.0.7.0</version>
<description>Provides support for running NSpec within Gallio. Requires the assemblies from NSpec.</description>
</traits>

Expand All @@ -18,17 +18,17 @@
</files>

<assemblies>
<assembly fullName="NSpec.GallioAdapter, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.GallioAdapter.dll" qualifyPartialName="true"/>
<assembly fullName="NSpec, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.dll"/>
<assembly fullName="NSpec.GallioAdapter, Version=1.0.7.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.GallioAdapter.dll" qualifyPartialName="true"/>
<assembly fullName="NSpec, Version=1.0.7.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.dll"/>
<assembly fullName="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" codeBase="nunit.framework.dll"/>
</assemblies>

<components>
<component componentId="NSpec.TestFramework" serviceId="Gallio.TestFramework" componentType="NSpec.GallioAdapter.NSpecTestFramework, NSpec.GallioAdapter">
<traits>
<name>NSpec</name>
<frameworkAssemblies>NSpec, Version=1.0.6.0</frameworkAssemblies>
<version>1.0.6.0</version>
<frameworkAssemblies>NSpec, Version=1.0.7.0</frameworkAssemblies>
<version>1.0.7.0</version>
<fileTypes>Assembly</fileTypes>
</traits>
</component>
Expand Down
4 changes: 2 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]
2 changes: 1 addition & 1 deletion nspec.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" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>nspec</id>
<version>1.0.6</version>
<version>1.0.7</version>
<iconUrl>http://nspec.org/images/logo.png</iconUrl>
<licenseUrl>https://github.com/mattflo/NSpec/blob/master/license.txt</licenseUrl>
<authors>Matt Florence, Amir Rajan</authors>
Expand Down

0 comments on commit 2455fa1

Please sign in to comment.