Skip to content

Commit

Permalink
Update Markdig to v0.40.0 (from v0.39.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Jan 13, 2025
1 parent 6b5fac7 commit f5a3d9b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions YAMDCC.ConfigEditor/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
".NETFramework,Version=v4.8": {
"Markdig": {
"type": "Transitive",
"resolved": "0.39.1",
"contentHash": "QrH/Aq9A5P7fIdy4tEBQGqVvrJoEew9+jL0k2WlrmgD0yxXP0UUtdkhJWgpVgwT18R0ubpt9cyF+LQXbTUSOrg==",
"resolved": "0.40.0",
"contentHash": "4ve14zs+gt1irldTQE3y5FLAHuzmhW7T99lAAvVipe/q2LWT/nUCO0iICb9TXGvMX6n7Z1OZroFXkdSy91rO8w==",
"dependencies": {
"System.Memory": "4.5.5"
}
Expand Down Expand Up @@ -107,29 +107,29 @@
"ec-inspect": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-beta.6, )",
"YAMDCC.Common": "[1.0.0-dev, )",
"YAMDCC.IPC": "[2.1.3-release, )"
}
},
"Updater": {
"type": "Project",
"dependencies": {
"Markdig": "[0.39.1, )",
"Markdig": "[0.40.0, )",
"Newtonsoft.Json": "[13.0.3, )",
"TaskScheduler": "[2.11.0, )",
"YAMDCC.Common": "[1.0.0-beta.6, )"
"YAMDCC.Common": "[1.0.0-dev, )"
}
},
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-beta.6, )"
"YAMDCC.Logs": "[1.0.0-dev, )"
}
},
"yamdcc.config": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-beta.6, )"
"YAMDCC.Common": "[1.0.0-dev, )"
}
},
"yamdcc.ecaccess": {
Expand All @@ -147,11 +147,11 @@
"yamdccsvc": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-beta.6, )",
"YAMDCC.Config": "[1.0.0-beta.6, )",
"YAMDCC.ECAccess": "[1.0.0-beta.6, )",
"YAMDCC.Common": "[1.0.0-dev, )",
"YAMDCC.Config": "[1.0.0-dev, )",
"YAMDCC.ECAccess": "[1.0.0-dev, )",
"YAMDCC.IPC": "[2.1.3-release, )",
"YAMDCC.Logs": "[1.0.0-beta.6, )"
"YAMDCC.Logs": "[1.0.0-dev, )"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Updater/YAMDCC.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<None Include="UpdateForm.resx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.39.1" />
<PackageReference Include="Markdig" Version="0.40.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions YAMDCC.Updater/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETFramework,Version=v4.8": {
"Markdig": {
"type": "Direct",
"requested": "[0.39.1, )",
"resolved": "0.39.1",
"contentHash": "QrH/Aq9A5P7fIdy4tEBQGqVvrJoEew9+jL0k2WlrmgD0yxXP0UUtdkhJWgpVgwT18R0ubpt9cyF+LQXbTUSOrg==",
"requested": "[0.40.0, )",
"resolved": "0.40.0",
"contentHash": "4ve14zs+gt1irldTQE3y5FLAHuzmhW7T99lAAvVipe/q2LWT/nUCO0iICb9TXGvMX6n7Z1OZroFXkdSy91rO8w==",
"dependencies": {
"System.Memory": "4.5.5"
}
Expand Down Expand Up @@ -51,7 +51,7 @@
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-beta.6, )"
"YAMDCC.Logs": "[1.0.0-dev, )"
}
},
"yamdcc.logs": {
Expand Down

0 comments on commit f5a3d9b

Please sign in to comment.