diff --git a/appveyor.yml b/appveyor.yml index d8db4c9..c4a182e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.2.4.{build} +version: 2.2.5.{build} configuration: Release before_build: - cd src @@ -11,7 +11,7 @@ after_test: - cd devops - cd pack - pack-all -image: Visual Studio 2019 +image: Visual Studio 2022 artifacts: - name: Packages path: .\output\*.nupkg diff --git a/devops/deploy/LogoFX.Client.Testing.Shared.csproj b/devops/deploy/LogoFX.Client.Testing.Shared.csproj index a4d68d2..bac356c 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -12,7 +12,7 @@ true - + diff --git a/devops/deploy/deploy-all.bat b/devops/deploy/deploy-all.bat index 21f1784..30df848 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.4 +SET version=2.2.5 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 index 6a9cd01..8bd4095 100644 --- a/devops/deploy/publish-all.bat +++ b/devops/deploy/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.4 +SET package_version=2.2.5 cd ../pack call pack-all cd ../publish 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 1d74061..e9a9600 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.4 + 2.2.5 LogoFX.Client.Testing.EndToEnd.FlaUI Gennady Verdel Gennady Verdel @@ -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 12540de..83718e2 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.4 + 2.2.5 LogoFX.Client.Testing.EndToEnd.SpecFlow Gennady Verdel Gennady Verdel @@ -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 ffbb39b..5534b2b 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.4 + 2.2.5 LogoFX.Client.Testing.EndToEnd.White Gennady Verdel Gennady Verdel @@ -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 f703e5c..3af9583 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.4 + 2.2.5 LogoFX.Client.Testing.Integration.xUnit Gennady Verdel Gennady Verdel @@ -16,12 +16,12 @@ 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.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec b/devops/pack/LogoFX.Client.Tests.Contracts/contents/LogoFX.Client.Tests.Contracts.nuspec index 08e8d5a..30cee29 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.4 + 2.2.5 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 b4fe669..e94e30f 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.4 + 2.2.5 LogoFX.Client.Testing.EndToEnd Gennady Verdel Gennady Verdel @@ -15,8 +15,8 @@ - - + + 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 b6dc6c8..5dbe758 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.4 + 2.2.5 LogoFX.Client.Testing.Integration.NUnit Gennady Verdel Gennady Verdel @@ -14,12 +14,12 @@ 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 9c376a0..fbb5837 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.4 + 2.2.5 LogoFX.Client.Testing.Integration.SpecFlow Gennady Verdel Gennady Verdel @@ -14,13 +14,13 @@ 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 ca49e07..6261715 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.4 + 2.2.5 LogoFX.Client.Testing.Integration Gennady Verdel Gennady Verdel @@ -15,8 +15,8 @@ - - + + 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 28afbef..92a04fe 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.4 + 2.2.5 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 065015c..6146751 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.4 + 2.2.5 LogoFX.Client.Testing.Shared Gennady Verdel Gennady Verdel @@ -15,8 +15,8 @@ - - + + framework logofx dotnet diff --git a/devops/publish/publish-all.bat b/devops/publish/publish-all.bat index 6a9cd01..8bd4095 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.4 +SET package_version=2.2.5 cd ../pack call pack-all cd ../publish diff --git a/devops/publish/publish-single.bat b/devops/publish/publish-single.bat index 66e2280..ceee6a7 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.4 +SET package_version=2.2.5 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 6cba59b..40b4530 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.4 + 2.2.5 ..\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 62e1736..d586326 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.4 + 2.2.5 ../bin/debug @@ -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 c996e8b..00730e0 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -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 59e5bb3..f207de3 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,10 +1,10 @@ - net5.0 + net6.0 false LogoFX.Client.Testing.EndToEnd.White LogoFX.Client.Testing.EndToEnd.White - 2.2.4 + 2.2.5 ..\..\bin\net\Release\ @@ -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 644ef84..51e4c1e 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.4 + 2.2.5 ..\..\bin\netcore\Release\ @@ -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 51e334e..adac0cb 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.2 + 2.4.3 0.13.3 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 e81002b..6b21f79 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.4")] -[assembly: AssemblyFileVersion("2.2.4")] +[assembly: AssemblyVersion("2.2.5")] +[assembly: AssemblyFileVersion("2.2.5")] 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 773cb9c..db36d48 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -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 6ecb197..4b7d7bb 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.4 + 2.2.5 ..\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 ec8184d..522393c 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.4 + 2.2.5 ..\Bin\netstandard\Release\ @@ -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 29777ea..c710494 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -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 b50287b..bd8d330 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -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 eb60b86..55c5776 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -12,7 +12,7 @@ true - + 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 8c6c2be..5e5335a 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 @@ -1,11 +1,11 @@ - net5.0-windows + net6.0-windows false true LogoFX.Client.Testing.Shared.Caliburn.Micro.Platform LogoFX.Client.Testing.Shared.Caliburn.Micro - 2.2.4 + 2.2.5 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 6a653c1..cab9c1a 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.4 + 2.2.5 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 24cdc5d..7d4fb90 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.4")] -[assembly: AssemblyFileVersion("2.2.4")] +[assembly: AssemblyVersion("2.2.5")] +[assembly: AssemblyFileVersion("2.2.5")] 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 1a5625f..6b77c71 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.4")] -[assembly: AssemblyFileVersion("2.2.4")] +[assembly: AssemblyVersion("2.2.5")] +[assembly: AssemblyFileVersion("2.2.5")] [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 a4d68d2..f5f2cce 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.4 + 2.2.5 ..\Bin\netstandard\Release @@ -12,8 +12,8 @@ true - - + +