Skip to content

Commit

Permalink
build 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas committed Sep 22, 2023
1 parent e9df3ec commit 7078936
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ConvertApi/ConvertApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.10</Version>
<Version>3.0.11</Version>
<Company>Baltsoft</Company>
<Authors>Baltsoft</Authors>
<PackageProjectUrl>https://www.convertapi.com</PackageProjectUrl>
Expand All @@ -11,7 +11,7 @@
<PackageTags>pdf convert word excel powerpoint text compress c# pdf-library images web msoffice office openoffice postscript iworks convertapi</PackageTags>
<Copyright>2012-2023 Baltsoft</Copyright>
<PackageLicenseUrl>https://www.convertapi.com/terms</PackageLicenseUrl>
<PackageIconUrl>https://www.convertapi.com/favicon/android-chrome-192x192.png</PackageIconUrl>
<PackageIcon>https://www.convertapi.com/favicon/android-chrome-192x192.png</PackageIcon>
<Description>High-Performance File Conversion API. Convert various files like MS Word, Excel, PowerPoint, Images to PDF and Images. Create PDF and Images from url and raw HTML. Extract and create PowerPoint presentation from PDF. Merge, Encrypt, Split, Repair and Decrypt PDF files.

All supported files conversions and manipulations can be found at https://www.convertapi.com/conversions
Expand All @@ -22,11 +22,11 @@ https://github.com/ConvertAPI/convertapi-dotnet</Description>
<Product>ConvertApi</Product>
<AssemblyName>ConvertApi</AssemblyName>
<RootNamespace>ConvertApiDotNet</RootNamespace>
<AssemblyVersion>3.0.10.0</AssemblyVersion>
<FileVersion>3.0.10.0</FileVersion>
<AssemblyVersion>3.0.11.0</AssemblyVersion>
<FileVersion>3.0.11.0</FileVersion>
<PackageReleaseNotes>Added file parameter overrides to fit Watermark PDF implementation. </PackageReleaseNotes>
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
<PackageVersion>3.0.10</PackageVersion>
<PackageVersion>3.0.11</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7078936

Please sign in to comment.