Appconfig & Update AssemblyVersion
Brian [2016-08-12 04:41:59]
Appconfig & Update AssemblyVersion
diff --git a/src/RocketBotGUI/App.config b/src/RocketBotGUI/App.config
index b3403f6..8f43d16 100644
--- a/src/RocketBotGUI/App.config
+++ b/src/RocketBotGUI/App.config
@@ -48,7 +48,7 @@
<!--When to use RazzBerry cp/probability-->
<add key="RazzBerrySetting" value="0.4" />
<!--Cp Mode: Use RazzBerry when Pokemon is over this value; pobability Mode: Use Razzberry when % between 0 and 1 of catching is under this value-->
- <add key="TransferType" value="Duplicate" />
+ <add key="TransferType" value="none" />
<!--none/cp/iv/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
<add key="TransferCPThreshold" value="0" />
<!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
diff --git a/src/RocketBotGUI/Properties/AssemblyInfo.cs b/src/RocketBotGUI/Properties/AssemblyInfo.cs
index a564578..c7b4974 100644
--- a/src/RocketBotGUI/Properties/AssemblyInfo.cs
+++ b/src/RocketBotGUI/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.8.2.2")]
+[assembly: AssemblyVersion("1.8.2.3")]
[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
You may download the files in Public Git.