From ee489c2092b4e7ce1185ccc01c9cef9f73fcd296 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Wed, 15 Sep 2021 16:44:55 +0300 Subject: [PATCH 1/2] docs: minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc28fd..71cbf68 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# logofx-client-testing \ No newline at end of file +Various facilities for .NET client apps testing \ No newline at end of file From eb74ca64dffa7a1a4e1e6eeb300348f187ca0263 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Fri, 17 Sep 2021 08:23:06 +0300 Subject: [PATCH 2/2] chore: minor --- devops/deploy/deploy-all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/deploy/deploy-all.bat b/devops/deploy/deploy-all.bat index 069890f..37011b0 100644 --- a/devops/deploy/deploy-all.bat +++ b/devops/deploy/deploy-all.bat @@ -1,5 +1,5 @@ rem TODO: Use common source for all version instances -SET version=2.4.1 +SET version=2.2.2 rem TODO: Refactor using loop and automatic discovery call deploy-single.bat LogoFX.Client.Testing.Contracts %version% call deploy-single.bat LogoFX.Client.Testing.Shared %version%