Skip to content

Commit

Permalink
Merge pull request #9 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 96d9670 + cca6e60 commit 529fcbb
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
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.Core %version%
call deploy-single.bat LogoFX.Practices.IoC %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.Core.Core</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</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.6-rc1" />
<dependency id="LogoFX.Core" version="2.2.6-rc2" />
</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.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Core</title>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -14,7 +14,7 @@
<summary>LogoFX Client Core containing platform-specific utilities for client applications, including dispatcher.</summary>
<releaseNotes>Added .NET 5 support</releaseNotes>
<dependencies>
<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/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.Modularity</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Modularity</title>
<authors>Gennady Verdel, David Kossoglyad, Dmitry Bublik</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.Theming</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<title>LogoFX.Client.Theming</title>
<authors>Dmitry Bublik, David Kossoglyad, Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand Down
2 changes: 1 addition & 1 deletion devops/pack/LogoFX.Core/contents/LogoFX.Core.nuspec
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.Core</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</version>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak, Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
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.Practices.IoC</id>
<version>2.2.6-rc1</version>
<version>2.2.6-rc2</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.6-rc1" />
<dependency id="LogoFX.Core" version="2.2.6-rc2" />
<dependency id="Solid.Practices.Modularity" version="2.3.3" />
</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.6-rc1
SET package_version=2.2.6-rc2
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.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 @@ -8,10 +8,10 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
<PackageReference Include="SpecFlow" Version="3.9.50" />
<PackageReference Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.40" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.40" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.50" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.50" />
<PackageReference Include="xunit.core" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LogoFX.Client.Core\LogoFX.Client.Core.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions src/LogoFX.Client.Core.Specs/LogoFX.Client.Core.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
<PackageReference Include="SpecFlow" Version="3.9.50" />
<PackageReference Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.40" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.40" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.50" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.50" />
<PackageReference Include="xunit.core" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/LogoFX.Core.Specs/LogoFX.Core.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
<PackageReference Include="SpecFlow" Version="3.9.50" />
<PackageReference Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.40" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.40" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.50" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.50" />
<PackageReference Include="xunit.core" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.5-rc1" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
<PackageReference Include="SpecFlow" Version="3.9.50" />
<PackageReference Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.40" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.40" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.50" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.50" />
<PackageReference Include="xunit.core" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 529fcbb

Please sign in to comment.