Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Feb 5, 2024
1 parent 3631c64 commit 8985597
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 84 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>80.0.0</VersionPrefix>
<VersionPrefix>81.0.0</VersionPrefix>
<Description>Interface definitions of Discord's API</Description>
<PackageReleaseNotes>
Update dependencies.
BREAKING: Refactor ModifyGuildChannelPositionsAsync.
BREAKING: Remove GlobalName.
BREAKING: Add support for team roles.
BREAKING: Add support for IntegrationType in audit log entries.
Implement support for guild navigation links.
BREAKING: Implement support for super reactions.
Add missing error code.
BREAKING: Add missing parameter for guild forum endpoints.
BREAKING: Implement initial support for media channels.
BREAKING: Implement default thread rate limits.
BREAKING: Implement default values for select menus.
BREAKING: Implement support for monetized apps.
BREAKING: Add guild_scheduled_event_id field to stage instance creation.
BREAKING: Update endpoint names.
BREAKING: Implement application editing.
Add missing error codes.
BREAKING: Add missing resolved field.
BREAKING: Revert "Remove global_name from User objects"
BREAKING: fix: wrap GlobalName in Optional
Update permissions.
BREAKING: Implement applied tags for webhooks.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
15 changes: 3 additions & 12 deletions Backend/Remora.Discord.API/Remora.Discord.API.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>76.0.0</VersionPrefix>
<VersionPrefix>77.0.0</VersionPrefix>
<Description>Remora.Discord's implementation of Discord's API objects</Description>
<PackageReleaseNotes>
Update dependencies.
BREAKING: Refactor ModifyGuildChannelPositionsAsync.
BREAKING: Remove GlobalName.
BREAKING: Add support for team roles.
BREAKING: Add support for IntegrationType in audit log entries.
Implement support for guild navigation links.
BREAKING: Implement support for super reactions.
BREAKING: Implement initial support for media channels.
BREAKING: Implement default values for select menus.
BREAKING: Implement support for monetized apps.
BREAKING: Implement application editing.
BREAKING: Add missing resolved field.
BREAKING: Revert "Remove global_name from User objects"
BREAKING: fix: wrap GlobalName in Optional
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<Description>Redis-based cache provider for Remora.Discord</Description>
<PackageReleaseNotes>
Update dependencies.
Expand Down
9 changes: 3 additions & 6 deletions Backend/Remora.Discord.Caching/Remora.Discord.Caching.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>38.0.0</VersionPrefix>
<VersionPrefix>38.0.1</VersionPrefix>
<Description>Caching implementations of Remora.Discord's services</Description>
<PackageReleaseNotes>
Update dependencies.
BREAKING: Refactor ModifyGuildChannelPositionsAsync.
BREAKING: Implement initial support for media channels.
BREAKING: Implement default thread rate limits.
BREAKING: Update endpoint names.
fix: do not use IsDefined when updating cached nullable properties
fix: fill CommunicationDisabledUntil property from new object when updating cached GuildMember
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
8 changes: 2 additions & 6 deletions Backend/Remora.Discord.Gateway/Remora.Discord.Gateway.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>12.0.0</VersionPrefix>
<VersionPrefix>12.0.1</VersionPrefix>
<Description>Remora.Discord's implementation of a Discord gateway client</Description>
<PackageReleaseNotes>
Update dependencies.
BREAKING: Allow storing async tokens.
perf: Use pooled backing array for JSON Serialization.
perf: Initialize reasonable starting buffer size.
perf: Use ValueTask when possible.
Use async overloads when building for .NET 8.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
12 changes: 2 additions & 10 deletions Backend/Remora.Discord.Rest/Remora.Discord.Rest.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>49.0.0</VersionPrefix>
<VersionPrefix>50.0.0</VersionPrefix>
<Description>Remora.Discord's implementation of Discord's REST API</Description>
<PackageReleaseNotes>
Update dependencies.
BREAKING: Refactor ModifyGuildChannelPositionsAsync.
BREAKING: Allow storing async tokens.
BREAKING: Add missing parameter for guild forum endpoints.
BREAKING: Implement initial support for media channels.
BREAKING: Implement default thread rate limits.
Implement support for monetized apps.
BREAKING: Add guild_scheduled_event_id field to stage instance creation.
BREAKING: Update endpoint names.
BREAKING: Implement application editing.
BREAKING: Implement applied tags for webhooks.
</PackageReleaseNotes>
</PropertyGroup>

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

