commit version

This commit is contained in:
Paul Schneider 2021-08-27 21:22:34 +01:00
commit 55e407d951
15 changed files with 614 additions and 41 deletions

View file

@ -23,8 +23,17 @@ namespace isnd.Data.Catalog
[JsonProperty("@type")]
public string RefType { get; set; }
/// <summary>
/// The NuGet Id
/// </summary>
/// <value></value>
[JsonProperty("nuget:id")]
public string Id { get; set; }
/// <summary>
/// The NuGet version
/// </summary>
/// <value></value>
[JsonProperty("nuget:version")]
public string Version { get; set; }