Browse Source

meta: bump version

pull/1923/head
quin lynch 3 years ago
parent
commit
d85c5e395f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Discord.Net.Commands.csproj

+ 1
- 1
src/Discord.Net.Commands/Discord.Net.Commands.csproj View File

@@ -7,7 +7,7 @@
<Description>A Discord.Net Labs extension adding support for bot commands.</Description>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<PackageId>Discord.Net.Labs.Commands</PackageId>
<PackageProjectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</PackageProjectUrl>
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>


Loading…
Cancel
Save