ci & admin & auth & cli
This commit is contained in:
parent
981f3209e0
commit
5cb35f54d5
12 changed files with 143 additions and 34 deletions
11
src/nuget-host/Data/NewReleaseInfo.cs
Normal file
11
src/nuget-host/Data/NewReleaseInfo.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace nuget_host.Data
|
||||
{
|
||||
public class NewReleaseInfo
|
||||
{
|
||||
public string Version { get; set; }
|
||||
public string ChangeLog { get; set; }
|
||||
public DateTime BuildDate { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue