Skip to content

Commit

Permalink
Bump YamlDotNet from 13.1.0 to 15.1.1 in /src
Browse files Browse the repository at this point in the history
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.1.0 to 15.1.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v13.1.0...v15.1.1)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent fd26f77 commit a22b625
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Yaml.Tests/Cake.Yaml.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Cake.Core" Version="3.0.0" />
<PackageReference Include="Cake.Testing" Version="3.0.0" />
<PackageReference Include="YamlDotNet" version="13.1.0" />
<PackageReference Include="YamlDotNet" version="15.1.1" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
Expand Down
80 changes: 40 additions & 40 deletions src/Cake.Yaml/Cake.Yaml.csproj
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup>
<PackageId>Cake.Yaml</PackageId>
<Title>Cake.Yaml</Title>
<Summary>YAML Serialization addon for cake build.</Summary>
<Description>Cake Build addon for YAML Serialization.</Description>
<PackageTags>cake;script;build;cake-addin;YAML</PackageTags>
<Authors>Redth</Authors>
<Owners>Redth,cake-contrib</Owners>
<PackageProjectUrl>https://github.com/cake-contrib/Cake.Yaml</PackageProjectUrl>
<PackageIcon>images/icon.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cake-contrib/Cake.Yaml.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="images/icon.png" Pack="true" PackagePath="images" />
<PackageReference Include="Cake.Core" Version="3.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="YamlDotNet" Version="13.1.0" />
</ItemGroup>

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

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup>
<PackageId>Cake.Yaml</PackageId>
<Title>Cake.Yaml</Title>
<Summary>YAML Serialization addon for cake build.</Summary>
<Description>Cake Build addon for YAML Serialization.</Description>
<PackageTags>cake;script;build;cake-addin;YAML</PackageTags>
<Authors>Redth</Authors>
<Owners>Redth,cake-contrib</Owners>
<PackageProjectUrl>https://github.com/cake-contrib/Cake.Yaml</PackageProjectUrl>
<PackageIcon>images/icon.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cake-contrib/Cake.Yaml.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="images/icon.png" Pack="true" PackagePath="images" />
<PackageReference Include="Cake.Core" Version="3.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="YamlDotNet" Version="15.1.1" />
</ItemGroup>

</Project>

0 comments on commit a22b625

Please sign in to comment.