Logo
Explore Help
Sign In
claunia/SabreTools
1
0
Fork 0
You've already forked SabreTools
mirror of https://github.com/claunia/SabreTools.git synced 2025-12-16 19:14:27 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
656b5f23ea6a44cde08adc0dc10a0eccf3914f08
SabreTools/SabreHelper/Build.cs

11 lines
129 B
C#
Raw Normal View History

Major changes to structure and code First is the inclusion of two new projects: SabreHelper and SingleGame. SabreHelper is a DLL that contains anything that might be in common between programs (converters, db tools, logging). SingleGame is an experimental program to minimize a DAT for server usage, requested by Kludge. The new structure represents a cleaner approach to having helper functions in a DLL, making each individual executable smaller and more well-defined.
2016-04-06 00:01:54 -07:00
namespace SabreTools.Helper
{
public class Build
{
public static string Version
{
Bump version number There have been so many chnges, we've skipped over a few minor version and maintentence releases easily.
2016-04-06 13:12:25 -07:00
get { return "0.4.0.0"; }
Major changes to structure and code First is the inclusion of two new projects: SabreHelper and SingleGame. SabreHelper is a DLL that contains anything that might be in common between programs (converters, db tools, logging). SingleGame is an experimental program to minimize a DAT for server usage, requested by Kludge. The new structure represents a cleaner approach to having helper functions in a DLL, making each individual executable smaller and more well-defined.
2016-04-06 00:01:54 -07:00
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.7 Page: 1265ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API