Skip to content

Commit

Permalink
Merge pull request #67 from celeron533/minor_update
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
celeron533 authored Feb 12, 2024
2 parents 5c22d38 + 7ef0be5 commit 3cd9be9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
3 changes: 2 additions & 1 deletion DicomGrepCore/Entities/SearchCriteria.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ public override string ToString()
$"SearchTag = '{SearchTag}', " +
$"FileTypes = '{FileTypes}', " +
$"SearchText = '{SearchText}', " +
$"MatchPattern = {MatchPattern}, " +
$"CaseSensitive = {CaseSensitive}, " +
$"WholeWord= {WholeWord}, " +
$"WholeWord = {WholeWord}, " +
$"IncludeSubfolders = {IncludeSubfolders}, " +
$"SearchInResults = {SearchInResults}, " +
$"SearchThreads = {SearchThreads}";
Expand Down
2 changes: 1 addition & 1 deletion DicomGrepTests/DicomGrepTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
Expand Down

0 comments on commit 3cd9be9

Please sign in to comment.