Skip to content

Commit 8ee2e18

Browse files
committed
chore: change version headers to actually describe versions
Using stable vs nightly is misleading in our case since the 10.X version range. NIghtlies are actually considered stable releases while providing ahead-of-the-time discord features from the canary v10 api. Previously stable was more considered LTS, tho we're gonna clarify that more and phase it out. Actual testing builds have other names, like descriptive branch names. Our name schema has been since years {DISCORD_API_VERSION}.{MAJOR}.{MINOR}-{PATCH_OR_TESTING-WITH-NUM}
1 parent 6f481a5 commit 8ee2e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The documentation is available at [ext-docs.dcs.aitsys.dev](https://ext-docs.dcs
2121

2222
## NuGet Packages
2323

24-
| Package | Stable | Nightly |
24+
| Package | LTS | Stable |
2525
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
2626
| DisCatSharp.Extensions.TwoFactorCommands | ![NuGet](https://img.shields.io/nuget/v/DisCatSharp.Extensions.TwoFactorCommands.svg?label=&logo=nuget&style=flat-square) | ![NuGet](https://img.shields.io/nuget/vpre/DisCatSharp.Extensions.TwoFactorCommands.svg?label=&logo=nuget&style=flat-square&color=%23ff1493) |
2727
| DisCatSharp.Extensions.OAuth2Web | ![NuGet](https://img.shields.io/nuget/v/DisCatSharp.Extensions.OAuth2Web.svg?label=&logo=nuget&style=flat-square) | ![NuGet](https://img.shields.io/nuget/vpre/DisCatSharp.Extensions.OAuth2Web.svg?label=&logo=nuget&style=flat-square&color=%23ff1493) |

0 commit comments

Comments
 (0)