We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eced7 commit fc592c3Copy full SHA for fc592c3
1 file changed
lib/Gotenberg.Sharp.Api.Client.csproj
@@ -23,7 +23,7 @@
23
</Description>
24
<IncludeSymbols>True</IncludeSymbols>
25
<PackageReleaseNotes>
26
- Upgraded to support Gotenberg v7.
+ Upgraded to support Gotenberg v7 -- this version no longer works with Gotenberg v6.
27
</PackageReleaseNotes>
28
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
29
<PackageProjectUrl>https://github.com/ChangemakerStudios/GotenbergSharpApiClient</PackageProjectUrl>
@@ -38,7 +38,7 @@
38
</ItemGroup>
39
40
<ItemGroup>
41
- <PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
+ <PackageReference Include="JetBrains.Annotations" Version="2022.1.0" />
42
<PackageReference Include="MimeMapping" Version="1.0.1.37" />
43
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
44
0 commit comments