Skip to content

Commit

Permalink
Merge pull request #1 from KlemensE/master
Browse files Browse the repository at this point in the history
Create alias for issue id
  • Loading branch information
zanseb authored Nov 13, 2023
2 parents 9496350 + 03dfe23 commit ef8d3bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ChangeCurator.SDK/Models/ChangeLogEntry.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using ChangeCurator.SDK.Core;
using ChangeCurator.SDK.Core;

using YamlDotNet.Serialization;

namespace ChangeCurator.SDK.Models
{
Expand All @@ -11,6 +10,7 @@ public class ChangeLogEntry

public string Author { get; set; }

[YamlMember(Alias = "Issue")]
public string IssueId { get; set; }

public EntryType Type { get; set; }
Expand Down

0 comments on commit ef8d3bd

Please sign in to comment.