Cleaned up scripts project

This commit is contained in:
2025-05-17 18:04:59 +02:00
parent 9dc77e6dde
commit d4a7600c14
10 changed files with 754 additions and 578 deletions

View File

@@ -0,0 +1,9 @@
namespace Scripts.Models;
public class CsprojManifest
{
public bool IsPackable { get; set; }
public string Version { get; set; }
public string PackageId { get; set; }
public string[] PackageTags { get; set; }
}