First try in publishing nadeko to myget

This commit is contained in:
Kwoth
2017-04-17 20:52:01 +02:00
parent 4b4eb88ac8
commit 87069bf44c
5 changed files with 9 additions and 2 deletions

View File

@ -147,7 +147,7 @@ namespace NadekoBot
await CommandService.AddModuleAsync<Music>().ConfigureAwait(false);
#endif
Ready = true;
Console.WriteLine(await Stats.Print().ConfigureAwait(false));
_log.Info(await Stats.Print().ConfigureAwait(false));
}
private Task Client_Log(LogMessage arg)

View File

@ -15,6 +15,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>

View File

@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NadekoBot")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyInformationalVersion("1.0")]
[assembly: AssemblyInformationalVersion("1.4")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from