Skip to content

Commit

Permalink
Merge pull request #1 from LogoFX/develop
Browse files Browse the repository at this point in the history
devops: bump version to 2.2.3
  • Loading branch information
godrose authored Sep 23, 2021
2 parents 12d920d + 1a30e50 commit 4a25704
Show file tree
Hide file tree
Showing 25 changed files with 47 additions and 43 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 5 additions & 2 deletions devops/deploy/deploy-all.bat
Original file line number Diff line number Diff line change
@@ -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%
call deploy-single.bat LogoFX.Client.Core %version%
call deploy-single.bat LogoFX.Client.Modularity %version%
call deploy-single.bat LogoFX.Client.Theming %version%
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Core.Core</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Core.Core</title>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -14,7 +14,7 @@
<summary>LogoFX Client Core Core containing core facilities for client applications development, including implementation of INotifyPropertyChanged and ambient context for the dispatcher.</summary>
<releaseNotes>Added SetProperty functionality</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Core</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Core</title>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -12,9 +12,9 @@
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Core containing platform-specific utilities for client applications, including dispatcher.</description>
<summary>LogoFX Client Core containing platform-specific utilities for client applications, including dispatcher.</summary>
<releaseNotes>Added .NET Core support</releaseNotes>
<releaseNotes>Added .NET 5 support</releaseNotes>
<dependencies>
<dependency id="LogoFX.Client.Core.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Modularity</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Modularity</title>
<authors>Gennady Verdel,David Kossoglyad,Dmitry Bublik</authors>
<authors>Gennady Verdel, David Kossoglyad, Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-modularity/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-modularity</projectUrl>
<licenseUrl>https://github.com/LogoFX/core/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/core</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Modularity containing interface and base class for ui module and related concerns.</description>
<summary>LogoFX Client Modularity containing interface and base class for ui module and related concerns.</summary>
Expand All @@ -18,6 +18,6 @@
<dependency id="Solid.Core" version="2.3.2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-modularity" />
<repository type="Open Source" url="https://github.com/LogoFX/core" />
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Theming</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Theming</title>
<authors>Dmitry Bublik, David Kossoglyad, Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand Down
11 changes: 6 additions & 5 deletions devops/pack/LogoFX.Core/contents/LogoFX.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Core</id>
<version>2.2.2</version>
<authors>Gennady Verdel,David Kossoglyad,Vlad Spivak,Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
<version>2.2.3</version>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak, Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/LogoFX</projectUrl>
<licenseUrl>https://github.com/LogoFX/core/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/core</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Core assemblies containing collections and weak objects implementations.</description>
<releaseNotes>Improved notification management via dedicated interface.</releaseNotes>
<tags>framework logofx core dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-core" />
<repository type="Open Source" url="https://github.com/LogoFX/core" />
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Practices.IoC</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Practices.IoC</title>
<authors>Gennady Verdel, David Kossoglyad, Dmitry Bublik, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -15,7 +15,7 @@
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
<dependency id="Solid.Practices.Modularity" version="2.3.2" />
</dependencies>
<tags>framework logofx dotnet</tags>
Expand Down
2 changes: 1 addition & 1 deletion devops/publish/publish-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion devops/publish/publish-single.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>LogoFX.Client.Core.Platform</AssemblyName>
<RootNamespace>LogoFX.Client.Core</RootNamespace>
<UseWPF>true</UseWPF>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Bin\net\Release</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>LogoFX.Client.Core.Platform</AssemblyName>
<RootNamespace>LogoFX.Client.Core</RootNamespace>
<UseWPF>true</UseWPF>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Bin\netcore\Release</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
2 changes: 1 addition & 1 deletion src/LogoFX.Client.Core/LogoFX.Client.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard\Release</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard\Release</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>LogoFX.Client.Theming.Platform</AssemblyName>
<RootNamespace>LogoFX.Client.Theming</RootNamespace>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\net\Release</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>LogoFX.Client.Theming.Platform</AssemblyName>
<RootNamespace>LogoFX.Client.Theming</RootNamespace>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\netcore\Release</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion src/LogoFX.Client.Theming/LogoFX.Client.Theming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\bin\netstandard\Release</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion src/LogoFX.Core/LogoFX.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
<Authors>Gennady Verdel, David Kossoglyad, Vlad Spivak, Dmitry Bublik</Authors>
<Product>LogoFX</Product>
<Description>LogoFX Core assemblies containing collections and weak objects implementations.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard\Release</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion src/LogoFX.Practices.IoC/LogoFX.Practices.IoC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard\Release</OutputPath>
Expand Down

0 comments on commit 4a25704

Please sign in to comment.