From 0c3bd28e7ae24a19c37a200a11ae9fdc9c9b1439 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Sat, 8 Jan 2022 09:45:53 +0200 Subject: [PATCH 1/6] chore: bump version to 2.2.6 --- appveyor.yml | 2 +- devops/deploy/LogoFX.Client.Testing.Shared.csproj | 4 ++-- devops/deploy/deploy-all.bat | 2 +- devops/deploy/publish-all.bat | 12 ------------ .../LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec | 2 +- .../LogoFX.Client.Testing.EndToEnd.White.nuspec | 2 +- .../LogoFX.Client.Testing.Integration.xUnit.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Contracts.nuspec | 2 +- .../contents/LogoFX.Client.Tests.EndToEnd.nuspec | 4 ++-- .../LogoFX.Client.Tests.Integration.NUnit.nuspec | 4 ++-- .../LogoFX.Client.Tests.Integration.SpecFlow.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Integration.nuspec | 4 ++-- .../LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec | 2 +- .../contents/LogoFX.Client.Tests.Shared.nuspec | 4 ++-- devops/publish/publish-all.bat | 2 +- devops/publish/publish-single.bat | 2 +- .../LogoFX.Client.Testing.Contracts.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.FlaUI.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.White.NET.csproj | 2 +- ...goFX.Client.Testing.EndToEnd.White.NETCore.csproj | 2 +- .../netframework/Properties/AssemblyInfo.cs | 4 ++-- .../LogoFX.Client.Testing.EndToEnd.csproj | 2 +- .../LogoFX.Client.Testing.Infra.csproj | 4 ++-- .../LogoFX.Client.Testing.Integration.NUnit.csproj | 2 +- ...LogoFX.Client.Testing.Integration.SpecFlow.csproj | 2 +- .../LogoFX.Client.Testing.Integration.xUnit.csproj | 2 +- .../LogoFX.Client.Testing.Integration.csproj | 2 +- ...Testing.Shared.Caliburn.Micro.Platform.NET.csproj | 2 +- ...ing.Shared.Caliburn.Micro.Platform.NETCore.csproj | 2 +- .../netframework/Properties/AssemblyInfo.cs | 4 ++-- .../uwp/Properties/AssemblyInfo.cs | 4 ++-- .../LogoFX.Client.Testing.Shared.csproj | 4 ++-- 34 files changed, 45 insertions(+), 57 deletions(-) delete mode 100644 devops/deploy/publish-all.bat diff --git a/appveyor.yml b/appveyor.yml index c4a182e..724277c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.2.5.{build} +version: 2.2.6.{build} configuration: Release before_build: - cd src diff --git a/devops/deploy/LogoFX.Client.Testing.Shared.csproj b/devops/deploy/LogoFX.Client.Testing.Shared.csproj index bac356c..fa82bc7 100644 --- a/devops/deploy/LogoFX.Client.Testing.Shared.csproj +++ b/devops/deploy/LogoFX.Client.Testing.Shared.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release @@ -12,7 +12,7 @@ true - + diff --git a/devops/deploy/deploy-all.bat b/devops/deploy/deploy-all.bat index 30df848..860f7e8 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.2.5 +SET version=2.2.6-rc1 rem TODO: Refactor using loop and automatic discovery call deploy-single.bat LogoFX.Client.Tests.Contracts %version% call deploy-single.bat LogoFX.Client.Tests.Shared %version% diff --git a/devops/deploy/publish-all.bat b/devops/deploy/publish-all.bat deleted file mode 100644 index 8bd4095..0000000 --- a/devops/deploy/publish-all.bat +++ /dev/null @@ -1,12 +0,0 @@ -cd ../../src -nuget restore -cd ../devops/publish -PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '../build/build-all.ps1'" -SET package_version=2.2.5 -cd ../pack -call pack-all -cd ../publish -call copy-all %package_version% -cd ../install -call uninstall-global-all.bat %package_version% -cd .. \ No newline at end of file diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec index e9a9600..3ebf657 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.FlaUI - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.EndToEnd.FlaUI Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec index 83718e2..690db91 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.SpecFlow - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.EndToEnd.SpecFlow Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec index 5534b2b..401c2a5 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.White - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.EndToEnd.White Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec index 3af9583..40fb32e 100644 --- a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec +++ b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.Integration.xUnit - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Integration.xUnit Gennady Verdel Gennady Verdel @@ -21,7 +21,7 @@ and base class for unit and integration tests. - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec index 30cee29..b4a89ad 100644 --- a/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Contracts - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Contracts Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec index e94e30f..1058764 100644 --- a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec +++ b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.EndToEnd - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.EndToEnd Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec index 5dbe758..1f8b239 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration.NUnit - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Integration.NUnit Gennady Verdel Gennady Verdel @@ -19,7 +19,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec index fbb5837..3685029 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration.SpecFlow - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Integration.SpecFlow Gennady Verdel Gennady Verdel @@ -20,7 +20,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec index 6261715..765e7dd 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Integration Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec index 92a04fe..ed59b4f 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Shared.Caliburn.Micro - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Shared.Caliburn.Micro Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec index 6146751..1eb45b6 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Shared - 2.2.5 + 2.2.6-rc1 LogoFX.Client.Testing.Shared Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/publish/publish-all.bat b/devops/publish/publish-all.bat index 8bd4095..329c1ff 100644 --- a/devops/publish/publish-all.bat +++ b/devops/publish/publish-all.bat @@ -2,7 +2,7 @@ cd ../../src nuget restore cd ../devops/publish PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '../build/build-all.ps1'" -SET package_version=2.2.5 +SET package_version=2.2.6-rc1 cd ../pack call pack-all cd ../publish diff --git a/devops/publish/publish-single.bat b/devops/publish/publish-single.bat index ceee6a7..2e33b51 100644 --- a/devops/publish/publish-single.bat +++ b/devops/publish/publish-single.bat @@ -1,5 +1,5 @@ SET package_name=%1 -SET package_version=2.2.5 +SET package_version=2.2.6-rc1 SET target=../../../../packages/Tests-All cd ../build call build-all diff --git a/src/LogoFX.Client.Testing.Contracts/LogoFX.Client.Testing.Contracts.csproj b/src/LogoFX.Client.Testing.Contracts/LogoFX.Client.Testing.Contracts.csproj index 40b4530..33b23a4 100644 --- a/src/LogoFX.Client.Testing.Contracts/LogoFX.Client.Testing.Contracts.csproj +++ b/src/LogoFX.Client.Testing.Contracts/LogoFX.Client.Testing.Contracts.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj index d586326..4ad857d 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ../bin/debug diff --git a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj index 00730e0..eb51976 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj index f207de3..fbdde0d 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj @@ -4,7 +4,7 @@ false LogoFX.Client.Testing.EndToEnd.White LogoFX.Client.Testing.EndToEnd.White - 2.2.5 + 2.2.6 ..\..\bin\net\Release\ diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj index 51e4c1e..eabcb8b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj @@ -4,7 +4,7 @@ false LogoFX.Client.Testing.EndToEnd.White LogoFX.Client.Testing.EndToEnd.White - 2.2.5 + 2.2.6 ..\..\bin\netcore\Release\ diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/Properties/AssemblyInfo.cs index 6b21f79..a28d1e8 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.5")] -[assembly: AssemblyFileVersion("2.2.5")] +[assembly: AssemblyVersion("2.2.6")] +[assembly: AssemblyFileVersion("2.2.6")] diff --git a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj index db36d48..adc581b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj b/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj index 4b7d7bb..1f559f0 100644 --- a/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj +++ b/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release @@ -12,6 +12,6 @@ true - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj index 522393c..700b98a 100644 --- a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release\ diff --git a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj index c710494..c0324fa 100644 --- a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj index bd8d330..f5d4f3d 100644 --- a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj index 55c5776..531bbea 100644 --- a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj +++ b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/net/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NET.csproj b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/net/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NET.csproj index 5e5335a..2fe90cf 100644 --- a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/net/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NET.csproj +++ b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/net/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NET.csproj @@ -5,7 +5,7 @@ true LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform LogoFX.Client.Testing.Shared.Caliburn.Micro - 2.2.5 + 2.2.6 TRACE;NETCORE diff --git a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netcore/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETCore.csproj b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netcore/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETCore.csproj index cab9c1a..b41ee18 100644 --- a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netcore/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETCore.csproj +++ b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netcore/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETCore.csproj @@ -5,7 +5,7 @@ true LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform LogoFX.Client.Testing.Shared.Caliburn.Micro - 2.2.5 + 2.2.6 TRACE;NETCORE diff --git a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/Properties/AssemblyInfo.cs index 7d4fb90..7ed6d3c 100644 --- a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.5")] -[assembly: AssemblyFileVersion("2.2.5")] +[assembly: AssemblyVersion("2.2.6")] +[assembly: AssemblyFileVersion("2.2.6")] diff --git a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/uwp/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/uwp/Properties/AssemblyInfo.cs index 6b77c71..4f3f834 100644 --- a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/uwp/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/uwp/Properties/AssemblyInfo.cs @@ -20,6 +20,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.5")] -[assembly: AssemblyFileVersion("2.2.5")] +[assembly: AssemblyVersion("2.2.6")] +[assembly: AssemblyFileVersion("2.2.6")] [assembly: ComVisible(false)] diff --git a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj index f5f2cce..d55e43f 100644 --- a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj +++ b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.5 + 2.2.6 ..\Bin\netstandard\Release @@ -12,7 +12,7 @@ true - + From 807ca28d5986e687e3d2275b8764c7289f03a28d Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Sun, 23 Jan 2022 12:41:00 +0200 Subject: [PATCH 2/6] chore: bump Attest packages --- .../LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec | 6 +++--- .../LogoFX.Client.Testing.EndToEnd.White.nuspec | 2 +- .../LogoFX.Client.Testing.Integration.xUnit.nuspec | 10 +++++----- .../contents/LogoFX.Client.Tests.EndToEnd.nuspec | 2 +- .../LogoFX.Client.Tests.Integration.NUnit.nuspec | 10 +++++----- .../LogoFX.Client.Tests.Integration.SpecFlow.nuspec | 12 ++++++------ .../contents/LogoFX.Client.Tests.Integration.nuspec | 2 +- .../contents/LogoFX.Client.Tests.Shared.nuspec | 2 +- .../LogoFX.Client.Testing.EndToEnd.FlaUI.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj | 8 ++++---- .../LogoFX.Client.Testing.EndToEnd.White.NET.csproj | 2 +- ...goFX.Client.Testing.EndToEnd.White.NETCore.csproj | 2 +- ...Client.Testing.EndToEnd.White.NETFramework.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.csproj | 2 +- .../LogoFX.Client.Testing.Integration.NUnit.csproj | 10 +++++----- ...LogoFX.Client.Testing.Integration.SpecFlow.csproj | 10 +++++----- .../LogoFX.Client.Testing.Integration.xUnit.csproj | 10 +++++----- .../LogoFX.Client.Testing.Integration.csproj | 2 +- .../LogoFX.Client.Testing.Shared.csproj | 2 +- 20 files changed, 50 insertions(+), 50 deletions(-) diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec index 3ebf657..d09fe32 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec @@ -14,7 +14,7 @@ LogoFX Client Testing EndToEnd FlaUI containing implementation of Application Facade using FlaUI. Initial release - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec index 690db91..d8c3d73 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec @@ -14,9 +14,9 @@ LogoFX Client Tests SpecFlow containing base class for SpecFlow bridge. Added support for scenario data store. - - - + + + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec index 401c2a5..ef64468 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec @@ -15,7 +15,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec index 40fb32e..e4ab9e5 100644 --- a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec +++ b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec @@ -16,11 +16,11 @@ and base class for unit and integration tests. and base class for unit and integration tests. Added support for key value data store. - - - - - + + + + + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec index 1058764..014e13c 100644 --- a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec +++ b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec @@ -15,7 +15,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec index 1f8b239..54a8865 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec @@ -14,11 +14,11 @@ LogoFX Client Testing Integration NUnit containing base class for unit and integration tests which are based on NUnit. Added support for dependency registrator and resolver. - - - - - + + + + + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec index 3685029..bd622ce 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec @@ -14,12 +14,12 @@ LogoFX Client Testing Integration SpecFlow containing base class for unit and integration tests which are based on SpecFlow. Added support for parallel run via scenario context. - - - - - - + + + + + + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec index 765e7dd..1187b22 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec @@ -15,7 +15,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec index 1eb45b6..fedb15c 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec @@ -15,7 +15,7 @@ - + framework logofx dotnet diff --git a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj index 4ad857d..e1c6e5a 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj @@ -15,7 +15,7 @@ true - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj index eb51976..cac4dd7 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj @@ -12,9 +12,9 @@ true - - - - + + + + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj index fbdde0d..7c95a8e 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj index eabcb8b..74d972b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj index adac0cb..df2d01b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj @@ -61,7 +61,7 @@ - 2.4.3 + 2.4.4 0.13.3 diff --git a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj index adc581b..cd329c7 100644 --- a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj @@ -12,7 +12,7 @@ true - + diff --git a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj index 700b98a..04225ba 100644 --- a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj @@ -12,11 +12,11 @@ true - - - - - + + + + + diff --git a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj index c0324fa..41b9121 100644 --- a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj @@ -12,11 +12,11 @@ true - - - - - + + + + + diff --git a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj index f5d4f3d..703f155 100644 --- a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj @@ -12,11 +12,11 @@ true - - - - - + + + + + diff --git a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj index 531bbea..607ca3e 100644 --- a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj +++ b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj @@ -12,7 +12,7 @@ true - + diff --git a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj index d55e43f..2c63d63 100644 --- a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj +++ b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj @@ -13,7 +13,7 @@ - + From c0c7b097f5fca3f52ab561376afd9008bc2b79e9 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Mon, 24 Jan 2022 20:18:38 +0200 Subject: [PATCH 3/6] feat(uwp): removed UWP support --- .../pack.bat | 3 --- ...aliburn.Micro.Platform.NETFramework.csproj | 4 ++-- src/LogoFX.Client.Testing.sln | 22 ++----------------- 3 files changed, 4 insertions(+), 25 deletions(-) diff --git a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/pack.bat b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/pack.bat index 36ef586..c66512c 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/pack.bat +++ b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/pack.bat @@ -17,8 +17,5 @@ mkdir netcoreapp3.1 robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 LogoFX.Client.Testing.Shared.Caliburn.Micro.* /E robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 Caliburn.Micro.* /E robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 System.Windows.Interactivity.* /E -mkdir uap10.0 -robocopy ../../../../../src/Bin/uwp/Release uap10.0 LogoFX.Client.Testing.Shared.Caliburn.Micro.* /E -robocopy ../../../../../src/Bin/uwp/Release uap10.0 Caliburn.Micro.* /E cd ../../ nuget pack contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec -OutputDirectory ../../../output \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj index 26d9678..c92570d 100644 --- a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj +++ b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj @@ -22,7 +22,7 @@ prompt 4 - + true ..\..\Bin\netframework\Release\ TRACE;NET @@ -36,7 +36,7 @@ False - ..\..\lib\Caliburn.Micro\netstandard1.0\Caliburn.Micro.dll + ..\..\..\..\bootstrapping\src\lib\Caliburn.Micro\netstandard1.0\Caliburn.Micro.dll False diff --git a/src/LogoFX.Client.Testing.sln b/src/LogoFX.Client.Testing.sln index 2a3d2a2..506f5bc 100644 --- a/src/LogoFX.Client.Testing.sln +++ b/src/LogoFX.Client.Testing.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31613.86 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogoFX.Client.Testing.Contracts", "LogoFX.Client.Testing.Contracts\LogoFX.Client.Testing.Contracts.csproj", "{254F72A3-FAE5-4EEF-A314-55F9B4B3ED5E}" EndProject @@ -35,8 +35,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogoFX.Client.Testing.Share EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework", "LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform\netframework\LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj", "{CAB7ACDF-9BCE-448A-B5D9-BD0B8EDEBDFE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.UWP", "LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform\uwp\LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.UWP.csproj", "{0D76A984-D603-4AE6-B694-6FE911E3505A}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -305,22 +303,6 @@ Global {CAB7ACDF-9BCE-448A-B5D9-BD0B8EDEBDFE}.Release|x64.Build.0 = Release|Any CPU {CAB7ACDF-9BCE-448A-B5D9-BD0B8EDEBDFE}.Release|x86.ActiveCfg = Release|Any CPU {CAB7ACDF-9BCE-448A-B5D9-BD0B8EDEBDFE}.Release|x86.Build.0 = Release|Any CPU - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|ARM.ActiveCfg = Debug|ARM - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|ARM.Build.0 = Debug|ARM - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|x64.ActiveCfg = Debug|x64 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|x64.Build.0 = Debug|x64 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|x86.ActiveCfg = Debug|x86 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Debug|x86.Build.0 = Debug|x86 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|Any CPU.Build.0 = Release|Any CPU - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|ARM.ActiveCfg = Release|ARM - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|ARM.Build.0 = Release|ARM - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|x64.ActiveCfg = Release|x64 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|x64.Build.0 = Release|x64 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|x86.ActiveCfg = Release|x86 - {0D76A984-D603-4AE6-B694-6FE911E3505A}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE From e871f7c527a48194571867300ce6d7dcfde94082 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Mon, 24 Jan 2022 20:36:38 +0200 Subject: [PATCH 4/6] chore: minor --- ...t.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj index c92570d..245067f 100644 --- a/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj +++ b/src/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform/netframework/LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform.NETFramework.csproj @@ -36,7 +36,7 @@ False - ..\..\..\..\bootstrapping\src\lib\Caliburn.Micro\netstandard1.0\Caliburn.Micro.dll + ..\..\lib\Caliburn.Micro\netstandard1.0\Caliburn.Micro.dll False From 0055b45865bf8071d0122aed71876cee955390b4 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Fri, 11 Feb 2022 17:15:01 +0200 Subject: [PATCH 5/6] chore: bump packages --- devops/deploy/LogoFX.Client.Testing.Shared.csproj | 2 +- devops/deploy/deploy-all.bat | 2 +- .../contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec | 2 +- .../contents/LogoFX.Client.Testing.EndToEnd.White.nuspec | 2 +- .../LogoFX.Client.Testing.Integration.xUnit.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Contracts.nuspec | 2 +- .../contents/LogoFX.Client.Tests.EndToEnd.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Integration.NUnit.nuspec | 4 ++-- .../LogoFX.Client.Tests.Integration.SpecFlow.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Integration.nuspec | 4 ++-- .../LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec | 2 +- .../contents/LogoFX.Client.Tests.Shared.nuspec | 4 ++-- devops/publish/publish-all.bat | 2 +- devops/publish/publish-single.bat | 2 +- .../LogoFX.Client.Testing.EndToEnd.FlaUI.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj | 8 ++++---- .../net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj | 4 ++-- .../LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj | 2 +- ...goFX.Client.Testing.EndToEnd.White.NETFramework.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.csproj | 2 +- .../LogoFX.Client.Testing.Infra.csproj | 2 +- .../LogoFX.Client.Testing.Integration.NUnit.csproj | 6 +++--- .../LogoFX.Client.Testing.Integration.SpecFlow.csproj | 6 +++--- .../LogoFX.Client.Testing.Integration.xUnit.csproj | 6 +++--- .../LogoFX.Client.Testing.Integration.csproj | 2 +- .../LogoFX.Client.Testing.Shared.csproj | 2 +- 27 files changed, 43 insertions(+), 43 deletions(-) diff --git a/devops/deploy/LogoFX.Client.Testing.Shared.csproj b/devops/deploy/LogoFX.Client.Testing.Shared.csproj index fa82bc7..eafc08b 100644 --- a/devops/deploy/LogoFX.Client.Testing.Shared.csproj +++ b/devops/deploy/LogoFX.Client.Testing.Shared.csproj @@ -12,7 +12,7 @@ true - + diff --git a/devops/deploy/deploy-all.bat b/devops/deploy/deploy-all.bat index 860f7e8..9a48d74 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.2.6-rc1 +SET version=2.2.6-rc2 rem TODO: Refactor using loop and automatic discovery call deploy-single.bat LogoFX.Client.Tests.Contracts %version% call deploy-single.bat LogoFX.Client.Tests.Shared %version% diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec index d09fe32..cc14029 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.FlaUI - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.EndToEnd.FlaUI Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec index d8c3d73..874617d 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.SpecFlow - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.EndToEnd.SpecFlow Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec index ef64468..7589560 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.White - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.EndToEnd.White Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec index e4ab9e5..9d4e46e 100644 --- a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec +++ b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.Integration.xUnit - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Integration.xUnit Gennady Verdel Gennady Verdel @@ -21,7 +21,7 @@ and base class for unit and integration tests. - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec index b4a89ad..d36b47a 100644 --- a/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Contracts - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Contracts Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec index 014e13c..765a39c 100644 --- a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec +++ b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.EndToEnd - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.EndToEnd Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec index 54a8865..3782e2a 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration.NUnit - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Integration.NUnit Gennady Verdel Gennady Verdel @@ -19,7 +19,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec index bd622ce..a555c76 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration.SpecFlow - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Integration.SpecFlow Gennady Verdel Gennady Verdel @@ -20,7 +20,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec index 1187b22..9847d2a 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Integration Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec index ed59b4f..47447c8 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Shared.Caliburn.Micro - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Shared.Caliburn.Micro Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec index fedb15c..53d7efd 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Shared - 2.2.6-rc1 + 2.2.6-rc2 LogoFX.Client.Testing.Shared Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/publish/publish-all.bat b/devops/publish/publish-all.bat index 329c1ff..6fd5218 100644 --- a/devops/publish/publish-all.bat +++ b/devops/publish/publish-all.bat @@ -2,7 +2,7 @@ cd ../../src nuget restore cd ../devops/publish PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '../build/build-all.ps1'" -SET package_version=2.2.6-rc1 +SET package_version=2.2.6-rc2 cd ../pack call pack-all cd ../publish diff --git a/devops/publish/publish-single.bat b/devops/publish/publish-single.bat index 2e33b51..5097a23 100644 --- a/devops/publish/publish-single.bat +++ b/devops/publish/publish-single.bat @@ -1,5 +1,5 @@ SET package_name=%1 -SET package_version=2.2.6-rc1 +SET package_version=2.2.6-rc2 SET target=../../../../packages/Tests-All cd ../build call build-all diff --git a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj index e1c6e5a..2e6a95b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj @@ -15,7 +15,7 @@ true - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj index cac4dd7..da9425d 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj @@ -12,9 +12,9 @@ true - - - - + + + + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj index 7c95a8e..014f7a3 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj @@ -1,4 +1,4 @@ - + net6.0 false @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj index 74d972b..e41b90d 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj index df2d01b..ed490dd 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj @@ -61,7 +61,7 @@ - 2.4.4 + 2.4.5-rc1 0.13.3 diff --git a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj index cd329c7..4520e3e 100644 --- a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj @@ -12,7 +12,7 @@ true - + diff --git a/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj b/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj index 1f559f0..5d9deb6 100644 --- a/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj +++ b/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj @@ -12,6 +12,6 @@ true - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj index 04225ba..51e7177 100644 --- a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj @@ -12,9 +12,9 @@ true - - - + + + diff --git a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj index 41b9121..62f8d49 100644 --- a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj @@ -12,9 +12,9 @@ true - - - + + + diff --git a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj index 703f155..01e4085 100644 --- a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj @@ -12,9 +12,9 @@ true - - - + + + diff --git a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj index 607ca3e..23e4489 100644 --- a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj +++ b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj @@ -12,7 +12,7 @@ true - + diff --git a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj index 2c63d63..d9f46c7 100644 --- a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj +++ b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj @@ -12,7 +12,7 @@ true - + From ef739ebb552285f9d1cee6d196185aa36fe96787 Mon Sep 17 00:00:00 2001 From: Gennady Verdel Date: Fri, 15 Apr 2022 09:08:34 +0300 Subject: [PATCH 6/6] chore: bump version to 2.2.6 --- devops/deploy/LogoFX.Client.Testing.Shared.csproj | 4 ++-- devops/deploy/deploy-all.bat | 2 +- .../contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec | 2 +- .../contents/LogoFX.Client.Testing.EndToEnd.White.nuspec | 2 +- .../LogoFX.Client.Testing.Integration.xUnit.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Contracts.nuspec | 2 +- .../contents/LogoFX.Client.Tests.EndToEnd.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Integration.NUnit.nuspec | 4 ++-- .../LogoFX.Client.Tests.Integration.SpecFlow.nuspec | 4 ++-- .../contents/LogoFX.Client.Tests.Integration.nuspec | 4 ++-- .../LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec | 2 +- .../contents/LogoFX.Client.Tests.Shared.nuspec | 4 ++-- devops/publish/publish-all.bat | 2 +- devops/publish/publish-single.bat | 2 +- devops/update/UpdateUtil/Properties/launchSettings.json | 2 +- .../LogoFX.Client.Testing.EndToEnd.FlaUI.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj | 8 ++++---- .../net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj | 2 +- ...goFX.Client.Testing.EndToEnd.White.NETFramework.csproj | 2 +- .../LogoFX.Client.Testing.EndToEnd.csproj | 2 +- .../LogoFX.Client.Testing.Infra.csproj | 2 +- .../LogoFX.Client.Testing.Integration.NUnit.csproj | 6 +++--- .../LogoFX.Client.Testing.Integration.SpecFlow.csproj | 6 +++--- .../LogoFX.Client.Testing.Integration.xUnit.csproj | 6 +++--- .../LogoFX.Client.Testing.Integration.csproj | 2 +- .../LogoFX.Client.Testing.Shared.csproj | 2 +- 28 files changed, 44 insertions(+), 44 deletions(-) diff --git a/devops/deploy/LogoFX.Client.Testing.Shared.csproj b/devops/deploy/LogoFX.Client.Testing.Shared.csproj index eafc08b..7f88496 100644 --- a/devops/deploy/LogoFX.Client.Testing.Shared.csproj +++ b/devops/deploy/LogoFX.Client.Testing.Shared.csproj @@ -12,8 +12,8 @@ true - - + + diff --git a/devops/deploy/deploy-all.bat b/devops/deploy/deploy-all.bat index 9a48d74..7a2b009 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.2.6-rc2 +SET version=2.2.6 rem TODO: Refactor using loop and automatic discovery call deploy-single.bat LogoFX.Client.Tests.Contracts %version% call deploy-single.bat LogoFX.Client.Tests.Shared %version% diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec index cc14029..789ab9b 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.FlaUI/contents/LogoFX.Client.Testing.EndToEnd.FlaUI.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.FlaUI - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.EndToEnd.FlaUI Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec index 874617d..b715224 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.SpecFlow/contents/LogoFX.Client.Testing.EndToEnd.SpecFlow.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.SpecFlow - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.EndToEnd.SpecFlow Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec index 7589560..56cccfa 100644 --- a/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec +++ b/devops/pack/LogoFX.Client.Testing.EndToEnd.White/contents/LogoFX.Client.Testing.EndToEnd.White.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.EndToEnd.White - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.EndToEnd.White Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec index 9d4e46e..70faf76 100644 --- a/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec +++ b/devops/pack/LogoFX.Client.Testing.Integration.xUnit/contents/LogoFX.Client.Testing.Integration.xUnit.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Testing.Integration.xUnit - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Integration.xUnit Gennady Verdel Gennady Verdel @@ -21,7 +21,7 @@ and base class for unit and integration tests. - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec index d36b47a..99f1e25 100644 --- a/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Contracts - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Contracts Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec index 765a39c..3e5f3ef 100644 --- a/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec +++ b/devops/pack/LogoFX.Client.Tests.EndToEnd/contents/LogoFX.Client.Tests.EndToEnd.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.EndToEnd - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.EndToEnd Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec index 3782e2a..f92ac86 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.NUnit/contents/LogoFX.Client.Tests.Integration.NUnit.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration.NUnit - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Integration.NUnit Gennady Verdel Gennady Verdel @@ -19,7 +19,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec index a555c76..ee13c72 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration.SpecFlow/contents/LogoFX.Client.Tests.Integration.SpecFlow.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration.SpecFlow - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Integration.SpecFlow Gennady Verdel Gennady Verdel @@ -20,7 +20,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec index 9847d2a..2a4f410 100644 --- a/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Integration/contents/LogoFX.Client.Tests.Integration.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Integration - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Integration Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec index 47447c8..815533b 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared.Caliburn.Micro/contents/LogoFX.Client.Tests.Shared.Caliburn.Micro.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Shared.Caliburn.Micro - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Shared.Caliburn.Micro Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec index 53d7efd..ab210bb 100644 --- a/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec +++ b/devops/pack/LogoFX.Client.Tests.Shared/contents/LogoFX.Client.Tests.Shared.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Tests.Shared - 2.2.6-rc2 + 2.2.6 LogoFX.Client.Testing.Shared Gennady Verdel Gennady Verdel @@ -16,7 +16,7 @@ - + framework logofx dotnet diff --git a/devops/publish/publish-all.bat b/devops/publish/publish-all.bat index 6fd5218..a5ac1f1 100644 --- a/devops/publish/publish-all.bat +++ b/devops/publish/publish-all.bat @@ -2,7 +2,7 @@ cd ../../src nuget restore cd ../devops/publish PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '../build/build-all.ps1'" -SET package_version=2.2.6-rc2 +SET package_version=2.2.6 cd ../pack call pack-all cd ../publish diff --git a/devops/publish/publish-single.bat b/devops/publish/publish-single.bat index 5097a23..ac172c1 100644 --- a/devops/publish/publish-single.bat +++ b/devops/publish/publish-single.bat @@ -1,5 +1,5 @@ SET package_name=%1 -SET package_version=2.2.6-rc2 +SET package_version=2.2.6 SET target=../../../../packages/Tests-All cd ../build call build-all diff --git a/devops/update/UpdateUtil/Properties/launchSettings.json b/devops/update/UpdateUtil/Properties/launchSettings.json index 552ca5f..705e2e3 100644 --- a/devops/update/UpdateUtil/Properties/launchSettings.json +++ b/devops/update/UpdateUtil/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "UpdateUtil": { "commandName": "Project", - "commandLineArgs": "Solid 2.3.2" + "commandLineArgs": "Solid 2.3.5" } } } \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj index 2e6a95b..2cc6b77 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.FlaUI/LogoFX.Client.Testing.EndToEnd.FlaUI.csproj @@ -15,7 +15,7 @@ true - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj index da9425d..3a80d2b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.SpecFlow/LogoFX.Client.Testing.EndToEnd.SpecFlow.csproj @@ -12,9 +12,9 @@ true - - - - + + + + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj index 014f7a3..8f2d2c5 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/net/LogoFX.Client.Testing.EndToEnd.White.NET.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj index e41b90d..3de822b 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netcore/LogoFX.Client.Testing.EndToEnd.White.NETCore.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj index ed490dd..08bd228 100644 --- a/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd.White/netframework/LogoFX.Client.Testing.EndToEnd.White.NETFramework.csproj @@ -61,7 +61,7 @@ - 2.4.5-rc1 + 2.4.5 0.13.3 diff --git a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj index 4520e3e..9844826 100644 --- a/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj +++ b/src/LogoFX.Client.Testing.EndToEnd/LogoFX.Client.Testing.EndToEnd.csproj @@ -12,7 +12,7 @@ true - + diff --git a/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj b/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj index 5d9deb6..68494c2 100644 --- a/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj +++ b/src/LogoFX.Client.Testing.Infra/LogoFX.Client.Testing.Infra.csproj @@ -12,6 +12,6 @@ true - + \ No newline at end of file diff --git a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj index 51e7177..c9f4eed 100644 --- a/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.NUnit/LogoFX.Client.Testing.Integration.NUnit.csproj @@ -12,9 +12,9 @@ true - - - + + + diff --git a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj index 62f8d49..ac2a7f2 100644 --- a/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj +++ b/src/LogoFX.Client.Testing.Integration.SpecFlow/LogoFX.Client.Testing.Integration.SpecFlow.csproj @@ -12,9 +12,9 @@ true - - - + + + diff --git a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj index 01e4085..4a7bb9b 100644 --- a/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj +++ b/src/LogoFX.Client.Testing.Integration.xUnit/LogoFX.Client.Testing.Integration.xUnit.csproj @@ -12,9 +12,9 @@ true - - - + + + diff --git a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj index 23e4489..6464f8b 100644 --- a/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj +++ b/src/LogoFX.Client.Testing.Integration/LogoFX.Client.Testing.Integration.csproj @@ -12,7 +12,7 @@ true - + diff --git a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj index d9f46c7..f304a15 100644 --- a/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj +++ b/src/LogoFX.Client.Testing.Shared/LogoFX.Client.Testing.Shared.csproj @@ -12,7 +12,7 @@ true - +