Skip to content

Commit

Permalink
Merge pull request #113 from HicServices/task/bump-rdmp
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
bpeacock001 authored Oct 16, 2024
2 parents ca6957e + 1c4b242 commit 6731ada
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NunitXml.TestLogger" Version="4.0.254" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NunitXml.TestLogger" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomationPlugins\LoadModules.Extensions.AutomationPlugins\LoadModules.Extensions.AutomationPlugins.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion RDMP
Submodule RDMP updated 108 files
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("6.2.6")]
[assembly: AssemblyFileVersion("6.2.6")]
[assembly: AssemblyInformationalVersion("6.2.6")]
[assembly: AssemblyVersion("6.2.7")]
[assembly: AssemblyFileVersion("6.2.7")]
[assembly: AssemblyInformationalVersion("6.2.7")]

0 comments on commit 6731ada

Please sign in to comment.