Skip to content

Commit

Permalink
docs: prepare 10.6.6 changelog.. its a pain
Browse files Browse the repository at this point in the history
docs: update plugins

docs: temp save

docs: aaaaaaaa

docs: fuck plugins..

temp pull

fix: missing namespace for discord role tags

docs: mwah

chore: make some properties of DiscordVoiceState public

docs: blub
  • Loading branch information
Lulalaby committed Jan 26, 2025
1 parent a1b769f commit a5e0b69
Show file tree
Hide file tree
Showing 30 changed files with 466 additions and 160 deletions.
303 changes: 303 additions & 0 deletions DisCatSharp.Docs/changelogs/v10/10_6_6.md

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file removed DisCatSharp.Docs/dcs/plugins/AngleSharp.dll
Binary file not shown.
3 changes: 1 addition & 2 deletions DisCatSharp.Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,7 @@
"dcs"
],
"postProcessors": [
"ExtractSearchIndex",
"DescriptionGenerator"
"ExtractSearchIndex"
],
"noLangKeyword": false,
"keepFileLink": true,
Expand Down
3 changes: 2 additions & 1 deletion DisCatSharp/Entities/Guild/DiscordRoleTags.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using DisCatSharp.Entities;
using DisCatSharp.Enums;

using Newtonsoft.Json;

namespace DisCatSharp.Entities;

/// <summary>
/// Represents a Discord role tags object with detailed classification logic.
/// </summary>
Expand Down
12 changes: 6 additions & 6 deletions DisCatSharp/Entities/Voice/DiscordVoiceState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ internal DiscordVoiceState(DiscordMember m)
/// Gets ID of the guild this voice state is associated with.
/// </summary>
[JsonProperty("guild_id", NullValueHandling = NullValueHandling.Ignore)]
internal ulong? GuildId { get; set; }
public ulong? GuildId { get; set; }

/// <summary>
/// Gets the guild associated with this voice state.
Expand All @@ -86,7 +86,7 @@ public DiscordGuild? Guild
/// Gets ID of the channel this user is connected to.
/// </summary>
[JsonProperty("channel_id", NullValueHandling = NullValueHandling.Include)]
internal ulong? ChannelId { get; set; }
public ulong? ChannelId { get; set; }

/// <summary>
/// Gets the channel this user is connected to.
Expand All @@ -99,7 +99,7 @@ public DiscordChannel? Channel
/// Gets ID of the user to which this voice state belongs.
/// </summary>
[JsonProperty("user_id", NullValueHandling = NullValueHandling.Ignore)]
internal ulong UserId { get; set; }
public ulong UserId { get; set; }

/// <summary>
/// Gets the user associated with this voice state.
Expand All @@ -125,7 +125,7 @@ public DiscordUser User
/// Gets ID of the session of this voice state.
/// </summary>
[JsonProperty("session_id", NullValueHandling = NullValueHandling.Ignore)]
internal string SessionId { get; set; }
public string SessionId { get; set; }

/// <summary>
/// Gets whether this user is deafened.
Expand Down Expand Up @@ -173,7 +173,7 @@ public DiscordUser User
/// Gets the time at which this user requested to speak.
/// </summary>
[JsonProperty("request_to_speak_timestamp", NullValueHandling = NullValueHandling.Ignore)]
internal DateTimeOffset? RequestToSpeakTimestamp { get; set; }
public DateTimeOffset? RequestToSpeakTimestamp { get; set; }

/// <summary>
/// Gets the member this voice state belongs to.
Expand All @@ -197,7 +197,7 @@ public DiscordMember Member
/// Gets whether the voice state is discoverable through user activities.
/// </summary>
[JsonProperty("discoverable", NullValueHandling = NullValueHandling.Ignore)]
internal bool Discoverable { get; set; }
public bool Discoverable { get; set; }

