Skip to content

Commit

Permalink
Merge pull request #110 from SMI/dependabot/nuget/CsvHelper-28.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 15, 2022
2 parents 613ef42 + 498c926 commit ea28196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IsIdentifiable/IsIdentifiable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="CsvHelper" Version="28.0.0" />
<PackageReference Include="CsvHelper" Version="28.0.1" />
<PackageReference Include="Equ" Version="2.3.0" />
<PackageReference Include="fo-dicom.Imaging.ImageSharp" Version="5.0.3" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion NuGet/IsIdentifiable.NuGet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<group targetFramework="net6.0">
<dependency id="CommandLineParser" version="2.9.1" />
<dependency id="Equ" version="2.3.0" />
<dependency id="CsvHelper" version="28.0.0" />
<dependency id="CsvHelper" version="28.0.1" />
<dependency id="fo-dicom.Imaging.ImageSharp" version="5.0.3" />
<dependency id="HIC.DicomTypeTranslation" version="4.0.1" />
<dependency id="HIC.FAnsiSql" version="2.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| ------- | ------------| --------| ------- | ------- | -------------------------- |
| coverlet.collector | [GitHub](https://github.com/coverlet-coverage/coverlet) | [3.0.3](https://www.nuget.org/packages/coverlet.collector/3.0.3) | [MIT](https://opensource.org/licenses/MIT) | Collects code coverage information | |
| CommandLineParser | [GitHub](https://github.com/commandlineparser/commandline) | [2.9.1](https://www.nuget.org/packages/CommandLineParser/2.9.1) | [MIT](https://opensource.org/licenses/MIT) | Allows command line arguments for main client application and CLI executables |
| CsvHelper | [GitHub](https://github.com/JoshClose/CsvHelper) | [28.0.0](https://www.nuget.org/packages/CsvHelper/28.0.0) | MS-PL / Apache 2.0 | Enables reading/writing CSV files |
| CsvHelper | [GitHub](https://github.com/JoshClose/CsvHelper) | [28.0.1](https://www.nuget.org/packages/CsvHelper/28.0.1) | MS-PL / Apache 2.0 | Enables reading/writing CSV files |
| [Equ](https://github.com/thedmi/Equ) | [GitHub](https://github.com/thedmi/Equ) | [2.3.0](https://www.nuget.org/packages/Equ/2.3.0) | [MIT](https://opensource.org/licenses/MIT) | Simplifies object comparators |
| [NLog](https://nlog-project.org/) | [GitHub](https://github.com/NLog/NLog) | [5.0.1](https://www.nuget.org/packages/NLog/5.0.1) | [BSD 3-Clause](https://github.com/NLog/NLog/blob/dev/LICENSE.txt) | Flexible user configurable logging | |
| HIC.FAnsiSql |[GitHub](https://github.com/HicServices/FAnsiSql) | [2.0.4](https://www.nuget.org/packages/HIC.FansiSql/2.0.4) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | DBMS abstraction layer |
Expand Down

0 comments on commit ea28196

Please sign in to comment.