Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
Revamp outbreak viewing
  • Loading branch information
zyro670 committed Dec 28, 2023
1 parent 4025f82 commit b93e5be
Show file tree
Hide file tree
Showing 17 changed files with 38,102 additions and 55,205 deletions.
2 changes: 1 addition & 1 deletion PokeViewer.NET/MainViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace PokeViewer.NET
public partial class MainViewer : Form
{
public ViewerExecutor Executor = null!;
private const string ViewerVersion = "3.0.2";
private const string ViewerVersion = "3.0.3";
private readonly bool[] FormLoaded = new bool[8];
private int GameType;
private SimpleTrainerInfo TrainerInfo = new();
Expand Down
4 changes: 0 additions & 4 deletions PokeViewer.NET/PokeViewer.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,12 @@
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Update="SubForms\MapViewBlueberry.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="SubForms\MapViewBlueberry.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Update="App.config">
Expand Down
Loading

0 comments on commit b93e5be

Please sign in to comment.