Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy committed Jun 14, 2021
1 parent 28b4eca commit ddf624e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Discord.Addons.Hosting/Discord.Addons.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
<PackageId>Discord.Addons.Hosting</PackageId>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<Authors>Hawxy</Authors>
<Description>Simplifying Discord.Net hosting with .NET Generic Host (Microsoft.Extensions.Hosting)</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion Discord.Addons.Hosting/InitializedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Discord.Addons.Hosting
[Obsolete("Replace with DiscordClientService. See the Discord.Addons.Hosting release notes for more information.", DiagnosticId
= "DAH001", UrlFormat = "https://github.com/Hawxy/Discord.Addons.Hosting/releases/")]
#else
[Obsolete("Replace with DiscordClientService. See the Discord.Addons.Hosting release notes for more information.")]
[Obsolete("Replace with DiscordClientService. See the Discord.Addons.Hosting github repository for more information.")]
#endif
public abstract class InitializedService : IHostedService
{
Expand Down

0 comments on commit ddf624e

Please sign in to comment.