refactor(mod): renamed project file and made build script zip releases automagically
This commit is contained in:
15
WeebSights/Models/WeebLocaleConfig.cs
Normal file
15
WeebSights/Models/WeebLocaleConfig.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace WeebSights.Models;
|
||||
|
||||
public record WeebLocaleConfig()
|
||||
{
|
||||
[JsonPropertyName("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
[JsonPropertyName("short_name")]
|
||||
public string ShortName { get; set; }
|
||||
|
||||
[JsonPropertyName("description")]
|
||||
public string Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user