Skip to content

Commit 4cd2fff

Browse files
authored
Upgraded dependencies
Bump PuppeteerSharp from 5.1.0 to 6.1.0 Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 Migrated CI to Github Actions Upgraded demo cli to .net 6.0
2 parents 5bd18a8 + 7c5f8d4 commit 4cd2fff

File tree

1 file changed

+44
-38
lines changed

1 file changed

+44
-38
lines changed
Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,48 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
5-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<RepositoryUrl>https://github.com/Codeuctivity/PuppeteerSharp.Renderer</RepositoryUrl>
8-
<PackageTags>HtmlToPdf HtmlToPng HTML render convert PDF PNG PuppeteerSharp HTML2PDF HTML2PNG linux windows</PackageTags>
9-
<Authors>Stefan Seeland</Authors>
10-
<Company>Codeuctivity</Company>
11-
<PackageIcon>NugetIcon.png</PackageIcon>
12-
<PackageProjectUrl>https://github.com/Codeuctivity/PuppeteerSharp.Renderer</PackageProjectUrl>
13-
<Description>Renders HTML to PNG or PDF, supports windows and linux</Description>
14-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
15-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
16-
<AssemblyOriginatorKeyFile>PuppeteerSharp.Renderer.snk</AssemblyOriginatorKeyFile>
17-
<SignAssembly>false</SignAssembly>
18-
<IncludeSymbols>true</IncludeSymbols>
19-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22-
<LangVersion>9.0</LangVersion>
23-
<Nullable>enable</Nullable>
24-
<PackageId>PuppeteerSharp.Renderer</PackageId>
25-
<Product>PuppeteerSharp.Renderer</Product>
26-
<AssemblyName>Codeuctivity.PuppeteerSharp.Renderer</AssemblyName>
27-
<RootNamespace>Codeuctivity.PuppeteerSharp.Renderer</RootNamespace>
28-
<EnableNETAnalyzers>true</EnableNETAnalyzers>
29-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7+
<RepositoryUrl>https://github.com/Codeuctivity/PuppeteerSharp.Renderer</RepositoryUrl>
8+
<PackageTags>HtmlToPdf HtmlToPng HTML render convert PDF PNG PuppeteerSharp HTML2PDF HTML2PNG linux windows</PackageTags>
9+
<Authors>Stefan Seeland</Authors>
10+
<Company>Codeuctivity</Company>
11+
<Version Condition="'$(CURRENT_VERSION)' != ''">$(CURRENT_VERSION)</Version>
12+
<Version Condition="'$(CURRENT_VERSION)' == ''">0.0.1</Version>
13+
<AssemblyVersion>$(Version)</AssemblyVersion>
14+
<FileVersion>$(Version)</FileVersion>
15+
<PackageVersion>$(Version)</PackageVersion>
16+
<PackageReleaseNotes>$(LAST_COMMIT_MESSAGE)</PackageReleaseNotes>
17+
<PackageIcon>NugetIcon.png</PackageIcon>
18+
<PackageProjectUrl>https://github.com/Codeuctivity/PuppeteerSharp.Renderer</PackageProjectUrl>
19+
<Description>Renders HTML to PNG or PDF, supports windows and linux</Description>
20+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
21+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
22+
<AssemblyOriginatorKeyFile>PuppeteerSharp.Renderer.snk</AssemblyOriginatorKeyFile>
23+
<SignAssembly>false</SignAssembly>
24+
<IncludeSymbols>true</IncludeSymbols>
25+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
27+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
28+
<LangVersion>9.0</LangVersion>
29+
<Nullable>enable</Nullable>
30+
<PackageId>PuppeteerSharp.Renderer</PackageId>
31+
<Product>PuppeteerSharp.Renderer</Product>
32+
<AssemblyName>Codeuctivity.PuppeteerSharp.Renderer</AssemblyName>
33+
<RootNamespace>Codeuctivity.PuppeteerSharp.Renderer</RootNamespace>
34+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
35+
</PropertyGroup>
3036

31-
<ItemGroup>
32-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
33-
<PackageReference Include="PuppeteerSharp" Version="6.1.0" />
34-
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.33.0.40503">
35-
<PrivateAssets>all</PrivateAssets>
36-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
37-
</PackageReference>
38-
</ItemGroup>
39-
<ItemGroup>
40-
<None Include="NugetIcon.png" Pack="true" PackagePath="\" />
41-
</ItemGroup>
37+
<ItemGroup>
38+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
39+
<PackageReference Include="PuppeteerSharp" Version="6.1.0" />
40+
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.33.0.40503">
41+
<PrivateAssets>all</PrivateAssets>
42+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
43+
</PackageReference>
44+
</ItemGroup>
45+
<ItemGroup>
46+
<None Include="NugetIcon.png" Pack="true" PackagePath="\" />
47+
</ItemGroup>
4248
</Project>

0 commit comments

Comments
 (0)