Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Jul 20, 2020
1 parent 304f1f1 commit 6379c52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Buddy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class Buddy : Plugin<Config>
//plugins that deal with spawning (like scp-035) will break if this is not highest priority
public override PluginPriority Priority => PluginPriority.Highest;

public override Version Version { get; } = new Version(1, 2, 0);

public EventHandlers EventHandlers;

public Dictionary<string, string> buddies = new Dictionary<string, string>();
Expand Down
2 changes: 1 addition & 1 deletion src/Buddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Buddy</RootNamespace>
<AssemblyName>Buddy-1.2.0</AssemblyName>
<AssemblyName>Buddy</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
Expand Down

0 comments on commit 6379c52

Please sign in to comment.