Skip to content

Commit

Permalink
Temporary fix to prevent a version missmatch on 'YesSql' side
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech committed Nov 8, 2020
1 parent 942c014 commit 52039bf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ public class Document : IDocument
/// The <see cref="IDocument.Identifier"/>.
/// </summary>
public string Identifier { get; set; }

/// <summary>
/// Only defined to prevent a version missmatch https://github.com/sebastienros/yessql/pull/287
/// </summary>
public int Version { get; set; }
}
}

0 comments on commit 52039bf

Please sign in to comment.