2.0.0 #92

Merged
defnotken merged 171 commits from 2.0.0 into master 2025-12-21 17:19:36 +00:00
3 changed files with 24 additions and 4 deletions
Showing only changes of commit 6d57813ef2 - Show all commits

View File

@@ -37,7 +37,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.3" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="9.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
<PackageReference Include="Glamourer.Api" Version="2.6.0" />
<PackageReference Include="Glamourer.Api" Version="2.7.0" />
<PackageReference Include="NReco.Logging.File" Version="1.2.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445">

View File

@@ -626,6 +626,7 @@ public static class SeStringUtils
var measureParams = new SeStringDrawParams
{
Font = usedFont,
FontSize = usedFont.FontSize,
Color = 0xFFFFFFFF,
WrapWidth = float.MaxValue
};
@@ -647,6 +648,7 @@ public static class SeStringUtils
var drawParams = new SeStringDrawParams
{
Font = usedFont,
FontSize = usedFont.FontSize,
Color = 0xFFFFFFFF,
WrapWidth = float.MaxValue,
TargetDrawList = drawList,

View File

@@ -31,9 +31,9 @@
},
"Glamourer.Api": {
"type": "Direct",
"requested": "[2.6.0, )",
"resolved": "2.6.0",
"contentHash": "zysCZgNBRm3k3qvibyw/31MmEckX0Uh0ZsT+Sax3ZHnYIRELr9Qhbz3cjJz7u0RHGIrNJiRpktu/LxgHEqDItw=="
"requested": "[2.7.0, )",
"resolved": "2.7.0",
"contentHash": "H4yRNEhdSQ+YkZlnE7qRM67GaNieb9Xe9Vpj3rvHvcSB0eWgMF1nHqCvkBNb4L38AV4WyWTzwtXh6+Rv5GuVTw=="
},
"K4os.Compression.LZ4.Legacy": {
"type": "Direct",
@@ -139,6 +139,19 @@
"resolved": "16.3.0",
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
},
"BCnEncoder.Net": {
"type": "Transitive",
"resolved": "2.2.1",
"contentHash": "tI5+/OQo0kciLqWrViRjpOH+IL3FjexYnoWZajiGV41g/EM9CGbWsxsPzBDmpoxNkrV9uox/EtIhCIi9chBSFw==",
"dependencies": {
"CommunityToolkit.HighPerformance": "8.4.0"
}
},
"CommunityToolkit.HighPerformance": {
"type": "Transitive",
"resolved": "8.4.0",
"contentHash": "flxspiBs0G/0GMp7IK2J2ijV9bTG6hEwFc/z6ekHqB6nwRJ4Ry2yLdx+TkbCUYFCl4XhABkAwomeKbT6zM2Zlg=="
},
"FlatSharp.Compiler": {
"type": "Transitive",
"resolved": "7.9.0",
@@ -455,6 +468,11 @@
"Microsoft.Extensions.Primitives": "9.0.3"
}
},
"Microsoft.Extensions.ObjectPool": {
"type": "Transitive",
"resolved": "10.0.0",
"contentHash": "bpeCq0IYmVLACyEUMzFIOQX+zZUElG1t+nu1lSxthe7B+1oNYking7b91305+jNB6iwojp9fqTY9O+Nh7ULQxg=="
},
"Microsoft.Extensions.Options": {
"type": "Transitive",
"resolved": "9.0.3",