Compare commits

..

4 Commits

Author SHA1 Message Date
JustArchi
5b0d12347f Closes #281
It's really weird that NLog doesn't make needed refresh on each addition/removal by itself
2016-07-05 09:17:25 +02:00
JustArchi
9918b81342 Misc 2016-07-05 08:50:32 +02:00
JustArchi
cb6fa7a80b Create ISSUE_TEMPLATE.md 2016-07-05 08:32:51 +02:00
JustArchi
6c321b30a1 Bump 2016-07-04 22:59:16 +02:00
3 changed files with 11 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ namespace ArchiSteamFarm {
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Trace, eventLogTarget));
}
LogManager.ReconfigExistingLoggers();
LogGenericInfo("Logging module initialized!");
}

View File

@@ -24,7 +24,7 @@
namespace ArchiSteamFarm {
internal static class SharedInfo {
internal const string Version = "2.1.2.0";
internal const string Version = "2.1.2.1";
internal const string Copyright = "Copyright © ArchiSteamFarm 2015-2016";
internal const string GithubRepo = "JustArchi/ArchiSteamFarm";

9
ISSUE_TEMPLATE.md Normal file
View File

@@ -0,0 +1,9 @@
I fully read and understood contributing guidelines of ASF available above, especially the point that GITHUB IS NOT TECHNICAL SUPPORT AND IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS.
I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE caused by my lazyness of reading ASF wiki. I strongly believe that the bug I'm reporting here affects majority of ASF users, and the enhancement I'm suggesting could benefit ASF in long-run.
If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue, please close my issue immediately - I won't complain.
-----
Feel free to remove everything made up to this point, after all you're not being in a primary school.