diff --git a/PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj b/PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj index b58e0e65c..831a4ff8b 100644 --- a/PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj +++ b/PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj @@ -42,7 +42,7 @@ - ..\packages\Google.Protobuf.3.0.0-beta3\lib\dotnet\Google.Protobuf.dll + ..\packages\Google.Protobuf.3.0.0-beta4\lib\net45\Google.Protobuf.dll True @@ -50,8 +50,8 @@ True - False ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + True ..\packages\POGOProtos.1.3.0\lib\net45\POGOProtos.dll @@ -100,12 +100,10 @@ - - Designer - + + - Always diff --git a/PoGo.NecroBot.CLI/Properties/AssemblyInfo.cs b/PoGo.NecroBot.CLI/Properties/AssemblyInfo.cs index d60e83e25..92d5eaa0f 100644 --- a/PoGo.NecroBot.CLI/Properties/AssemblyInfo.cs +++ b/PoGo.NecroBot.CLI/Properties/AssemblyInfo.cs @@ -9,12 +9,12 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("PokemonGoRocketAPI.Console")] +[assembly: AssemblyTitle("NecroBot Client for Pokémon GO")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PokemonGoRocketAPI.Console")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyProduct("PoGo.NecroBot.CLI")] +[assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/PoGo.NecroBot.CLI/Settings.cs b/PoGo.NecroBot.CLI/Settings.cs index 03379c7a2..5b19d19b8 100644 --- a/PoGo.NecroBot.CLI/Settings.cs +++ b/PoGo.NecroBot.CLI/Settings.cs @@ -215,29 +215,73 @@ public void Save(string fullPath) public List PokemonsToIgnore = new List { - PokemonId.Zubat, + PokemonId.Caterpie, + PokemonId.Weedle, PokemonId.Pidgey, - PokemonId.Rattata + PokemonId.Rattata, + PokemonId.Spearow, + PokemonId.Zubat, + PokemonId.Doduo }; public List PokemonsNotToTransfer = new List { - PokemonId.Dragonite, + PokemonId.Venusaur, PokemonId.Charizard, - PokemonId.Zapdos, + PokemonId.Blastoise, + PokemonId.Nidoqueen, + PokemonId.Nidoking, + PokemonId.Clefable, + PokemonId.Vileplume, + PokemonId.Golduck, + PokemonId.Arcanine, + PokemonId.Poliwrath, + PokemonId.Machamp, + PokemonId.Victreebel, + PokemonId.Golem, + PokemonId.Slowbro, + PokemonId.Farfetchd, + PokemonId.Muk, + PokemonId.Exeggutor, + PokemonId.Lickitung, + PokemonId.Chansey, + PokemonId.Kangaskhan, + PokemonId.MrMime, + PokemonId.Gyarados, + PokemonId.Lapras, + PokemonId.Ditto, + PokemonId.Vaporeon, + PokemonId.Jolteon, + PokemonId.Flareon, + PokemonId.Porygon, PokemonId.Snorlax, - PokemonId.Alakazam, - PokemonId.Mew, - PokemonId.Mewtwo + PokemonId.Articuno, + PokemonId.Zapdos, + PokemonId.Moltres, + PokemonId.Dragonite, + PokemonId.Mewtwo, + PokemonId.Mew }; public List PokemonsToEvolve = new List { - PokemonId.Zubat, - PokemonId.Pidgey, - PokemonId.Rattata, + //12 candies PokemonId.Caterpie, - PokemonId.Weedle + PokemonId.Weedle, + PokemonId.Pidgey, + //25 candies + //PokemonId.Rattata, + //PokemonId.NidoranFemale, + //PokemonId.NidoranMale, + //PokemonId.Oddish, + //PokemonId.Poliwag, + //PokemonId.Abra, + //PokemonId.Machop, + //PokemonId.Bellsprout, + //PokemonId.Geodude, + //PokemonId.Gastly, + //PokemonId.Eevee, + //PokemonId.Dratini }; public Dictionary PokemonsTransferFilter = new Dictionary diff --git a/PoGo.NecroBot.CLI/packages.config b/PoGo.NecroBot.CLI/packages.config index 86d9c0632..3ebec7e4f 100644 --- a/PoGo.NecroBot.CLI/packages.config +++ b/PoGo.NecroBot.CLI/packages.config @@ -1,7 +1,8 @@  - + + diff --git a/PoGo.NecroBot.Logic/PoGo.NecroBot.Logic.csproj b/PoGo.NecroBot.Logic/PoGo.NecroBot.Logic.csproj index 01b1e7b91..0fb74c4bb 100644 --- a/PoGo.NecroBot.Logic/PoGo.NecroBot.Logic.csproj +++ b/PoGo.NecroBot.Logic/PoGo.NecroBot.Logic.csproj @@ -112,9 +112,7 @@ - - Designer - + diff --git a/PoGo.NecroBot.Logic/Properties/AssemblyInfo.cs b/PoGo.NecroBot.Logic/Properties/AssemblyInfo.cs index d417061bf..3385034f9 100644 --- a/PoGo.NecroBot.Logic/Properties/AssemblyInfo.cs +++ b/PoGo.NecroBot.Logic/Properties/AssemblyInfo.cs @@ -9,12 +9,12 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("PokemonGo.RocketAPI.Logic")] +[assembly: AssemblyTitle("NecroBot Logic for Pokémon GO")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PokemonGo.RocketAPI.Logic")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyProduct("PoGo.NecroBot.Logic")] +[assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]