Skip to content

Commit

Permalink
Merge pull request #4 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 d962a19 + 10051a1 commit 73afdb1
Show file tree
Hide file tree
Showing 32 changed files with 84 additions and 82 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}
configuration: Release
before_build:
- cd src
Expand Down
16 changes: 8 additions & 8 deletions devops/deploy/deploy-all.bat
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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.Client.Testing.Contracts %version%
call deploy-single.bat LogoFX.Client.Testing.Shared %version%
call deploy-single.bat LogoFX.Client.Testing.Shared.Caliburn.Micro %version%
call deploy-single.bat LogoFX.Client.Testing.EndToEnd %version%
call deploy-single.bat LogoFX.Client.Tests.Contracts %version%
call deploy-single.bat LogoFX.Client.Tests.Shared %version%
call deploy-single.bat LogoFX.Client.Tests.Shared.Caliburn.Micro %version%
call deploy-single.bat LogoFX.Client.Tests.EndToEnd %version%
call deploy-single.bat LogoFX.Client.Testing.EndToEnd.FlaUI %version%
call deploy-single.bat LogoFX.Client.Testing.EndToEnd.White %version%
call deploy-single.bat LogoFX.Client.Testing.EndToEnd.SpecFlow %version%
call deploy-single.bat LogoFX.Client.Testing.Integration %version%
call deploy-single.bat LogoFX.Client.Testing.Integration.NUnit %version%
call deploy-single.bat LogoFX.Client.Tests.Integration %version%
call deploy-single.bat LogoFX.Client.Tests.Integration.NUnit %version%
call deploy-single.bat LogoFX.Client.Testing.Integration.xUnit %version%
call deploy-single.bat LogoFX.Client.Testing.Integration.SpecFlow %version%
call deploy-single.bat LogoFX.Client.Tests.Integration.SpecFlow %version%
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.Testing.EndToEnd.FlaUI</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.EndToEnd.FlaUI</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-e2e-flaui/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-e2e-flaui</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing EndToEnd FlaUI containing implementation of Application Facade using FlaUI.</description>
<summary>LogoFX Client Testing EndToEnd FlaUI containing implementation of Application Facade using FlaUI.</summary>
Expand All @@ -18,6 +18,6 @@
<dependency id="FlaUI.Core" version="3.0.0" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-e2e-flaui" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Testing.EndToEnd.SpecFlow</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.EndToEnd.SpecFlow</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-e2e-specflow/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-e2e-specflow</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Tests SpecFlow containing base class for SpecFlow bridge.</description>
<summary>LogoFX Client Tests SpecFlow containing base class for SpecFlow bridge.</summary>
Expand All @@ -19,6 +19,6 @@
<dependency id="Attest.Tests.SpecFlow" version="2.4.1" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-e2e-specflow" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Testing.EndToEnd.White</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.EndToEnd.White</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-e2e-white/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-e2e-white</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing EndToEnd White containing implementation of Application Facade using TestStack.White.</description>
<summary>LogoFX Client Testing EndToEnd White containing implementation of Application Facade using TestStack.White.</summary>
Expand All @@ -19,6 +19,6 @@
<dependency id="TestStack.White" version="0.13.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-e2e-white" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Testing.Integration.xUnit</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Integration.xUnit</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-integration-xunit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-integration-xunit</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Tests Integration xUnit containing implementation of Builder Registration Service for xUnit
and base class for unit and integration tests.</description>
Expand All @@ -21,9 +21,9 @@ and base class for unit and integration tests.</summary>
<dependency id="Attest.Testing.Contracts" version="2.4.1" />
<dependency id="Attest.Tests.Core" version="2.4.1" />
<dependency id="Attest.Tests.xUnit" version="2.4.1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.2" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-integration-xunit" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Tests.Contracts</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Contracts</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-contracts/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-contracts</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing Contracts containing contracts for the following Test Services:
Start Client Application Service - used to start the client application.</description>
<summary>LogoFX Client Testing Contracts containing contracts for Client Test Services.</summary>
<releaseNotes>
</releaseNotes>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-contracts" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Tests.EndToEnd</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.EndToEnd</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-e2e/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-e2e</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing EndToEnd containing implementations for Client Tests Services Abstractions for client end-to-end tests.</description>
<summary>LogoFX Client Testing EndToEnd containing implementations for Client Tests Services Abstractions for client end-to-end tests.</summary>
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="Attest.Testing.Contracts" version="2.4.1" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-e2e" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Tests.Integration.NUnit</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Integration.NUnit</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-integration-nunit/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-integration-nunit</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing Integration NUnit containing base class for unit and integration tests which are based on NUnit.</description>
<summary>LogoFX Client Testing Integration NUnit containing base class for unit and integration tests which are based on NUnit.</summary>
Expand All @@ -19,7 +19,9 @@
<dependency id="Attest.Testing.Contracts" version="2.4.1" />
<dependency id="Attest.Tests.Core" version="2.4.1" />
<dependency id="Attest.Tests.NUnit" version="2.4.1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.2" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Tests.Integration.SpecFlow</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Integration.SpecFlow</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-integration-specflow/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-integration-specflow</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing Integration SpecFlow containing base class for unit and integration tests which are based on SpecFlow.</description>
<summary>LogoFX Client Testing Integration SpecFlow containing base class for unit and integration tests which are based on SpecFlow.</summary>
Expand All @@ -20,9 +20,9 @@
<dependency id="Attest.Testing.Contracts" version="2.4.1" />
<dependency id="Attest.Tests.Core" version="2.4.1" />
<dependency id="Attest.Tests.SpecFlow" version="2.4.1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.2" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-integration-specflow" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Tests.Integration</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Integration</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-integration/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-integration</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing Integration containing implementation of Start Client Application Service for integration tests.</description>
<summary>LogoFX Client Testing Integration containing implementation of Start Client Application Service for integration tests.</summary>
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="Attest.Testing.Contracts" version="2.4.1" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.2" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.3" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-integration" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Tests.Shared.Caliburn.Micro</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Shared.Caliburn.Micro</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-shared-caliburn-micro/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-shared-caliburn-micro</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Mvvm Testing Shared Caliburn Micro containing facilities for writing Caliburn.Micro-based client integration tests.</description>
<summary>LogoFX Client Mvvm Testing Shared Caliburn Micro containing facilities for writing Caliburn.Micro-based client integration tests.</summary>
<releaseNotes>
</releaseNotes>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/logofx-client-testing-shared-caluburn-micro" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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.Tests.Shared</id>
<version>2.2.2</version>
<version>2.2.3</version>
<title>LogoFX.Client.Testing.Shared</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/LogoFX/logofx-client-testing-shared/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/logofx-client-testing-shared</projectUrl>
<licenseUrl>https://github.com/LogoFX/testing/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/LogoFX/testing</projectUrl>
<iconUrl>https://github.com/LogoFX/logofx-assets/blob/master/icons/icon.png?raw=true</iconUrl>
<description>LogoFX Client Testing Shared containing facilities for writing client unit and integration tests which run in the same thread.</description>
<summary>LogoFX Client Testing Shared containing facilities for writing client unit and integration tests which run in the same thread.</summary>
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="Solid.Practices.Scheduling" version="2.3.2" />
<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/logofx-client-testing-shared" />
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
</metadata>
</package>
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 ../pack
call pack-all
cd ../publish
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
Loading

0 comments on commit 73afdb1

Please sign in to comment.