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 aded151 + 63e92a6 commit 2b6b9ec
Show file tree
Hide file tree
Showing 39 changed files with 99 additions and 99 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
2 changes: 1 addition & 1 deletion devops/deploy/deploy-all.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.Bootstrapping %version%
call deploy-single.bat LogoFX.Server.Bootstrapping %version%
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.Bootstrapping</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Bootstrapping</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
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.Bootstrapping.Adapters.Contracts</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping.Adapters.Contracts</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
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.Bootstrapping.Adapters.SimpleContainer</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping.Adapters.SimpleContainer</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,8 +16,8 @@
</releaseNotes>
<dependencies>
<dependency id="Solid.Practices.IoC" version="2.3.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Practices.IoC" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="LogoFX.Practices.IoC" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/bootstrapping" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Bootstrapping.Adapters.Unity</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping.Adapters.Unity</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-bootstrapping-adapters-unity/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-bootstrapping-adapters-unity</projectUrl>
<licenseUrl>https://github.com/LogoFX/bootstrapping/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/bootstrapping</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Bootstrapping Adapter for Unity Container containing an adapter for the Unity Container which is compatible with Caliburn.Micro.</description>
<summary>LogoFX Client Bootstrapping Adapter for Unity Container containing an adapter for the Unity Container which is compatible with Caliburn.Micro.</summary>
<releaseNotes>Added support for injecting unity container instance.</releaseNotes>
<dependencies>
<dependency id="Solid.Practices.IoC" version="2.3.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="Unity" version="5.11.10" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-bootstrapping-adapters-unity" />
<repository type="Open Source" url="https://github.com/LogoFX/bootstrapping" />
</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.Bootstrapping.Core</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping.Core</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -19,7 +19,7 @@
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Bootstrapping" version="2.3.2" />
<dependency id="Solid.Practices.Composition.Core" version="2.3.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/bootstrapping" />
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.Bootstrapping.Testing</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping.Testing</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -24,11 +24,11 @@
<dependency id="Solid.Practices.Modularity" version="2.3.2" />
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Bootstrapping" version="2.3.2" />
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
<dependency id="LogoFX.Bootstrapping" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.3" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/bootstrapping" />
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/2012/06/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Bootstrapping.Xamarin.Forms</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping.Xamarin.Forms</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -26,13 +26,13 @@
<dependency id="Solid.Practices.IoC" version="2.3.2" />
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Practices.Modularity" version="2.3.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
</group>
<group targetFramework="MonoAndroid4.0.3">
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</group>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</group>
</dependencies>
<tags>framework logofx dotnet</tags>
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/2012/06/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Bootstrapping</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Bootstrapping</title>
<authors>Gennady Verdel, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -24,11 +24,11 @@
<dependency id="Solid.Practices.Modularity" version="2.3.2" />
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Bootstrapping" version="2.3.2" />
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
<dependency id="LogoFX.Bootstrapping" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.3" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</group>
<group targetFramework="UAP10.0">
<dependency id="Solid.IoC.Registration" version="2.3.2" />
Expand All @@ -40,11 +40,11 @@
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Bootstrapping" version="2.3.2" />
<dependency id="Solid.Common" version="2.3.2" />
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
<dependency id="LogoFX.Bootstrapping" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.3" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Solid.IoC.Registration" version="2.3.2" />
Expand All @@ -55,11 +55,11 @@
<dependency id="Solid.Practices.Modularity" version="2.3.2" />
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Bootstrapping" version="2.3.2" />
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
<dependency id="LogoFX.Bootstrapping" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.3" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</group>
<group targetFramework="net5.0">
<dependency id="Solid.IoC.Registration" version="2.3.2" />
Expand All @@ -70,11 +70,11 @@
<dependency id="Solid.Practices.Modularity" version="2.3.2" />
<dependency id="Solid.Practices.Middleware" version="2.3.2" />
<dependency id="Solid.Bootstrapping" version="2.3.2" />
<dependency id="LogoFX.Core" version="2.2.2" />
<dependency id="LogoFX.Bootstrapping" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.2" />
<dependency id="LogoFX.Client.Core" version="2.2.2" />
<dependency id="LogoFX.Core" version="2.2.3" />
<dependency id="LogoFX.Bootstrapping" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Adapters.Contracts" version="2.2.3" />
<dependency id="LogoFX.Client.Bootstrapping.Core" version="2.2.3" />
<dependency id="LogoFX.Client.Core" version="2.2.3" />
</group>
</dependencies>
<tags>framework logofx dotnet</tags>
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.Server.Bootstrapping</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Server.Bootstrapping</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
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 @@ -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.Bootstrapping/LogoFX.Bootstrapping.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 @@ -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 All @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Practices.IoC" Version="2.2.2" />
<PackageReference Include="LogoFX.Practices.IoC" Version="2.2.3" />
<PackageReference Include="Solid.Practices.IoC" Version="2.3.2" />
</ItemGroup>
<ItemGroup>
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 @@ -102,7 +102,7 @@
<PackageReference Include="FluentAssertions">
<Version>6.1.0</Version>
</PackageReference>
<PackageReference Include="LogoFX.Client.Tests.Shared.Caliburn.Micro" Version="2.2.2" />
<PackageReference Include="LogoFX.Client.Tests.Shared.Caliburn.Micro" Version="2.2.3" />
<PackageReference Include="Solid.Common.Core">
<Version>2.3.2</Version>
</PackageReference>
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 @@ -65,8 +65,8 @@
<None Include="Resources\AboutResources.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Bootstrapping.Adapters.Contracts" Version="2.2.2" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.2" />
<PackageReference Include="LogoFX.Client.Bootstrapping.Adapters.Contracts" Version="2.2.3" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.3" />
<PackageReference Include="Solid.Practices.IoC" Version="2.3.2" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// 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 @@ -63,8 +63,8 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Bootstrapping.Adapters.Contracts" Version="2.2.2" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.2" />
<PackageReference Include="LogoFX.Client.Bootstrapping.Adapters.Contracts" Version="2.2.3" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.3" />
<PackageReference Include="Solid.Practices.IoC">
<Version>2.3.2</Version>
</PackageReference>
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 @@ -5,7 +5,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>LogoFX.Client.Bootstrapping.Platform</AssemblyName>
<RootNamespace>LogoFX.Client.Bootstrapping</RootNamespace>
<Version>2.2.2</Version>
<Version>2.2.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;NET</DefineConstants>
Expand Down Expand Up @@ -35,8 +35,8 @@
<Compile Include="..\src\RegisterResolverMiddleware.cs" Link="RegisterResolverMiddleware.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core" Version="2.2.2" />
<PackageReference Include="LogoFX.Core" Version="2.2.2" />
<PackageReference Include="LogoFX.Client.Core" Version="2.2.3" />
<PackageReference Include="LogoFX.Core" Version="2.2.3" />
<PackageReference Include="Solid.Common.Core" Version="2.3.2" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 2b6b9ec

Please sign in to comment.