Skip to content

Commit

Permalink
Version 2016.7.29.1 going up!
Browse files Browse the repository at this point in the history
  • Loading branch information
disdain13 committed Jul 29, 2016
1 parent 5752c50 commit 81e043f
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions PokemonGo.RocketAPI.Console/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<value>10</value>
</setting>
<setting name="KeepAboveIV" serializeAs="String">
<value>90</value>
<value>95</value>
</setting>
<setting name="DefaultLatitude" serializeAs="String">
<value>34.0114062</value>
Expand Down Expand Up @@ -109,22 +109,22 @@
<value>60</value>
</setting>
<setting name="MaxSecondsBetweenStops" serializeAs="String">
<value>30</value>
<value>20</value>
</setting>
<setting name="PriorityType" serializeAs="String">
<value>V</value>
</setting>
<setting name="KeepAboveV" serializeAs="String">
<value>240</value>
<value>300</value>
</setting>
<setting name="DisplayAggregateLog" serializeAs="String">
<value>False</value>
</setting>
<setting name="KeepAboveCP" serializeAs="String">
<value>1200</value>
<value>1300</value>
</setting>
<setting name="MinSpeed" serializeAs="String">
<value>20</value>
<value>15</value>
</setting>
<setting name="MaxDistance" serializeAs="String">
<value>3000</value>
Expand All @@ -139,13 +139,13 @@
<value>False</value>
</setting>
<setting name="TransferBelowCP" serializeAs="String">
<value>100</value>
<value>0</value>
</setting>
<setting name="TransferBelowV" serializeAs="String">
<value>50</value>
<value>0</value>
</setting>
<setting name="TransferBelowIV" serializeAs="String">
<value>10</value>
<value>0</value>
</setting>
</PokemonGo.RocketAPI.Console.UserSettings>
</applicationSettings>
Expand Down
2 changes: 1 addition & 1 deletion PokemonGo.RocketAPI.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2016.7.28.3")]
[assembly: AssemblyVersion("2016.7.29.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]
16 changes: 8 additions & 8 deletions PokemonGo.RocketAPI.Console/UserSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions PokemonGo.RocketAPI.Console/UserSettings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="KeepAboveIV" Type="System.Double" Scope="Application">
<Value Profile="(Default)">90</Value>
<Value Profile="(Default)">95</Value>
</Setting>
<Setting Name="DefaultLatitude" Type="System.Double" Scope="Application">
<Value Profile="(Default)">34.0114062</Value>
Expand Down Expand Up @@ -90,22 +90,22 @@
<Value Profile="(Default)">60</Value>
</Setting>
<Setting Name="MaxSecondsBetweenStops" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">30</Value>
<Value Profile="(Default)">20</Value>
</Setting>
<Setting Name="PriorityType" Type="System.String" Scope="Application">
<Value Profile="(Default)">V</Value>
</Setting>
<Setting Name="KeepAboveV" Type="System.Double" Scope="Application">
<Value Profile="(Default)">240</Value>
<Value Profile="(Default)">300</Value>
</Setting>
<Setting Name="DisplayAggregateLog" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="KeepAboveCP" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1200</Value>
<Value Profile="(Default)">1300</Value>
</Setting>
<Setting Name="MinSpeed" Type="System.Double" Scope="Application">
<Value Profile="(Default)">20</Value>
<Value Profile="(Default)">15</Value>
</Setting>
<Setting Name="MaxDistance" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">3000</Value>
Expand All @@ -120,13 +120,13 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="TransferBelowCP" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">100</Value>
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="TransferBelowV" Type="System.Double" Scope="Application">
<Value Profile="(Default)">50</Value>
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="TransferBelowIV" Type="System.Double" Scope="Application">
<Value Profile="(Default)">10</Value>
<Value Profile="(Default)">0</Value>
</Setting>
</Settings>
</SettingsFile>
2 changes: 1 addition & 1 deletion PokemonGo.RocketAPI.Logic/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2016.7.28.3")]
[assembly: AssemblyVersion("2016.7.29.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion PokemonGo.RocketAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2016.7.28.3")]
[assembly: AssemblyVersion("2016.7.29.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 81e043f

Please sign in to comment.