Skip to content

Commit

Permalink
Bump NLog from 5.2.5 to 5.2.6 (#244)
Browse files Browse the repository at this point in the history
* Bump NLog from 5.2.5 to 5.2.6

Bumps [NLog](https://github.com/NLog/NLog) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v5.2.5...v5.2.6)

---
updated-dependencies:
- dependency-name: NLog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add debugtype none to test project

* Fix blank DebugType on main project

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James A Sutherland <>
  • Loading branch information
dependabot[bot] authored Nov 26, 2023
1 parent 0b5d630 commit 51e61d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Product>DicomTypeTranslation.Tests</Product>
<Copyright>Copyright © 2018</Copyright>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Remove="TextDetectionTets\**" />
Expand Down
4 changes: 2 additions & 2 deletions DicomTypeTranslation/DicomTypeTranslation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Description>Extension library for FoDicom supporting flexible relational database schemas for storing large Dicom imaging datasets. Also supports persisting Dicom tag data to MongoDb</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType></DebugType>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
Expand All @@ -34,7 +34,7 @@
<PackageReference Include="HIC.FAnsiSql" Version="3.1.1" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog" Version="5.2.6" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
</ItemGroup>
</Project>

0 comments on commit 51e61d8

Please sign in to comment.