diff --git a/appveyor.yml b/appveyor.yml index e484bd1..5d94b98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.2.2.{build} +version: 2.2.3.{build} init: - dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI configuration: Release diff --git a/devops/deploy/deploy-all.bat b/devops/deploy/deploy-all.bat index 6d4241e..69d5e34 100644 --- a/devops/deploy/deploy-all.bat +++ b/devops/deploy/deploy-all.bat @@ -1,6 +1,9 @@ rem TODO: Use common source for all version instances -SET version=2.2.2 +SET version=2.2.3 rem TODO: Refactor using loop and automatic discovery call deploy-single.bat LogoFX.Core %version% +call deploy-single.bat LogoFX.Practices.IoC %version% call deploy-single.bat LogoFX.Client.Core.Core %version% -call deploy-single.bat LogoFX.Client.Core %version% \ No newline at end of file +call deploy-single.bat LogoFX.Client.Core %version% +call deploy-single.bat LogoFX.Client.Modularity %version% +call deploy-single.bat LogoFX.Client.Theming %version% \ No newline at end of file diff --git a/devops/pack/LogoFX.Client.Core.Core/contents/LogoFX.Client.Core.Core.nuspec b/devops/pack/LogoFX.Client.Core.Core/contents/LogoFX.Client.Core.Core.nuspec index f8d71d7..94fb2c6 100644 --- a/devops/pack/LogoFX.Client.Core.Core/contents/LogoFX.Client.Core.Core.nuspec +++ b/devops/pack/LogoFX.Client.Core.Core/contents/LogoFX.Client.Core.Core.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Core.Core - 2.2.2 + 2.2.3 LogoFX.Client.Core.Core Gennady Verdel, David Kossoglyad, Vlad Spivak Gennady Verdel @@ -14,7 +14,7 @@ LogoFX Client Core Core containing core facilities for client applications development, including implementation of INotifyPropertyChanged and ambient context for the dispatcher. Added SetProperty functionality - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Core/contents/LogoFX.Client.Core.nuspec b/devops/pack/LogoFX.Client.Core/contents/LogoFX.Client.Core.nuspec index 5e7f842..dd6dc1e 100644 --- a/devops/pack/LogoFX.Client.Core/contents/LogoFX.Client.Core.nuspec +++ b/devops/pack/LogoFX.Client.Core/contents/LogoFX.Client.Core.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Core - 2.2.2 + 2.2.3 LogoFX.Client.Core Gennady Verdel, David Kossoglyad, Vlad Spivak Gennady Verdel @@ -12,9 +12,9 @@ https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true LogoFX Client Core containing platform-specific utilities for client applications, including dispatcher. LogoFX Client Core containing platform-specific utilities for client applications, including dispatcher. - Added .NET Core support + Added .NET 5 support - + framework logofx dotnet diff --git a/devops/pack/LogoFX.Client.Modularity/contents/LogoFX.Client.Modularity.nuspec b/devops/pack/LogoFX.Client.Modularity/contents/LogoFX.Client.Modularity.nuspec index 3671fd3..f17f4e8 100644 --- a/devops/pack/LogoFX.Client.Modularity/contents/LogoFX.Client.Modularity.nuspec +++ b/devops/pack/LogoFX.Client.Modularity/contents/LogoFX.Client.Modularity.nuspec @@ -2,13 +2,13 @@ LogoFX.Client.Modularity - 2.2.2 + 2.2.3 LogoFX.Client.Modularity - Gennady Verdel,David Kossoglyad,Dmitry Bublik + Gennady Verdel, David Kossoglyad, Dmitry Bublik Gennady Verdel false - https://github.com/LogoFX/logofx-client-modularity/blob/master/LICENSE - https://github.com/LogoFX/logofx-client-modularity + https://github.com/LogoFX/core/blob/main/LICENSE + https://github.com/LogoFX/core https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true LogoFX Client Modularity containing interface and base class for ui module and related concerns. LogoFX Client Modularity containing interface and base class for ui module and related concerns. @@ -18,6 +18,6 @@ framework logofx dotnet - + \ No newline at end of file diff --git a/devops/pack/LogoFX.Client.Theming/contents/LogoFX.Client.Theming.nuspec b/devops/pack/LogoFX.Client.Theming/contents/LogoFX.Client.Theming.nuspec index 2dd0abb..674a552 100644 --- a/devops/pack/LogoFX.Client.Theming/contents/LogoFX.Client.Theming.nuspec +++ b/devops/pack/LogoFX.Client.Theming/contents/LogoFX.Client.Theming.nuspec @@ -2,7 +2,7 @@ LogoFX.Client.Theming - 2.2.2 + 2.2.3 LogoFX.Client.Theming Dmitry Bublik, David Kossoglyad, Gennady Verdel Gennady Verdel diff --git a/devops/pack/LogoFX.Core/contents/LogoFX.Core.nuspec b/devops/pack/LogoFX.Core/contents/LogoFX.Core.nuspec index 827571d..cfe71f8 100644 --- a/devops/pack/LogoFX.Core/contents/LogoFX.Core.nuspec +++ b/devops/pack/LogoFX.Core/contents/LogoFX.Core.nuspec @@ -2,15 +2,16 @@ LogoFX.Core - 2.2.2 - Gennady Verdel,David Kossoglyad,Vlad Spivak,Dmitry Bublik - Gennady Verdel + 2.2.3 + Gennady Verdel, David Kossoglyad, Vlad Spivak, Dmitry Bublik + Gennady Verdel false - https://github.com/LogoFX + https://github.com/LogoFX/core/blob/main/LICENSE + https://github.com/LogoFX/core https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true LogoFX Core assemblies containing collections and weak objects implementations. Improved notification management via dedicated interface. framework logofx core dotnet - + \ No newline at end of file diff --git a/devops/pack/LogoFX.Practices.IoC/contents/LogoFX.Practices.IoC.nuspec b/devops/pack/LogoFX.Practices.IoC/contents/LogoFX.Practices.IoC.nuspec index f89a945..a925dd2 100644 --- a/devops/pack/LogoFX.Practices.IoC/contents/LogoFX.Practices.IoC.nuspec +++ b/devops/pack/LogoFX.Practices.IoC/contents/LogoFX.Practices.IoC.nuspec @@ -2,7 +2,7 @@ LogoFX.Practices.IoC - 2.2.2 + 2.2.3 LogoFX.Practices.IoC Gennady Verdel, David Kossoglyad, Dmitry Bublik, Vlad Spivak Gennady Verdel @@ -15,7 +15,7 @@ - + framework logofx dotnet diff --git a/devops/publish/publish-all.bat b/devops/publish/publish-all.bat index 34edc3b..9eddcde 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.2 +SET package_version=2.2.3 cd ../test call test-all cd ../pack diff --git a/devops/publish/publish-single.bat b/devops/publish/publish-single.bat index e9091e3..8f539cd 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.2 +SET package_version=2.2.3 SET target=../../../../packages/Tests-All cd ../build call build-all diff --git a/src/LogoFX.Client.Core.Platform/android/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Core.Platform/android/Properties/AssemblyInfo.cs index 9b0f43c..d4b8fd0 100644 --- a/src/LogoFX.Client.Core.Platform/android/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Core.Platform/android/Properties/AssemblyInfo.cs @@ -21,5 +21,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/src/LogoFX.Client.Core.Platform/iOS/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Core.Platform/iOS/Properties/AssemblyInfo.cs index f19f61b..5ea8b73 100644 --- a/src/LogoFX.Client.Core.Platform/iOS/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Core.Platform/iOS/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/src/LogoFX.Client.Core.Platform/net/LogoFX.Client.Core.Platform.NET.csproj b/src/LogoFX.Client.Core.Platform/net/LogoFX.Client.Core.Platform.NET.csproj index 4a9fad2..ab6a260 100644 --- a/src/LogoFX.Client.Core.Platform/net/LogoFX.Client.Core.Platform.NET.csproj +++ b/src/LogoFX.Client.Core.Platform/net/LogoFX.Client.Core.Platform.NET.csproj @@ -5,7 +5,7 @@ LogoFX.Client.Core.Platform LogoFX.Client.Core true - 2.2.2 + 2.2.3 ..\..\Bin\net\Release diff --git a/src/LogoFX.Client.Core.Platform/netcore/LogoFX.Client.Core.Platform.NETCore.csproj b/src/LogoFX.Client.Core.Platform/netcore/LogoFX.Client.Core.Platform.NETCore.csproj index c049795..a2c9983 100644 --- a/src/LogoFX.Client.Core.Platform/netcore/LogoFX.Client.Core.Platform.NETCore.csproj +++ b/src/LogoFX.Client.Core.Platform/netcore/LogoFX.Client.Core.Platform.NETCore.csproj @@ -5,7 +5,7 @@ LogoFX.Client.Core.Platform LogoFX.Client.Core true - 2.2.2 + 2.2.3 ..\..\Bin\netcore\Release diff --git a/src/LogoFX.Client.Core.Platform/netframework/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Core.Platform/netframework/Properties/AssemblyInfo.cs index 82a0aaa..90b9e2b 100644 --- a/src/LogoFX.Client.Core.Platform/netframework/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Core.Platform/netframework/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/src/LogoFX.Client.Core.Platform/uwp/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Core.Platform/uwp/Properties/AssemblyInfo.cs index 95c49f0..c1bd28b 100644 --- a/src/LogoFX.Client.Core.Platform/uwp/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Core.Platform/uwp/Properties/AssemblyInfo.cs @@ -20,6 +20,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] [assembly: ComVisible(false)] diff --git a/src/LogoFX.Client.Core/LogoFX.Client.Core.csproj b/src/LogoFX.Client.Core/LogoFX.Client.Core.csproj index de5553b..df0f9bc 100644 --- a/src/LogoFX.Client.Core/LogoFX.Client.Core.csproj +++ b/src/LogoFX.Client.Core/LogoFX.Client.Core.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.2 + 2.2.3 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Modularity/LogoFX.Client.Modularity.csproj b/src/LogoFX.Client.Modularity/LogoFX.Client.Modularity.csproj index f38e010..6d8062e 100644 --- a/src/LogoFX.Client.Modularity/LogoFX.Client.Modularity.csproj +++ b/src/LogoFX.Client.Modularity/LogoFX.Client.Modularity.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.2 + 2.2.3 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Client.Theming.Platform/net/LogoFX.Client.Theming.Platform.NET.csproj b/src/LogoFX.Client.Theming.Platform/net/LogoFX.Client.Theming.Platform.NET.csproj index 3382e86..62c08bc 100644 --- a/src/LogoFX.Client.Theming.Platform/net/LogoFX.Client.Theming.Platform.NET.csproj +++ b/src/LogoFX.Client.Theming.Platform/net/LogoFX.Client.Theming.Platform.NET.csproj @@ -5,7 +5,7 @@ true LogoFX.Client.Theming.Platform LogoFX.Client.Theming - 2.2.2 + 2.2.3 ..\..\bin\net\Release diff --git a/src/LogoFX.Client.Theming.Platform/netcore/LogoFX.Client.Theming.Platform.NETCore.csproj b/src/LogoFX.Client.Theming.Platform/netcore/LogoFX.Client.Theming.Platform.NETCore.csproj index 50690aa..4ed69de 100644 --- a/src/LogoFX.Client.Theming.Platform/netcore/LogoFX.Client.Theming.Platform.NETCore.csproj +++ b/src/LogoFX.Client.Theming.Platform/netcore/LogoFX.Client.Theming.Platform.NETCore.csproj @@ -5,7 +5,7 @@ true LogoFX.Client.Theming.Platform LogoFX.Client.Theming - 2.2.2 + 2.2.3 ..\..\bin\netcore\Release diff --git a/src/LogoFX.Client.Theming.Platform/netframework/Properties/AssemblyInfo.cs b/src/LogoFX.Client.Theming.Platform/netframework/Properties/AssemblyInfo.cs index b3a2dad..793141b 100644 --- a/src/LogoFX.Client.Theming.Platform/netframework/Properties/AssemblyInfo.cs +++ b/src/LogoFX.Client.Theming.Platform/netframework/Properties/AssemblyInfo.cs @@ -44,5 +44,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] diff --git a/src/LogoFX.Client.Theming/LogoFX.Client.Theming.csproj b/src/LogoFX.Client.Theming/LogoFX.Client.Theming.csproj index 55903be..170112d 100644 --- a/src/LogoFX.Client.Theming/LogoFX.Client.Theming.csproj +++ b/src/LogoFX.Client.Theming/LogoFX.Client.Theming.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.2 + 2.2.3 ..\bin\netstandard\Release diff --git a/src/LogoFX.Core/LogoFX.Core.csproj b/src/LogoFX.Core/LogoFX.Core.csproj index e113dbf..3287447 100644 --- a/src/LogoFX.Core/LogoFX.Core.csproj +++ b/src/LogoFX.Core/LogoFX.Core.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.2 + 2.2.3 Gennady Verdel, David Kossoglyad, Vlad Spivak, Dmitry Bublik LogoFX LogoFX Core assemblies containing collections and weak objects implementations. diff --git a/src/LogoFX.Practices.IoC.Modularity/LogoFX.Practices.IoC.Modularity.csproj b/src/LogoFX.Practices.IoC.Modularity/LogoFX.Practices.IoC.Modularity.csproj index 8cafb18..8b51b7e 100644 --- a/src/LogoFX.Practices.IoC.Modularity/LogoFX.Practices.IoC.Modularity.csproj +++ b/src/LogoFX.Practices.IoC.Modularity/LogoFX.Practices.IoC.Modularity.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.2 + 2.2.3 ..\Bin\netstandard\Release diff --git a/src/LogoFX.Practices.IoC/LogoFX.Practices.IoC.csproj b/src/LogoFX.Practices.IoC/LogoFX.Practices.IoC.csproj index b7745a5..776fdf2 100644 --- a/src/LogoFX.Practices.IoC/LogoFX.Practices.IoC.csproj +++ b/src/LogoFX.Practices.IoC/LogoFX.Practices.IoC.csproj @@ -2,7 +2,7 @@ netstandard2.0 false - 2.2.2 + 2.2.3 ..\Bin\netstandard\Release