Skip to content

Commit

Permalink
Merge pull request #80 from HicServices/prep-release
Browse files Browse the repository at this point in the history
prep release
  • Loading branch information
rdteviotdale authored Aug 1, 2024
2 parents 820c365 + a0584f0 commit 3f41ff4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HICPluginTests/HICPluginTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NunitXml.TestLogger" Version="3.1.20" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NunitXml.TestLogger" Version="4.0.254" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Tests.Common\Tests.Common.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion JiraPlugin/JiraPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="111.3.0" />
<PackageReference Include="RestSharp" Version="111.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Rdmp.Core\Rdmp.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion RDMP
Submodule RDMP updated 104 files
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("6.1.7")]
[assembly: AssemblyFileVersion("6.1.7")]
[assembly: AssemblyInformationalVersion("6.1.7")]
[assembly: AssemblyVersion("6.1.8")]
[assembly: AssemblyFileVersion("6.1.8")]
[assembly: AssemblyInformationalVersion("6.1.8")]

0 comments on commit 3f41ff4

Please sign in to comment.