add version 0.0.1

This commit is contained in:
2023-03-12 13:31:30 +00:00
parent 433e6a2727
commit b62e34eea2
35 changed files with 1227 additions and 327 deletions

View File

@@ -12,5 +12,7 @@ internal record Resource
public Option<string> Type { get; init;}
public Option<string> Comment { get; init;}
public string Value { get; }
}