-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DiscordCoreAPI] Adding DiscordCoreAPI Discord bot library package. #23895
Conversation
Co-authored-by: Cheney Wang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The records in versions/baseline.json and versions/d-/discordcoreapi.json are made by using
.\vcpkg x-add-version {port name}
to be added automatically.
If you need to modify this pr, please follow the steps below:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9d9a6f486cc7da7664117a75d01440db0088634a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 027d66f..9180cb5 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1881,7 +1881,7 @@
"port-version": 1
},
"discordcoreapi": {
- "baseline": "1.0.2",
+ "baseline": "2022-03-30",
"port-version": 0
},
"discount": {
diff --git a/versions/d-/discordcoreapi.json b/versions/d-/discordcoreapi.json
index b89985e..beef88f 100644
--- a/versions/d-/discordcoreapi.json
+++ b/versions/d-/discordcoreapi.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "3b39e4db93192e92e834f220cfdd4737c7cb4de2",
+ "version-date": "2022-03-30",
+ "port-version": 0
+ },
{
"git-tree": "1766cb5385b3dc01537b9e1e09a58125f514f895",
"version": "1.0.0",
If this port only works on Linux and Windows, please add "support" in the vcpkg.json file. For adding rules, please refer to: https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/manifest-files.md#supports |
Which of the following triplet does this port support?
|
|
Co-authored-by: Cheney Wang <[email protected]>
@RealTimeChris |
No it must have been a mistake! My apologies. |
Co-authored-by: Cheney Wang <[email protected]>
.\vcpkg.exe x-add-version {port name} --overwrite-version |
You rolled back the value of support again. |
My mistake! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks so much @RealTimeChris ! |
Thanks to you guys as well! |
What does your PR fix?
Adds the DiscordCoreAPI Discord bot library.
Which triplets are supported/not supported? Have you updated the CI baseline?
Linux and Windows, and yes I have.
Does your PR follow the [maintainer guide]
Yes it does.
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes I have.