Skip to content

Commit

Permalink
Merge pull request #126 from HicServices/dependabot/nuget/develop/Yam…
Browse files Browse the repository at this point in the history
…lDotNet-12.0.2
  • Loading branch information
dependabot[bot] authored Oct 7, 2022
2 parents a47e899 + 6396e1e commit 1643022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BadDicom/BadDicom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.0.1" />
<PackageReference Include="YamlDotNet" Version="12.0.1" />
<PackageReference Include="YamlDotNet" Version="12.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| Microsoft.SourceLink.GitHub | [GitHub](https://github.com/dotnet/sourcelink) | [1.1.1](https://www.nuget.org/packages/Microsoft.SourceLink.GitHub/1.1.1) | [Apache License 2.0](https://github.com/dotnet/sourcelink/blob/master/License.txt) | Enables source debugging of project nuget package| |
| Microsoft.NETCore.App | [GitHub](https://github.com/dotnet/runtime) | [2.2.8](https://www.nuget.org/packages/Microsoft.NETCore.App/2.2.8) |[MIT](https://opensource.org/licenses/MIT) | | .Net Core API|
| HIC.DicomTypeTranslation | [GitHub](https://github.com/HicServices/DicomTypeTranslation) | [4.0.1](https://www.nuget.org/packages/HIC.DicomTypeTranslation/4.0.1) | [GPL 3.0](https://github.com/HicServices/DicomTypeTranslation/blob/master/LICENSE) | | |
| YamlDotNet | [GitHub](https://github.com/aaubry/YamlDotNet) | [12.0.1](https://www.nuget.org/packages/YamlDotNet/12.0.1) | [MIT](https://opensource.org/licenses/MIT) |Loading configuration files|
| YamlDotNet | [GitHub](https://github.com/aaubry/YamlDotNet) | [12.0.2](https://www.nuget.org/packages/YamlDotNet/12.0.2) | [MIT](https://opensource.org/licenses/MIT) |Loading configuration files|
| 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 |
| [Nunit](https://nunit.org/) |[GitHub](https://github.com/nunit/nunit) | [3.13.3](https://www.nuget.org/packages/NUnit/3.13.3) | [MIT](https://opensource.org/licenses/MIT) | Unit testing |
| NUnit3TestAdapter | [GitHub](https://github.com/nunit/nunit3-vs-adapter)| [4.2.1](https://www.nuget.org/packages/NUnit3TestAdapter/4.2.1) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests from within Visual Studio |
Expand Down

0 comments on commit 1643022

Please sign in to comment.