Skip to content

Commit

Permalink
chore: bump version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed Dec 5, 2021
1 parent 5217633 commit 91a8071
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 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.5-rc1" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.5" />
<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.5-rc1
SET version=2.2.5
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
2 changes: 1 addition & 1 deletion devops/deploy/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.5-rc1
SET package_version=2.2.5
cd ../pack
call pack-all
cd ../publish
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.5-rc1</version>
<version>2.2.5</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.5-rc1</version>
<version>2.2.5</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.5-rc1</version>
<version>2.2.5</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.5-rc1</version>
<version>2.2.5</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.3" />
<dependency id="Attest.Tests.Core" version="2.4.3" />
<dependency id="Attest.Tests.xUnit" version="2.4.3" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.5-rc1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.5" />
</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.5-rc1</version>
<version>2.2.5</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.5-rc1</version>
<version>2.2.5</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.3" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.5-rc1" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.5" />
</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.5-rc1</version>
<version>2.2.5</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.3" />
<dependency id="Attest.Tests.Core" version="2.4.3" />
<dependency id="Attest.Tests.NUnit" version="2.4.3" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.5-rc1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.5" />
</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.5-rc1</version>
<version>2.2.5</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.3" />
<dependency id="Attest.Tests.Core" version="2.4.3" />
<dependency id="Attest.Tests.SpecFlow" version="2.4.3" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.5-rc1" />
<dependency id="LogoFX.Client.Tests.Shared" version="2.2.5" />
</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.5-rc1</version>
<version>2.2.5</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.3" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.5-rc1" />
<dependency id="LogoFX.Client.Tests.Contracts" version="2.2.5" />
</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.5-rc1</version>
<version>2.2.5</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.5-rc1</version>
<version>2.2.5</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.3" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.5-rc1" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.5" />
</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.5-rc1
SET package_version=2.2.5
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.5-rc1
SET package_version=2.2.5
SET target=../../../../packages/Tests-All
cd ../build
call build-all
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.5-rc1" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.5" />
</ItemGroup>
</Project>
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.5-rc1" />
<PackageReference Include="LogoFX.Client.Core.Core" Version="2.2.5" />
<PackageReference Include="Solid.Practices.Scheduling" Version="2.3.3" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 91a8071

Please sign in to comment.