<PropertyGroup>
<VersionPrefix>6.0.30</VersionPrefix>
<VersionPrefix>6.0.31</VersionPrefix>
<Description>Unstable or experimental features of Remora.Discord</Description>
<PackageReleaseNotes>
Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Remora.Discord.Commands/Remora.Discord.Commands.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>28.0.1</VersionPrefix>
<VersionPrefix>28.0.2</VersionPrefix>
<Description>Glue code for using Remora.Commands with Remora.Discord</Description>
<PackageReleaseNotes>
Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Remora.Discord.Extensions/Remora.Discord.Extensions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>5.3.3</VersionPrefix>
<VersionPrefix>5.3.4</VersionPrefix>
<Description>Utilities and components which extend upon Remora.Discord's base resources</Description>
<PackageReleaseNotes>
Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Remora.Discord.Hosting/Remora.Discord.Hosting.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>6.0.8</VersionPrefix>
<VersionPrefix>6.0.9</VersionPrefix>
<Description>Implementation of a hosted Discord gateway service for the .NET Generic Host</Description>
<PackageReleaseNotes>
Update dependencies.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>4.5.2</VersionPrefix>
<VersionPrefix>4.5.3</VersionPrefix>
<Description>Framework for using Discord's interaction-driven message components</Description>
<PackageReleaseNotes>
Update dependencies.
Expand Down
3 changes: 1 addition & 2 deletions Remora.Discord.Pagination/Remora.Discord.Pagination.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>3.0.19</VersionPrefix>
<VersionPrefix>3.0.20</VersionPrefix>
<Description>Button-based pagination of messages for Remora.Discord</Description>
<PackageReleaseNotes>
Update dependencies.
Allow only the source user to paginate through message.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
31 changes: 8 additions & 23 deletions Remora.Discord/Remora.Discord.csproj
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
<Project Sdk="Remora.Sdk">

<PropertyGroup>
<VersionPrefix>2023.5</VersionPrefix>
<VersionPrefix>2024.1</VersionPrefix>
<Description>Metapackage for Remora.Discord's various components</Description>
<PackageReleaseNotes>
Update dependencies.
Add missing error codes.
Allow only the source user to paginate through message.
BREAKING: Add guild_scheduled_event_id field to stage instance creation.
BREAKING: Add missing parameter for guild forum endpoints.
BREAKING: Add missing resolved field.
BREAKING: Add support for IntegrationType in audit log entries.
BREAKING: Add support for team roles.
BREAKING: Allow storing async tokens.
BREAKING: Implement application editing.
BREAKING: Implement default thread rate limits.
BREAKING: Implement default values for select menus.
BREAKING: Implement initial support for media channels.
BREAKING: Implement support for monetized apps.
BREAKING: Implement support for super reactions.
BREAKING: Refactor ModifyGuildChannelPositionsAsync.
BREAKING: Remove GlobalName.
BREAKING: Update endpoint names.
Implement support for guild navigation links.
Implement support for monetized apps.
perf: Initialize reasonable starting buffer size.
perf: Use pooled backing array for JSON Serialization.
perf: Use ValueTask when possible.
Use async overloads when building for .NET 8.
fix: do not use IsDefined when updating cached nullable properties
fix: fill CommunicationDisabledUntil property from new object when updating cached GuildMember
BREAKING: Revert "Remove global_name from User objects"
BREAKING: fix: wrap GlobalName in Optional
Update permissions.
BREAKING: Implement applied tags for webhooks.
</PackageReleaseNotes>

<!-- No need for build output, since this is a metapackage -->
Expand Down

0 comments on commit 8985597

Please sign in to comment.