Files
Jordan Dominion 0b35e29d61 Add debian changelog support
Fix some other issues as well
2023-08-20 14:56:52 -04:00

17 lines
213 B
C#

namespace Tgstation.Server.ReleaseNotes
{
enum Component
{
Configuration,
Core,
HostWatchdog,
WebControlPanel,
HttpApi,
DreamMakerApi,
InteropApi,
NugetCommon,
NugetApi,
NugetClient,
}
}