Skip to content

Commit 706e272

Browse files
Bump Markdig from 0.36.2 to 0.37.0
Bumps [Markdig](https://github.com/xoofx/markdig) from 0.36.2 to 0.37.0. - [Release notes](https://github.com/xoofx/markdig/releases) - [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md) - [Commits](xoofx/markdig@0.36.2...0.37.0) --- updated-dependencies: - dependency-name: Markdig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68f6aa1 commit 706e272

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
5-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
6-
7-
<LangVersion>10.0</LangVersion>
8-
<Nullable>enable</Nullable>
9-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
10-
11-
<AssemblyVersion>8.3.0.0</AssemblyVersion>
12-
<FileVersion>8.3.0.0</FileVersion>
13-
<Version>8.3.0</Version>
14-
15-
<Authors>Vitaly Derbin, Andreas Nägeli</Authors>
16-
<Company />
17-
18-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19-
<PackageProjectUrl>https://genhttp.org/</PackageProjectUrl>
20-
21-
<Description>Provides renderers based on the Markdown engine that can be used to render websites in projects running on the GenHTTP webserver.</Description>
22-
<PackageTags>HTTP Webserver C# Module Markdown Rendering Engine</PackageTags>
23-
24-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25-
<IncludeSymbols>true</IncludeSymbols>
26-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27-
28-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
29-
<NoWarn>CS1591,CS1587,CS1572,CS1573</NoWarn>
30-
31-
<PackageIcon>icon.png</PackageIcon>
32-
33-
</PropertyGroup>
34-
35-
<ItemGroup>
36-
<None Include="..\..\LICENSE" Link="LICENSE">
37-
<PackagePath>\</PackagePath>
38-
<Pack>true</Pack>
39-
</None>
40-
<None Include="..\..\Resources\icon.png" Link="icon.png">
41-
<PackagePath>\</PackagePath>
42-
<Pack>true</Pack>
43-
</None>
44-
</ItemGroup>
45-
46-
<ItemGroup>
47-
48-
<ProjectReference Include="..\..\API\GenHTTP.Api.csproj" />
49-
50-
<ProjectReference Include="..\Basics\GenHTTP.Modules.Basics.csproj" />
51-
<ProjectReference Include="..\IO\GenHTTP.Modules.IO.csproj" />
52-
53-
<PackageReference Include="Markdig" Version="0.36.2" />
54-
55-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
56-
57-
</ItemGroup>
58-
59-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
5+
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
6+
7+
<LangVersion>10.0</LangVersion>
8+
<Nullable>enable</Nullable>
9+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
10+
11+
<AssemblyVersion>8.3.0.0</AssemblyVersion>
12+
<FileVersion>8.3.0.0</FileVersion>
13+
<Version>8.3.0</Version>
14+
15+
<Authors>Vitaly Derbin, Andreas Nägeli</Authors>
16+
<Company />
17+
18+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19+
<PackageProjectUrl>https://genhttp.org/</PackageProjectUrl>
20+
21+
<Description>Provides renderers based on the Markdown engine that can be used to render websites in projects running on the GenHTTP webserver.</Description>
22+
<PackageTags>HTTP Webserver C# Module Markdown Rendering Engine</PackageTags>
23+
24+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25+
<IncludeSymbols>true</IncludeSymbols>
26+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27+
28+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
29+
<NoWarn>CS1591,CS1587,CS1572,CS1573</NoWarn>
30+
31+
<PackageIcon>icon.png</PackageIcon>
32+
33+
</PropertyGroup>
34+
35+
<ItemGroup>
36+
<None Include="..\..\LICENSE" Link="LICENSE">
37+
<PackagePath>\</PackagePath>
38+
<Pack>true</Pack>
39+
</None>
40+
<None Include="..\..\Resources\icon.png" Link="icon.png">
41+
<PackagePath>\</PackagePath>
42+
<Pack>true</Pack>
43+
</None>
44+
</ItemGroup>
45+
46+
<ItemGroup>
47+
48+
<ProjectReference Include="..\..\API\GenHTTP.Api.csproj" />
49+
50+
<ProjectReference Include="..\Basics\GenHTTP.Modules.Basics.csproj" />
51+
<ProjectReference Include="..\IO\GenHTTP.Modules.IO.csproj" />
52+
53+
<PackageReference Include="Markdig" Version="0.37.0" />
54+
55+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
56+
57+
</ItemGroup>
58+
59+
</Project>

0 commit comments

Comments
 (0)