Skip to content

Commit

Permalink
New version to support CSpect v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Nov 23, 2020
1 parent 928f5b2 commit 6bd0577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DeZogPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Plugin">
<HintPath>..\CSpect2_12_34\Plugin.dll</HintPath>
<HintPath>..\CSpect2_13_00\Plugin.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.5.0.*")]
[assembly: AssemblyVersion("1.5.1.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 6bd0577

Please sign in to comment.