File tree Expand file tree Collapse file tree
PG.StarWarsGame.Infrastructure
AET.SteamAbstraction.Testing
AET.SteamAbstraction.Test
PG.StarWarsGame.Infrastructure.Clients.Steam.Test
PG.StarWarsGame.Infrastructure.Testing
PG.StarWarsGame.Infrastructure.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Create packages
2828 run : dotnet pack --configuration Release --output ./packages
2929 - name : Upload a Build Artifact
30- uses : actions/upload-artifact@v6
30+ uses : actions/upload-artifact@v7
3131 with :
3232 name : NuGet packages
3333 path : packages/*.*
@@ -45,13 +45,13 @@ jobs:
4545 fetch-depth : 0
4646 - name : Setup .NET
4747 uses : actions/setup-dotnet@v5
48- - uses : actions/download-artifact@v7
48+ - uses : actions/download-artifact@v8
4949 with :
5050 name : NuGet packages
5151 path : packages
5252 - name : Push packages
5353 run : dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
54- - uses : dotnet/nbgv@v0.4.2
54+ - uses : dotnet/nbgv@v0.5.1
5555 id : nbgv
5656 - name : Create GitHub release
5757 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 3232 <Version >3.9.50</Version >
3333 </PackageReference >
3434 <PackageReference Include =" SauceControl.InheritDoc" Version =" 2.0.2" PrivateAssets =" all" />
35- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.102 " >
35+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.201 " >
3636 <PrivateAssets >all</PrivateAssets >
3737 </PackageReference >
3838 <None Include =" $(MSBuildThisFileDirectory)README.md" Pack =" true" PackagePath =" " />
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.2 " />
10+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.5 " />
1111 </ItemGroup >
1212
1313 <ItemGroup >
1414 <ProjectReference Include =" ..\src\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
1515 <ProjectReference Include =" ..\src\PG.StarWarsGame.Infrastructure.Clients.Steam\PG.StarWarsGame.Infrastructure.Clients.Steam.csproj" />
1616 </ItemGroup >
17-
1817</Project >
Original file line number Diff line number Diff line change 2121 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2222 </PropertyGroup >
2323 <ItemGroup >
24- <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 13.0.1 " />
25- <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 13.0.1 " />
26- <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 13.0.1 " />
27- <PackageReference Include =" System.Text.Json" Version =" 10.0.2 " />
28- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.2 " />
29- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10.0.2 " />
24+ <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 13.0.18 " />
25+ <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 13.0.18 " />
26+ <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 13.0.18 " />
27+ <PackageReference Include =" System.Text.Json" Version =" 10.0.5 " />
28+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.5 " />
29+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10.0.5 " />
3030 <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 6.0.0" Condition =" $(TargetFramework) == 'netstandard2.0'" />
3131 <PackageReference Include =" Nullable" Version =" 1.3.1" Condition =" $(TargetFramework) == 'netstandard2.0'" >
3232 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 2323 </PropertyGroup >
2424 <ItemGroup >
2525 <PackageReference Include =" AlamoEngineTools.Modinfo" Version =" 8.0.2" />
26- <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 13.0.1 " />
27- <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 13.0.1 " />
28- <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 13.0.1 " />
26+ <PackageReference Include =" AnakinRaW.CommonUtilities" Version =" 13.0.18 " />
27+ <PackageReference Include =" AnakinRaW.CommonUtilities.FileSystem" Version =" 13.0.18 " />
28+ <PackageReference Include =" AnakinRaW.CommonUtilities.Registry" Version =" 13.0.18 " />
2929 <PackageReference Include =" semver" Version =" 3.0.0" />
3030 <PackageReference Include =" HtmlAgilityPack" Version =" 1.12.4" />
31- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.2 " />
32- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10.0.2 " />
31+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.5 " />
32+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10.0.5 " />
3333 <PackageReference Include =" QuikGraph" Version =" 2.5.0" PrivateAssets =" compile" />
34- <PackageReference Include =" System.Text.Json" Version =" 10.0.2 " />
34+ <PackageReference Include =" System.Text.Json" Version =" 10.0.5 " />
3535 <PackageReference Include =" IsExternalInit" Version =" 1.0.3" >
3636 <PrivateAssets >all</PrivateAssets >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 1515 <ItemGroup >
1616 <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 6.0.0" />
1717 <PackageReference Include =" GitHubActionsTestLogger" Version =" 3.0.1" />
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.3.0 " />
1919 <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.2" />
20- <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.0.2 " />
20+ <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.1.0 " />
2121 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 <PrivateAssets >all</PrivateAssets >
2424 </PackageReference >
25- <PackageReference Include =" coverlet.collector" Version =" 6 .0.4 " >
25+ <PackageReference Include =" coverlet.collector" Version =" 8 .0.1 " >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 <PrivateAssets >all</PrivateAssets >
2828 </PackageReference >
2929 </ItemGroup >
3030
3131 <ItemGroup >
32+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.5" />
33+ <PackageReference Include =" Testably.Abstractions.Testing" Version =" 6.0.0" />
3234 <ProjectReference Include =" ..\..\src\AET.SteamAbstraction\AET.SteamAbstraction.csproj" />
3335 <ProjectReference Include =" ..\AET.SteamAbstraction.Testing\AET.SteamAbstraction.Testing.csproj" />
3436 </ItemGroup >
Original file line number Diff line number Diff line change 2626 </PropertyGroup >
2727
2828 <ItemGroup >
29- <PackageReference Include =" AnakinRaW.CommonUtilities.Testing" Version =" 13.0.1 " />
29+ <PackageReference Include =" AnakinRaW.CommonUtilities.Testing" Version =" 13.0.18 " />
3030 <PackageReference Include =" IsExternalInit" Version =" 1.0.3" Condition =" $(TargetFramework) == 'netstandard2.0'" >
3131 <PrivateAssets >all</PrivateAssets >
3232 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3333 </PackageReference >
3434 </ItemGroup >
3535
3636 <ItemGroup >
37+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.5" />
38+ <PackageReference Include =" Testably.Abstractions.Testing" Version =" 6.0.0" />
3739 <ProjectReference Include =" ..\..\src\AET.SteamAbstraction\AET.SteamAbstraction.csproj" />
3840 </ItemGroup >
3941</Project >
Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <PackageReference Include =" GitHubActionsTestLogger" Version =" 3.0.1" />
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
18- <PackageReference Include =" Testably.Abstractions.Testing" Version =" 5 .0.3 " />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.3.0 " />
18+ <PackageReference Include =" Testably.Abstractions.Testing" Version =" 6 .0.0 " />
1919 <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.2" />
20- <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.0.2 " />
20+ <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.1.0 " />
2121 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 <PrivateAssets >all</PrivateAssets >
2424 </PackageReference >
25- <PackageReference Include =" coverlet.collector" Version =" 6 .0.4 " >
25+ <PackageReference Include =" coverlet.collector" Version =" 8 .0.1 " >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 <PrivateAssets >all</PrivateAssets >
2828 </PackageReference >
Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <PackageReference Include =" GitHubActionsTestLogger" Version =" 3.0.1" />
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.3.0 " />
1818 <PackageReference Include =" QuikGraph" Version =" 2.5.0" />
1919 <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.2" />
20- <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.0.2 " />
20+ <PackageReference Include =" Microsoft.Testing.Platform" Version =" 2.1.0 " />
2121 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 <PrivateAssets >all</PrivateAssets >
2424 </PackageReference >
25- <PackageReference Include =" coverlet.collector" Version =" 6 .0.4 " >
25+ <PackageReference Include =" coverlet.collector" Version =" 8 .0.1 " >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 <PrivateAssets >all</PrivateAssets >
2828 </PackageReference >
2929 </ItemGroup >
3030
3131 <ItemGroup >
32+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.5" />
33+ <PackageReference Include =" Testably.Abstractions.Testing" Version =" 6.0.0" />
3234 <ProjectReference Include =" ..\..\src\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
3335 <ProjectReference Include =" ..\PG.StarWarsGame.Infrastructure.Testing\PG.StarWarsGame.Infrastructure.Testing.csproj" />
3436 </ItemGroup >
35-
3637</Project >
Original file line number Diff line number Diff line change 2626 </PropertyGroup >
2727
2828 <ItemGroup >
29- <PackageReference Include =" AnakinRaW.CommonUtilities.Testing" Version =" 13.0.1 " />
29+ <PackageReference Include =" AnakinRaW.CommonUtilities.Testing" Version =" 13.0.18 " />
3030 <PackageReference Include =" Required" Version =" 1.0.0" Condition =" $(TargetFramework) == 'netstandard2.0'" >
3131 <PrivateAssets >all</PrivateAssets >
3232 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3333 </PackageReference >
3434 </ItemGroup >
3535
3636 <ItemGroup >
37+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.5" />
38+ <PackageReference Include =" Testably.Abstractions.Testing" Version =" 6.0.0" />
3739 <ProjectReference Include =" ..\..\src\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
3840 </ItemGroup >
3941</Project >
You can’t perform that action at this time.
0 commit comments