SafeDispatch/ReportsLibrary/Properties/VersionInfo.cs

11 lines
201 B
C#
Raw Normal View History

2024-06-05 11:02:43 +00:00
2024-06-06 12:41:15 +00:00
// Generated on Thu, Jun 6, 2024 3:29:48 PM by prebuild script
2024-06-05 11:02:43 +00:00
namespace SafeDispatch-git
{
public class VersionInfo
{
2024-06-06 12:41:15 +00:00
public string Version{ get; set; } = "8.2.0.10898";
2024-06-05 11:02:43 +00:00
}
}