Skip to content

Commit

Permalink
1.0 release. it'll work this time i'm sure
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrajan committed Oct 4, 2015
1 parent 31c5972 commit 59bd009
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>0.9.2.0</version>
<version>1.0.1.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=0.9.2.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.GallioAdapter.dll" qualifyPartialName="true"/>
<assembly fullName="NSpec, Version=0.9.2.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.dll"/>
<assembly fullName="NSpec.GallioAdapter, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null" codeBase="NSpec.GallioAdapter.dll" qualifyPartialName="true"/>
<assembly fullName="NSpec, Version=1.0.1.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=0.9.2.0</frameworkAssemblies>
<version>0.9.2.0</version>
<frameworkAssemblies>NSpec, Version=1.0.1.0</frameworkAssemblies>
<version>1.0.1.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("0.9.2")]
[assembly: AssemblyFileVersion("0.9.2")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
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.0</version>
<version>1.0.1</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 59bd009

Please sign in to comment.