Skip to content

Commit

Permalink
Initial stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Dec 25, 2020
1 parent 27df529 commit 8f86796
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta11</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

Expand All @@ -14,7 +14,7 @@
API.
</Description>
<PackageReleaseNotes>
Fix field type in slash commands.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Backend/Remora.Discord.API/Remora.Discord.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta11</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package contains the default implementations for the abstract API definitions, provided by
Remora.Discord.API.Abstractions.
</Description>
<PackageReleaseNotes>
Fix field type in slash commands.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Backend/Remora.Discord.Gateway/Remora.Discord.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta11</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package provides a fully-featured implementation of a Discord gateway client, complete with resume
capabilities and user-facing events.
</Description>
<PackageReleaseNotes>
Update dependencies.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Backend/Remora.Discord.Rest/Remora.Discord.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta10</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package contains the default implementations of Discord's REST API, complete with client-side sanity
checks and rate limiting support.
</Description>
<PackageReleaseNotes>
Update dependencies.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta4</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

Expand All @@ -18,7 +18,7 @@
component to the appropriate stable component of Remora.Discord.
</Description>
<PackageReleaseNotes>
Move server template functionality to stable.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta4</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package contains core supporting types for Remora.Discord, such as snowflakes and optionals.
</Description>
<PackageReleaseNotes>
Implement better support for partial types.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Remora.Discord.Commands/Remora.Discord.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta11</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package provides simple glue code for using Remora.Commands with Remora.Discord.
</Description>
<PackageReleaseNotes>
Update dependencies.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Remora.Discord.Hosting/Remora.Discord.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta8</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package provides a simple implementation of a hosted service.
</Description>
<PackageReleaseNotes>
Update dependencies.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Remora.Discord/Remora.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta12</Version>
<Version>1.0.0</Version>
<Description>
$(BaseDescription)

This package is a metapackage for Remora.Discord, providing references to everything you need to get
started.
</Description>
<PackageReleaseNotes>
Update dependencies.
Initial stable release.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 8f86796

Please sign in to comment.