Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
46268af
feat: add markdig extension override with default settings
filzrev Mar 11, 2024
5f1442c
build(deps): bump the xunit group with 1 update (#9778)
dependabot[bot] Mar 12, 2024
0a86a0f
fix: Broken examples problems when using inheritdoc tag (#9754)
filzrev Mar 12, 2024
174f052
build(deps): bump PdfPig from 0.1.9-alpha-20240307-ac027 to 0.1.9-alp…
dependabot[bot] Mar 12, 2024
5038d8e
build(deps-dev): bump the typescript-eslint group in /templates with …
dependabot[bot] Mar 12, 2024
3e06043
build(deps): bump the xunit group with 1 update (#9785)
dependabot[bot] Mar 13, 2024
d19f0de
chore: Disable parallel tests for target frameworks that introduced a…
filzrev Mar 14, 2024
fecd104
fix: NullReferenceException occurred when both include and exclude ar…
filzrev Mar 14, 2024
73f7a71
feat: publish nightly pre-release packages (#9788)
yufeih Mar 14, 2024
fb8e408
build(deps-dev): bump esbuild-sass-plugin from 3.1.0 to 3.2.0 in /tem…
dependabot[bot] Mar 14, 2024
be16f69
build(deps): bump paulhatch/semantic-version from 5.3.0 to 5.4.0 (#9789)
dependabot[bot] Mar 14, 2024
347e350
build(deps-dev): bump esbuild from 0.20.1 to 0.20.2 in /templates (#9…
dependabot[bot] Mar 15, 2024
0010c66
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /temp…
dependabot[bot] Mar 15, 2024
214d72f
build(deps): bump Markdig from 0.35.0 to 0.36.2 (#9794)
dependabot[bot] Mar 15, 2024
2866d45
build(deps): bump the xunit group with 1 update (#9799)
dependabot[bot] Mar 18, 2024
bd8c1a4
build(deps): bump JsonSchema.Net from 6.0.4 to 6.0.5 (#9801)
dependabot[bot] Mar 19, 2024
20790fd
build(deps-dev): bump the typescript-eslint group in /templates with …
dependabot[bot] Mar 19, 2024
130c45c
chore: Add detailed error message for specific exceptions (#9746)
filzrev Mar 20, 2024
431d692
chore: update pdfpig nuget package version (#9803)
filzrev Mar 21, 2024
8a7a95a
build(deps-dev): bump typescript from 5.4.2 to 5.4.3 in /templates (#…
dependabot[bot] Mar 21, 2024
2c0d733
chore: Change JsonSchema EvaluationOptions instance to shared object …
filzrev Mar 21, 2024
14df1ea
fix: Invalid documentation on type parameter #9755 (#9806)
soniyadotp Mar 21, 2024
2012329
Update markdown documentation regarding MarkDig extension (#9810)
tbolon Mar 25, 2024
fe240c7
build(deps): bump PdfPig from 0.1.9-alpha-20240318-69e2b to 0.1.9-alp…
dependabot[bot] Mar 25, 2024
bd87bd2
build(deps): bump JsonSchema.Net from 6.0.5 to 6.0.6 (#9814)
dependabot[bot] Mar 25, 2024
e301880
build(deps): bump katex from 0.16.9 to 0.16.10 in /templates (#9816)
dependabot[bot] Mar 25, 2024
d8e4aa6
build(deps-dev): bump the typescript-eslint group in /templates with …
dependabot[bot] Mar 26, 2024
3542b48
build(deps): bump JsonSchema.Net from 6.0.6 to 6.0.7 (#9818)
dependabot[bot] Mar 26, 2024
b3ec103
chore: Update `docfx.json` config reference document (#9813)
filzrev Mar 27, 2024
7126223
chore: Correct `docfx template` page title (#9812)
peitschie Mar 27, 2024
a6c4c83
feat: add markdig extension override with default settings
filzrev Mar 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump PdfPig from 0.1.9-alpha-20240318-69e2b to 0.1.9-alp…
…ha-20240324-e7896 (#9815)

build(deps): bump PdfPig

Bumps [PdfPig](https://github.com/UglyToad/PdfPig) from 0.1.9-alpha-20240318-69e2b to 0.1.9-alpha-20240324-e7896.
- [Release notes](https://github.com/UglyToad/PdfPig/releases)
- [Commits](https://github.com/UglyToad/PdfPig/commits)

---
updated-dependencies:
- dependency-name: PdfPig
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and filzrev committed Mar 27, 2024
commit fe240c7da85702ec3495d841602edf6afc880a3c
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="OneOf" Version="3.0.263" />
<PackageVersion Include="OneOf.SourceGenerator" Version="3.0.263" />
<PackageVersion Include="PdfPig" Version="0.1.9-alpha-20240318-69e2b" />
<PackageVersion Include="PdfPig" Version="0.1.9-alpha-20240324-e7896" />
<PackageVersion Include="PlantUml.Net" Version="1.4.80" />
<PackageVersion Include="Spectre.Console" Version="0.48.0" />
<PackageVersion Include="Spectre.Console.Cli" Version="0.48.0" />
Expand Down