From 970d87cfe2057fdc0c9223da6d7acb2a765851cf Mon Sep 17 00:00:00 2001 From: Matthew Manela Date: Fri, 15 Sep 2017 21:15:44 -0700 Subject: [PATCH] rev --- Chutzpah/Constants.cs | 2 +- Chutzpah/Properties/AssemblyInfo.cs | 2 +- ConsoleRunner/Properties/AssemblyInfo.cs | 2 +- Facts.Integration/Properties/AssemblyInfo.cs | 6 +++--- Facts/Properties/AssemblyInfo.cs | 6 +++--- PerfTester/Properties/AssemblyInfo.cs | 6 +++--- VS.Common/Properties/AssemblyInfo.cs | 6 +++--- VS2012.TestAdapter/Properties/AssemblyInfo.cs | 6 +++--- VS2012/Properties/AssemblyInfo.cs | 4 ++-- VS2012/source.extension.vsixmanifest | 2 +- VisualStudioContextMenu/Properties/AssemblyInfo.cs | 2 +- VisualStudioContextMenu/source.extension.vsixmanifest | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Chutzpah/Constants.cs b/Chutzpah/Constants.cs index a733c0bc..5f7ab510 100644 --- a/Chutzpah/Constants.cs +++ b/Chutzpah/Constants.cs @@ -2,7 +2,7 @@ namespace Chutzpah { public static class Constants { - public const string ChutzpahVersion = "4.3.4"; + public const string ChutzpahVersion = "4.3.5"; public const string TestFileFolder = "ChutzpahTestHarnessFiles"; diff --git a/Chutzpah/Properties/AssemblyInfo.cs b/Chutzpah/Properties/AssemblyInfo.cs index 7662ffc1..b540e71c 100644 --- a/Chutzpah/Properties/AssemblyInfo.cs +++ b/Chutzpah/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.3.4.0")] +[assembly: AssemblyVersion("4.3.5.0")] diff --git a/ConsoleRunner/Properties/AssemblyInfo.cs b/ConsoleRunner/Properties/AssemblyInfo.cs index 41bac3f0..fa9e91ef 100644 --- a/ConsoleRunner/Properties/AssemblyInfo.cs +++ b/ConsoleRunner/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.3.4.0")] +[assembly: AssemblyVersion("4.3.5.0")] diff --git a/Facts.Integration/Properties/AssemblyInfo.cs b/Facts.Integration/Properties/AssemblyInfo.cs index a07f4147..0c8fc80b 100644 --- a/Facts.Integration/Properties/AssemblyInfo.cs +++ b/Facts.Integration/Properties/AssemblyInfo.cs @@ -32,9 +32,9 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyFileVersion("4.3.4.0")] +// [assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] diff --git a/Facts/Properties/AssemblyInfo.cs b/Facts/Properties/AssemblyInfo.cs index b5cac61f..18bb88e4 100644 --- a/Facts/Properties/AssemblyInfo.cs +++ b/Facts/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyFileVersion("4.3.4.0")] +// [assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] diff --git a/PerfTester/Properties/AssemblyInfo.cs b/PerfTester/Properties/AssemblyInfo.cs index 7c26b282..adde5dc7 100644 --- a/PerfTester/Properties/AssemblyInfo.cs +++ b/PerfTester/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyFileVersion("4.3.4.0")] +// [assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] diff --git a/VS.Common/Properties/AssemblyInfo.cs b/VS.Common/Properties/AssemblyInfo.cs index c73b9a27..38d30a26 100644 --- a/VS.Common/Properties/AssemblyInfo.cs +++ b/VS.Common/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyFileVersion("4.3.4.0")] +// [assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] diff --git a/VS2012.TestAdapter/Properties/AssemblyInfo.cs b/VS2012.TestAdapter/Properties/AssemblyInfo.cs index 09083287..b6d81439 100644 --- a/VS2012.TestAdapter/Properties/AssemblyInfo.cs +++ b/VS2012.TestAdapter/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyFileVersion("4.3.4.0")] +// [assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] diff --git a/VS2012/Properties/AssemblyInfo.cs b/VS2012/Properties/AssemblyInfo.cs index a9565ed2..7012770e 100644 --- a/VS2012/Properties/AssemblyInfo.cs +++ b/VS2012/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.3.4.0")] -[assembly: AssemblyFileVersion("4.3.4.0")] +[assembly: AssemblyVersion("4.3.5.0")] +[assembly: AssemblyFileVersion("4.3.5.0")] [assembly: InternalsVisibleTo("VS2012_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5d0d0037c1860700951dacd66f284af268c594cd703483d37e8eb3182e5d5dec2201673145ef8d2145a82a3156e5d22f675634b1bc328114f1431129e62e86517e323eb6b3f6ea6e813fba1f50bfddfecafa2d8ba5900c021a7e1b6b14d3f4f8d6b65173e38a9ce2143324d7e24deaf5a0aee6f00499a57ad2b2dc51fde9dbd")] [assembly: InternalsVisibleTo("VS2012_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5d0d0037c1860700951dacd66f284af268c594cd703483d37e8eb3182e5d5dec2201673145ef8d2145a82a3156e5d22f675634b1bc328114f1431129e62e86517e323eb6b3f6ea6e813fba1f50bfddfecafa2d8ba5900c021a7e1b6b14d3f4f8d6b65173e38a9ce2143324d7e24deaf5a0aee6f00499a57ad2b2dc51fde9dbd")] diff --git a/VS2012/source.extension.vsixmanifest b/VS2012/source.extension.vsixmanifest index 39752a7f..09730191 100644 --- a/VS2012/source.extension.vsixmanifest +++ b/VS2012/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Chutzpah Test Adapter for the Test Explorer Chutzpah adapter for the Visual Studio Unit Test Explorer. Chutzpah is an open source JavaScript test runner which enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. https://github.com/mmanela/chutzpah diff --git a/VisualStudioContextMenu/Properties/AssemblyInfo.cs b/VisualStudioContextMenu/Properties/AssemblyInfo.cs index 2882ec73..bf771b44 100644 --- a/VisualStudioContextMenu/Properties/AssemblyInfo.cs +++ b/VisualStudioContextMenu/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.3.4.0")] +[assembly: AssemblyVersion("4.3.5.0")] diff --git a/VisualStudioContextMenu/source.extension.vsixmanifest b/VisualStudioContextMenu/source.extension.vsixmanifest index 313a1eb6..8440f4bb 100644 --- a/VisualStudioContextMenu/source.extension.vsixmanifest +++ b/VisualStudioContextMenu/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Chutzpah Test Runner Context Menu Extension Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. EULA.rtf