diff --git a/NSpec-0.9.57/NSpec.dll b/NSpec-0.9.57/NSpec.dll new file mode 100644 index 00000000..77e76280 Binary files /dev/null and b/NSpec-0.9.57/NSpec.dll differ diff --git a/NSpec-0.9.57/nunit.framework.dll b/NSpec-0.9.57/nunit.framework.dll new file mode 100644 index 00000000..639dbb0d Binary files /dev/null and b/NSpec-0.9.57/nunit.framework.dll differ diff --git a/NSpec.GallioAdapter/NSpec.GallioAdapter.plugin b/NSpec.GallioAdapter/NSpec.GallioAdapter.plugin index 1c957edb..78ebb1b2 100644 --- a/NSpec.GallioAdapter/NSpec.GallioAdapter.plugin +++ b/NSpec.GallioAdapter/NSpec.GallioAdapter.plugin @@ -2,7 +2,7 @@ NSpec Adapter Plugin - 0.9.57.0 + 0.9.58.0 Provides support for running NSpec within Gallio. Requires the assemblies from NSpec. @@ -18,8 +18,8 @@ - - + + @@ -27,8 +27,8 @@ NSpec - NSpec, Version=0.9.57.0 - 0.9.57.0 + NSpec, Version=0.9.58.0 + 0.9.58.0 Assembly diff --git a/NSpecSpecs/DebuggerShim.cs b/NSpecSpecs/DebuggerShim.cs index 16737461..d1399343 100644 --- a/NSpecSpecs/DebuggerShim.cs +++ b/NSpecSpecs/DebuggerShim.cs @@ -6,10 +6,10 @@ using NSpec.Domain.Formatters; using System.Linq; -[TestFixture] +//[TestFixture] public class DebuggerShim { - [Test] + //[Test] public void debug() { var tagOrClassName = "class_or_tag_you_want_to_debug"; diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 9621167b..f9d9c6be 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -21,5 +21,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.57")] -[assembly: AssemblyFileVersion("0.9.57")] \ No newline at end of file +[assembly: AssemblyVersion("0.9.58")] +[assembly: AssemblyFileVersion("0.9.58")] \ No newline at end of file diff --git a/nspec.nuspec b/nspec.nuspec index 70610e6e..91ea9c50 100644 --- a/nspec.nuspec +++ b/nspec.nuspec @@ -2,7 +2,7 @@ nspec - 0.9.57 + 0.9.58 http://nspec.org/themes/contoso/content/images/logo.png https://github.com/mattflo/NSpec/blob/master/license.txt Matt Florence, Amir Rajan