Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
- Updates for SV 3.0.0
- Uses net8
- GUI changes
- Added Discord Bot Integration, view wiki for details
- Remote Control Assist contains Turbo features now
- Raid FCE, Raid Viewing, and TimeSkipping moved to Misc Page
  • Loading branch information
zyro670 committed Dec 23, 2023
1 parent 3181a7b commit 4e2430d
Show file tree
Hide file tree
Showing 60 changed files with 49,774 additions and 2,701 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
Expand Down
15 changes: 13 additions & 2 deletions PokeViewer.NET/App.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="PokeViewer.NET.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
Expand Down Expand Up @@ -109,6 +108,18 @@
<setting name="SpeCon" serializeAs="String">
<value>0</value>
</setting>
<setting name="BotToken" serializeAs="String">
<value />
</setting>
<setting name="BotPrefix" serializeAs="String">
<value>0</value>
</setting>
<setting name="DelayBetweenClicks" serializeAs="String">
<value>1000</value>
</setting>
<setting name="GameConnected" serializeAs="String">
<value>0</value>
</setting>
</PokeViewer.NET.Properties.Settings>
</userSettings>
</configuration>
4 changes: 2 additions & 2 deletions PokeViewer.NET/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<LangVersion>11</LangVersion>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<NeutralLanguage>en</NeutralLanguage>
<SelfContained>true</SelfContained>
Expand Down
3 changes: 1 addition & 2 deletions PokeViewer.NET/FodyWeavers.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element name="Weavers">
<xs:complexType>
Expand Down
Loading

0 comments on commit 4e2430d

Please sign in to comment.