This commit is contained in:
Paul Schneider
2021-08-15 19:09:01 +01:00
parent 7da74b0dfb
commit 504f431937
67 changed files with 239 additions and 96 deletions

View File

@ -2,7 +2,7 @@ using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
namespace isn.Data
namespace isnd.Data
{
public class PackageVersion
{