Skip to content

Commit

Permalink
Merge pull request #7 from LogoFX/feature/bump-packages
Browse files Browse the repository at this point in the history
chore: bump packages
  • Loading branch information
godrose authored Feb 11, 2022
2 parents e871f7c + 0055b45 commit 21a62a4
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion devops/deploy/LogoFX.Client.Testing.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.6-rc1" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.6-rc2" />
<PackageReference Include="Solid.Practices.Scheduling" Version="2.3.2" />
</ItemGroup>
<ItemGroup>
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.6-rc1
SET version=2.2.6-rc2
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%
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.Testing.EndToEnd.FlaUI</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.EndToEnd.FlaUI</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.Testing.EndToEnd.SpecFlow</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.EndToEnd.SpecFlow</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.Testing.EndToEnd.White</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.EndToEnd.White</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.Testing.Integration.xUnit</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.Integration.xUnit</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -21,7 +21,7 @@ and base class for unit and integration tests.</summary>
<dependency id="Attest.Testing.Contracts" version="2.4.4" />
<dependency id="Attest.Tests.Core" version="2.4.4" />
<dependency id="Attest.Tests.xUnit" version="2.4.4" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.6-rc1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.6-rc2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
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.Tests.Contracts</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.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.Tests.EndToEnd</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.EndToEnd</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,7 +16,7 @@
</releaseNotes>
<dependencies>
<dependency id="Attest.Testing.Contracts" version="2.4.4" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.6-rc1" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.6-rc2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
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.Tests.Integration.NUnit</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.Integration.NUnit</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -19,7 +19,7 @@
<dependency id="Attest.Testing.Contracts" version="2.4.4" />
<dependency id="Attest.Tests.Core" version="2.4.4" />
<dependency id="Attest.Tests.NUnit" version="2.4.4" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.6-rc1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.6-rc2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
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.Tests.Integration.SpecFlow</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.Integration.SpecFlow</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -20,7 +20,7 @@
<dependency id="Attest.Testing.Contracts" version="2.4.4" />
<dependency id="Attest.Tests.Core" version="2.4.4" />
<dependency id="Attest.Tests.SpecFlow" version="2.4.4" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.6-rc1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.6-rc2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
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.Tests.Integration</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.Integration</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,7 +16,7 @@
</releaseNotes>
<dependencies>
<dependency id="Attest.Testing.Contracts" version="2.4.4" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.6-rc1" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.6-rc2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
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.Tests.Shared.Caliburn.Micro</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.Shared.Caliburn.Micro</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.Tests.Shared</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Testing.Shared</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,7 +16,7 @@
</releaseNotes>
<dependencies>
<dependency id="Solid.Practices.Scheduling" version="2.3.4" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6-rc1" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6-rc2" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/testing" />
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.6-rc1
SET package_version=2.2.6-rc2
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.6-rc1
SET package_version=2.2.6-rc2
SET target=../../../../packages/Tests-All
cd ../build
call build-all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="FlaUI.Core" Version="3.2.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Fake.Data" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Fake.Data" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand All @@ -19,7 +19,7 @@
<Compile Include="..\src\TeardownService.cs" Link="TeardownService.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="TestStack.White" Version="0.13.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Compile Include="..\src\TeardownService.cs" Link="TeardownService.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="TestStack.White" Version="0.13.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts">
<Version>2.4.4</Version>
<Version>2.4.5-rc1</Version>
</PackageReference>
<PackageReference Include="TestStack.White">
<Version>0.13.3</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LogoFX.Client.Testing.Contracts\LogoFX.Client.Testing.Contracts.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.6-rc1" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.6-rc2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.4" />
<PackageReference Include="Attest.Tests.NUnit" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.NUnit" Version="2.4.5-rc1" />
<PackageReference Include="Solid.Core" Version="2.3.4" />
<PackageReference Include="Solid.Patterns.Builder" Version="2.3.4" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
<PackageReference Include="Solid.Core" Version="2.3.4" />
<PackageReference Include="Solid.Patterns.Builder" Version="2.3.4" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.4" />
<PackageReference Include="Attest.Tests.xUnit" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.Core" Version="2.4.5-rc1" />
<PackageReference Include="Attest.Tests.xUnit" Version="2.4.5-rc1" />
<PackageReference Include="Solid.Core" Version="2.3.4" />
<PackageReference Include="Solid.Patterns.Builder" Version="2.3.4" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.4" />
<PackageReference Include="Attest.Testing.Contracts" Version="2.4.5-rc1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LogoFX.Client.Testing.Contracts\LogoFX.Client.Testing.Contracts.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.6-rc1" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.6-rc2" />
<PackageReference Include="Solid.Practices.Scheduling" Version="2.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 21a62a4

Please sign in to comment.