Address comments
This commit is contained in:
parent
db2b10d2a4
commit
86124fc609
8 changed files with 30 additions and 40 deletions
|
|
@ -10,11 +10,6 @@ namespace LibationCli
|
|||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
//Determine variety by the dlls present in the current directory.
|
||||
//Necessary to be able to check for upgrades.
|
||||
var variety = System.IO.File.Exists("System.Windows.Forms.dll") ? Variety.Classic : Variety.Chardonnay;
|
||||
LibationScaffolding.SetReleaseIdentifier(variety);
|
||||
|
||||
//***********************************************//
|
||||
// //
|
||||
// do not use Configuration before this line //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue