Skip to content

Commit

Permalink
4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Jul 13, 2022
1 parent 10afe11 commit 14dc41d
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Chutzpah/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Chutzpah
{
public static class Constants
{
public const string ChutzpahVersion = "4.4.12";
public const string ChutzpahVersion = "4.4.13";

public const string TestFileFolder = "ChutzpahTestHarnessFiles";

Expand Down
2 changes: 1 addition & 1 deletion ConsoleRunner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.12.0")]
[assembly: AssemblyVersion("4.4.13.0")]
6 changes: 3 additions & 3 deletions Facts.Integration/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.12.0")]
[assembly: AssemblyVersion("4.4.12.0")]
[assembly: AssemblyFileVersion("4.4.12.0")]
// [assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyFileVersion("4.4.13.0")]



Expand Down
6 changes: 3 additions & 3 deletions VS.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.12.0")]
[assembly: AssemblyVersion("4.4.12.0")]
[assembly: AssemblyFileVersion("4.4.12.0")]
// [assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyFileVersion("4.4.13.0")]
6 changes: 3 additions & 3 deletions VS2022.TestAdapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.12.0")]
[assembly: AssemblyVersion("4.4.12.0")]
[assembly: AssemblyFileVersion("4.4.12.0")]
// [assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyFileVersion("4.4.13.0")]
4 changes: 2 additions & 2 deletions VS2022/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.12.0")]
[assembly: AssemblyFileVersion("4.4.12.0")]
[assembly: AssemblyVersion("4.4.13.0")]
[assembly: AssemblyFileVersion("4.4.13.0")]

[assembly: InternalsVisibleTo("VS2022_IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5d0d0037c1860700951dacd66f284af268c594cd703483d37e8eb3182e5d5dec2201673145ef8d2145a82a3156e5d22f675634b1bc328114f1431129e62e86517e323eb6b3f6ea6e813fba1f50bfddfecafa2d8ba5900c021a7e1b6b14d3f4f8d6b65173e38a9ce2143324d7e24deaf5a0aee6f00499a57ad2b2dc51fde9dbd")]
[assembly: InternalsVisibleTo("VS2022_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5d0d0037c1860700951dacd66f284af268c594cd703483d37e8eb3182e5d5dec2201673145ef8d2145a82a3156e5d22f675634b1bc328114f1431129e62e86517e323eb6b3f6ea6e813fba1f50bfddfecafa2d8ba5900c021a7e1b6b14d3f4f8d6b65173e38a9ce2143324d7e24deaf5a0aee6f00499a57ad2b2dc51fde9dbd")]
2 changes: 1 addition & 1 deletion VS2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="0E655946-6443-4BCE-AABB-6466C14C6521" Version="4.4.12" Language="en-US" Publisher="Matthew Manela" />
<Identity Id="0E655946-6443-4BCE-AABB-6466C14C6521" Version="4.4.13" Language="en-US" Publisher="Matthew Manela" />
<DisplayName>Chutzpah Test Explorer Adapter 2022</DisplayName>
<Description xml:space="preserve">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.</Description>
<MoreInfo>https://github.com/mmanela/chutzpah</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion VisualStudioContextMenu/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.12.0")]
[assembly: AssemblyVersion("4.4.13.0")]

2 changes: 1 addition & 1 deletion VisualStudioContextMenu/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="63768A3F-B111-4075-891B-455910567C70" Version="4.4.12" Language="en-US" Publisher="Matthew Manela" />
<Identity Id="63768A3F-B111-4075-891B-455910567C70" Version="4.4.13" Language="en-US" Publisher="Matthew Manela" />
<DisplayName>Chutzpah Test Context Menu 2022</DisplayName>
<Description xml:space="preserve">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.</Description>
<License>EULA.rtf</License>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified _package/Chutzpah.VS2022.vsix
Binary file not shown.
Binary file modified _package/Chutzpah.VisualStudioContextMenu.vsix
Binary file not shown.

0 comments on commit 14dc41d

Please sign in to comment.