Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency yamldotnet to v10.1.0 #1575

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
YamlDotNet nuget minor 10.0.0 -> 10.1.0

Release Notes

aaubry/YamlDotNet

v10.1.0

Compare Source

  • #​584 Add support for adding comments to properties.
    The YamlMember attribute now has a Description property. When set, a comment is emitted when serializing that property:

    class Person
    {
        public string Name { get; set; }
    
        [YamlMember(Description = "This is the age")]
        public int Age { get; set; }
    
        [YamlMember(Description = "male or female")]
        public string Sex { get; set; }
    }
    Name: PandaTea

This is the age

Age: 100

male or female

Sex: male



Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from tomkerkhove as a code owner March 31, 2021 10:58
@renovate renovate bot added the dependencies All issues related to dependencies & Renovate label Mar 31, 2021
@tomkerkhove tomkerkhove merged commit 9399785 into master Mar 31, 2021
@tomkerkhove tomkerkhove deleted the renovate-yamldotnet-10.x branch March 31, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies All issues related to dependencies & Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants