Skip to content

Commit

Permalink
Version => 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdawg1989 committed Apr 10, 2024
1 parent 0330e31 commit c842430
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion SysBot.Pokemon.WinForms/SysBot.Pokemon.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<PackageId>SysBot.Pokemon.WinForms</PackageId>
<Company>Project Pokémon</Company>
<Authors>Kaphotics</Authors>
<Authors>Kaphotics, Gengar</Authors>
<Product>SysBot.Pokemon.WinForms</Product>
<Description>Nintendo Switch Pokémon Bot Manager</Description>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand All @@ -16,6 +16,13 @@
<Platforms>x64</Platforms>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<Configurations>Debug;Release;sysbottest</Configurations>
<SignAssembly>False</SignAssembly>
<PlatformTarget>AnyCPU</PlatformTarget>
<DelaySign>False</DelaySign>
<AssemblyOriginatorKeyFile></AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.14.1" />
Expand Down
2 changes: 1 addition & 1 deletion SysBot.Pokemon/Helpers/NotRaidBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class NotRaidBot
{
public const string Version = "v8.1";
public const string Version = "v8.1.1";
public const string Repo = "https://github.com/bdawg1989/NotRaidBot";
public const string ConfigPath = "config.json";
}
Expand Down

0 comments on commit c842430

Please sign in to comment.