/// <summary>
/// Gets a readable voice state string.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,22 @@
".NETCoreApp,Version=v9.0": {
"AITSYS.Docfx.DescriptionGenerator/6.0.0": {
"dependencies": {
"AngleSharp": "1.1.2",
"AngleSharp": "1.2.0",
"Docfx.Common": "2.78.2",
"Docfx.Plugins": "2.78.2",
"HtmlAgilityPack": "1.11.71",
"System.Collections.Immutable": "9.0.0",
"System.Composition": "9.0.0"
"HtmlAgilityPack": "1.11.72",
"System.Collections.Immutable": "9.0.1",
"System.Composition": "9.0.1"
},
"runtime": {
"AITSYS.Docfx.DescriptionGenerator.dll": {}
}
},
"AngleSharp/1.1.2": {
"dependencies": {
"System.Text.Encoding.CodePages": "8.0.0"
},
"AngleSharp/1.2.0": {
"runtime": {
"lib/net8.0/AngleSharp.dll": {
"assemblyVersion": "1.1.2.0",
"fileVersion": "1.1.2.0"
"assemblyVersion": "1.2.0.0",
"fileVersion": "1.2.0.0"
}
}
},
Expand All @@ -47,7 +44,7 @@
"Docfx.Plugins/2.78.2": {
"dependencies": {
"Newtonsoft.Json": "13.0.3",
"System.Collections.Immutable": "9.0.0"
"System.Collections.Immutable": "9.0.1"
},
"runtime": {
"lib/net9.0/Docfx.Plugins.dll": {
Expand All @@ -67,11 +64,11 @@
}
}
},
"HtmlAgilityPack/1.11.71": {
"HtmlAgilityPack/1.11.72": {
"runtime": {
"lib/netstandard2.0/HtmlAgilityPack.dll": {
"assemblyVersion": "1.11.71.0",
"fileVersion": "1.11.71.0"
"assemblyVersion": "1.11.72.0",
"fileVersion": "1.11.72.0"
}
}
},
Expand All @@ -91,68 +88,74 @@
}
}
},
"System.Collections.Immutable/9.0.0": {},
"System.Composition/9.0.0": {
"System.Collections.Immutable/9.0.1": {
"runtime": {
"lib/net9.0/System.Collections.Immutable.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.124.61010"
}
}
},
"System.Composition/9.0.1": {
"dependencies": {
"System.Composition.AttributedModel": "9.0.0",
"System.Composition.Convention": "9.0.0",
"System.Composition.Hosting": "9.0.0",
"System.Composition.Runtime": "9.0.0",
"System.Composition.TypedParts": "9.0.0"
"System.Composition.AttributedModel": "9.0.1",
"System.Composition.Convention": "9.0.1",
"System.Composition.Hosting": "9.0.1",
"System.Composition.Runtime": "9.0.1",
"System.Composition.TypedParts": "9.0.1"
}
},
"System.Composition.AttributedModel/9.0.0": {
"System.Composition.AttributedModel/9.0.1": {
"runtime": {
"lib/net9.0/System.Composition.AttributedModel.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
"assemblyVersion": "9.0.0.1",
"fileVersion": "9.0.124.61010"
}
}
},
"System.Composition.Convention/9.0.0": {
"System.Composition.Convention/9.0.1": {
"dependencies": {
"System.Composition.AttributedModel": "9.0.0"
"System.Composition.AttributedModel": "9.0.1"
},
"runtime": {
"lib/net9.0/System.Composition.Convention.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
"assemblyVersion": "9.0.0.1",
"fileVersion": "9.0.124.61010"
}
}
},
"System.Composition.Hosting/9.0.0": {
"System.Composition.Hosting/9.0.1": {
"dependencies": {
"System.Composition.Runtime": "9.0.0"
"System.Composition.Runtime": "9.0.1"
},
"runtime": {
"lib/net9.0/System.Composition.Hosting.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
"assemblyVersion": "9.0.0.1",
"fileVersion": "9.0.124.61010"
}
}
},
"System.Composition.Runtime/9.0.0": {
"System.Composition.Runtime/9.0.1": {
"runtime": {
"lib/net9.0/System.Composition.Runtime.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
"assemblyVersion": "9.0.0.1",
"fileVersion": "9.0.124.61010"
}
}
},
"System.Composition.TypedParts/9.0.0": {
"System.Composition.TypedParts/9.0.1": {
"dependencies": {
"System.Composition.AttributedModel": "9.0.0",
"System.Composition.Hosting": "9.0.0",
"System.Composition.Runtime": "9.0.0"
"System.Composition.AttributedModel": "9.0.1",
"System.Composition.Hosting": "9.0.1",
"System.Composition.Runtime": "9.0.1"
},
"runtime": {
"lib/net9.0/System.Composition.TypedParts.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
"assemblyVersion": "9.0.0.1",
"fileVersion": "9.0.124.61010"
}
}
},
"System.Text.Encoding.CodePages/8.0.0": {},
"System.Text.Json/9.0.0": {},
"YamlDotNet/15.3.0": {
"runtime": {
Expand All @@ -170,12 +173,12 @@
"serviceable": false,
"sha512": ""
},
"AngleSharp/1.1.2": {
"AngleSharp/1.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==",
"path": "anglesharp/1.1.2",
"hashPath": "anglesharp.1.1.2.nupkg.sha512"
"sha512": "sha512-uF/PzSCVcb+b2nqVvHZbOqexoJ9R6QLjonugPf0PQl+0h7YKaFZeXyspctbHe5HGlx7/Iuk5BErtk+t63ac/ZA==",
"path": "anglesharp/1.2.0",
"hashPath": "anglesharp.1.2.0.nupkg.sha512"
},
"Docfx.Common/2.78.2": {
"type": "package",
Expand All @@ -198,12 +201,12 @@
"path": "docfx.yamlserialization/2.78.2",
"hashPath": "docfx.yamlserialization.2.78.2.nupkg.sha512"
},
"HtmlAgilityPack/1.11.71": {
"HtmlAgilityPack/1.11.72": {
"type": "package",
"serviceable": true,
"sha512": "sha512-HlEThQBnob4/29DIiyrPSYlGXXSZUtOH7571PRev+yu8FW8n5pdxqHyun+PMm17cp3ovCrxFhXedC+1HUSdRMA==",
"path": "htmlagilitypack/1.11.71",
"hashPath": "htmlagilitypack.1.11.71.nupkg.sha512"
"sha512": "sha512-RNLgXxTFdIGFI+o5l8c2aJ2L5StIRn9Uv8HKR76p7QP4ZUL26wzpWUCWh08xWUdkL2kocl+Xhv6VUu0rA1npVg==",
"path": "htmlagilitypack/1.11.72",
"hashPath": "htmlagilitypack.1.11.72.nupkg.sha512"
},
"Newtonsoft.Json/13.0.3": {
"type": "package",
Expand All @@ -219,61 +222,54 @@
"path": "spectre.console/0.49.1",
"hashPath": "spectre.console.0.49.1.nupkg.sha512"
},
"System.Collections.Immutable/9.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
"path": "system.collections.immutable/9.0.0",
"hashPath": "system.collections.immutable.9.0.0.nupkg.sha512"
},
"System.Composition/9.0.0": {
"System.Collections.Immutable/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3Djj70fFTraOarSKmRnmRy/zm4YurICm+kiCtI0dYRqGJnLX6nJ+G3WYuFJ173cAPax/gh96REcbNiVqcrypFQ==",
"path": "system.composition/9.0.0",
"hashPath": "system.composition.9.0.0.nupkg.sha512"
"sha512": "sha512-qt4+ClsZYKzar/Rw1zbt0t9iuBUCLVNsjXicEuVQyKL7143CwhWzI2gTwzz8AhSaFYVHnpcb8SBGA+zaY4weUg==",
"path": "system.collections.immutable/9.0.1",
"hashPath": "system.collections.immutable.9.0.1.nupkg.sha512"
},
"System.Composition.AttributedModel/9.0.0": {
"System.Composition/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iri00l/zIX9g4lHMY+Nz0qV1n40+jFYAmgsaiNn16xvt2RDwlqByNG4wgblagnDYxm3YSQQ0jLlC/7Xlk9CzyA==",
"path": "system.composition.attributedmodel/9.0.0",
"hashPath": "system.composition.attributedmodel.9.0.0.nupkg.sha512"
"sha512": "sha512-BDiudFadPCjcH185Vp85Khmxf2eVkSZVFo0z6jalA2YDQYzd88TIkbBXBHSubvOTZpB0z8ozDLpBwmN7O6ivrQ==",
"path": "system.composition/9.0.1",
"hashPath": "system.composition.9.0.1.nupkg.sha512"
},
"System.Composition.Convention/9.0.0": {
"System.Composition.AttributedModel/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+vuqVP6xpi582XIjJi6OCsIxuoTZfR0M7WWufk3uGDeCl3wGW6KnpylUJ3iiXdPByPE0vR5TjJgR6hDLez4FQg==",
"path": "system.composition.convention/9.0.0",
"hashPath": "system.composition.convention.9.0.0.nupkg.sha512"
"sha512": "sha512-dZYI+yQcn2dZGnN7Q/7H13VyKJKgMnr9uiJBLeiTJTojQdy+4Alo3T/bfpCBK3FxSksyYjU4uF7wKjkxWAiHQQ==",
"path": "system.composition.attributedmodel/9.0.1",
"hashPath": "system.composition.attributedmodel.9.0.1.nupkg.sha512"
},
"System.Composition.Hosting/9.0.0": {
"System.Composition.Convention/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OFqSeFeJYr7kHxDfaViGM1ymk7d4JxK//VSoNF9Ux0gpqkLsauDZpu89kTHHNdCWfSljbFcvAafGyBoY094btQ==",
"path": "system.composition.hosting/9.0.0",
"hashPath": "system.composition.hosting.9.0.0.nupkg.sha512"
"sha512": "sha512-XFg90vknbHQV/ORcdM+zG9QeNyRpmDZfRqUQFooZO5eAnGKe9kAUKEv7NumWU0ZVAjMhrxCJg+AL97kzKKHD1g==",
"path": "system.composition.convention/9.0.1",
"hashPath": "system.composition.convention.9.0.1.nupkg.sha512"
},
"System.Composition.Runtime/9.0.0": {
"System.Composition.Hosting/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-w1HOlQY1zsOWYussjFGZCEYF2UZXgvoYnS94NIu2CBnAGMbXFAX8PY8c92KwUItPmowal68jnVLBCzdrWLeEKA==",
"path": "system.composition.runtime/9.0.0",
"hashPath": "system.composition.runtime.9.0.0.nupkg.sha512"
"sha512": "sha512-AYaHZ91srMdA5aBZU2smmabCVOlx1BPWjpLhBVIvoerQg0ZHf4V3jUgAyl4NIfJCWSezkaY00TPbFvO2goeFWg==",
"path": "system.composition.hosting/9.0.1",
"hashPath": "system.composition.hosting.9.0.1.nupkg.sha512"
},
"System.Composition.TypedParts/9.0.0": {
"System.Composition.Runtime/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aRZlojCCGEHDKqh43jaDgaVpYETsgd7Nx4g1zwLKMtv4iTo0627715ajEFNpEEBTgLmvZuv8K0EVxc3sM4NWJA==",
"path": "system.composition.typedparts/9.0.0",
"hashPath": "system.composition.typedparts.9.0.0.nupkg.sha512"
"sha512": "sha512-bxUm5LM9lBYwGqpHBvh7U9mt/kmcSHSTUis3kJ43Kzkxxe0TErmAMEyvQLegLTijsvgbfZ5Iw9VCaVG/5nFF7Q==",
"path": "system.composition.runtime/9.0.1",
"hashPath": "system.composition.runtime.9.0.1.nupkg.sha512"
},
"System.Text.Encoding.CodePages/8.0.0": {
"System.Composition.TypedParts/9.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
"path": "system.text.encoding.codepages/8.0.0",
"hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
"sha512": "sha512-i0jIA6OLjq/7DDxgtcLtnjq1//K78XyLKCdMYyXgRkopZ0lmY0i842N3NUhI3GD/O0wwmPdIG5k1TcnDZE7Zyg==",
"path": "system.composition.typedparts/9.0.1",
"hashPath": "system.composition.typedparts.9.0.1.nupkg.sha512"
},
"System.Text.Json/9.0.0": {
"type": "package",
Expand Down
Binary file added plugins/AITSYS.Docfx.DescriptionGenerator.dll
Binary file not shown.
Loading

0 comments on commit a5e0b69

Please sign in to comment.