Skip to content

Commit

Permalink
Bump NLog from 5.2.8 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [NLog](https://github.com/NLog/NLog) from 5.2.8 to 5.3.2.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v5.2.8...v5.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 042b414 commit a057670
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 116 deletions.
176 changes: 88 additions & 88 deletions DicomGrep/DicomGrep.csproj
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<StartupObject>DicomGrep.App</StartupObject>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>1.5.2</Version>
<Authors>celeron533</Authors>
<PackageProjectUrl>https://github.com/celeron533/DicomGrep</PackageProjectUrl>
<Description>A tool for searching Dicom file by contents</Description>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageTags>DICOM; search; grep</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/celeron533/DicomGrep</RepositoryUrl>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Remove="DICOM Dictionary.sample.xml" />
<None Remove="DICOM Dictionary.xml" />
<None Remove="Private Dictionary.sample.xml" />
<None Remove="Private Dictionary.xml" />
<None Remove="Views\Images\logo_128.png" />
<None Remove="Views\Images\logo_16.png" />
<None Remove="Views\Images\logo_256.png" />
<None Remove="Views\Images\logo_32.png" />
<None Remove="Views\Images\logo_48.png" />
<None Remove="Views\Images\logo_64.png" />
<None Remove="Views\Images\logo_96.png" />
</ItemGroup>

<ItemGroup>
<Content Include="DICOM Dictionary.sample.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="DICOM Dictionary.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Private Dictionary.sample.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Private Dictionary.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="fo-dicom" Version="5.1.2" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="WinCopies.WindowsAPICodePack.Shell" Version="2.12.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DicomGrepCore\DicomGrepCore.csproj" />
</ItemGroup>

<ItemGroup>
<Resource Include="Views\Images\logo_128.png" />
<Resource Include="Views\Images\logo_16.png" />
<Resource Include="Views\Images\logo_256.png" />
<Resource Include="Views\Images\logo_32.png" />
<Resource Include="Views\Images\logo_48.png" />
<Resource Include="Views\Images\logo_64.png" />
<Resource Include="Views\Images\logo_96.png" />
</ItemGroup>

<ItemGroup>
<None Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<StartupObject>DicomGrep.App</StartupObject>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>1.5.2</Version>
<Authors>celeron533</Authors>
<PackageProjectUrl>https://github.com/celeron533/DicomGrep</PackageProjectUrl>
<Description>A tool for searching Dicom file by contents</Description>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageTags>DICOM; search; grep</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/celeron533/DicomGrep</RepositoryUrl>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Remove="DICOM Dictionary.sample.xml" />
<None Remove="DICOM Dictionary.xml" />
<None Remove="Private Dictionary.sample.xml" />
<None Remove="Private Dictionary.xml" />
<None Remove="Views\Images\logo_128.png" />
<None Remove="Views\Images\logo_16.png" />
<None Remove="Views\Images\logo_256.png" />
<None Remove="Views\Images\logo_32.png" />
<None Remove="Views\Images\logo_48.png" />
<None Remove="Views\Images\logo_64.png" />
<None Remove="Views\Images\logo_96.png" />
</ItemGroup>

<ItemGroup>
<Content Include="DICOM Dictionary.sample.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="DICOM Dictionary.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Private Dictionary.sample.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Private Dictionary.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="fo-dicom" Version="5.1.2" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="WinCopies.WindowsAPICodePack.Shell" Version="2.12.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DicomGrepCore\DicomGrepCore.csproj" />
</ItemGroup>

<ItemGroup>
<Resource Include="Views\Images\logo_128.png" />
<Resource Include="Views\Images\logo_16.png" />
<Resource Include="Views\Images\logo_256.png" />
<Resource Include="Views\Images\logo_32.png" />
<Resource Include="Views\Images\logo_48.png" />
<Resource Include="Views\Images\logo_64.png" />
<Resource Include="Views\Images\logo_96.png" />
</ItemGroup>

<ItemGroup>
<None Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
56 changes: 28 additions & 28 deletions DicomGrepCore/DicomGrepCore.csproj
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.5.2</Version>
<PackageProjectUrl>https://github.com/celeron533/DicomGrep</PackageProjectUrl>
<RepositoryUrl>https://github.com/celeron533/DicomGrep</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<PackageTags>DICOM; search; grep</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="fo-dicom" Version="5.1.2" />
<PackageReference Include="NLog" Version="5.2.8" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.5.2</Version>
<PackageProjectUrl>https://github.com/celeron533/DicomGrep</PackageProjectUrl>
<RepositoryUrl>https://github.com/celeron533/DicomGrep</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<PackageTags>DICOM; search; grep</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="fo-dicom" Version="5.1.2" />
<PackageReference Include="NLog" Version="5.3.2" />
</ItemGroup>

</Project>

0 comments on commit a057670

Please sign in to comment.