cleanup for webapi things
This commit is contained in:
5
Torch.API/WebAPI/Update/UpdateRelease.cs
Normal file
5
Torch.API/WebAPI/Update/UpdateRelease.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using SemanticVersioning;
|
||||
|
||||
namespace Torch.API.WebAPI.Update;
|
||||
|
||||
public record UpdateRelease(Version Version, string ArtifactUrl);
|
Reference in New Issue
Block a user