Skip to content

Commit c19157f

Browse files
author
Tomas Rutkauskas
committed
chore(release): v3.1.6 — changelog and version bump
1 parent 86f0220 commit c19157f

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
6+
7+
## [3.1.6] — 2025-11-12
8+
9+
### Added
10+
- Add `UploadOnceReuseTwice` example project for reusing uploaded files in multiple conversions (08dede5)
11+
- Add `GetConverterInfoDemo` example and implement `GetConverterInfo` method (c9500df)
12+
- Add `DeleteFiles` example and implement `DeleteFilesAsync` method (dd7e5d7)
13+
14+
### Changed
15+
- Refactor `ConvertApiFiles` to `ConvertApiFile` across the codebase for clarity and consistency (46e77ef, 721b5ec)
16+
- Upgrade all example projects to .NET 6 for performance and modern SDK features (c0428d3)
17+
- Rename `GetValueAsync` to `GetUploadedFileAsync` (mark old name obsolete) and update `UploadOnceReuseTwice` example (868e16d)
18+
- Enhance `ConvertApiFileParam` constructor validation (4557675)
19+
- Make `UploadOnceReuseTwice` example more robust with dynamic test file path resolution (a4a6e4b)
20+
- Make `CopyToAsync` awaitable in `ConvertApiExtension` for improved asynchronous handling (9839cf5)
21+
22+
### Merged
23+
- Merge pull request #65 from `ConvertAPI/develop` (86f0220)
24+
- Merge remote-tracking branch `origin/develop` into `develop` (5ef1683)
25+
26+
<!--
27+
Compare links can be added once tags are in place, e.g.:
28+
[3.1.6]: https://github.com/ConvertAPI/convertapi-dotnet/compare/v3.1.5...v3.1.6
29+
-->

ConvertApi/ConvertApi.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<Version>3.0.14</Version>
5+
<Version>3.1.6</Version>
66
<Company>Baltsoft</Company>
77
<Authors>ConvertApi</Authors>
88
<PackageProjectUrl>https://www.convertapi.com</PackageProjectUrl>
@@ -17,11 +17,11 @@
1717
<Product>ConvertApi</Product>
1818
<AssemblyName>ConvertApi</AssemblyName>
1919
<RootNamespace>ConvertApiDotNet</RootNamespace>
20-
<AssemblyVersion>3.1.5.0</AssemblyVersion>
21-
<FileVersion>3.1.5.0</FileVersion>
22-
<PackageReleaseNotes>Added file parameter overrides to fit Watermark PDF implementation. </PackageReleaseNotes>
20+
<AssemblyVersion>3.1.6.0</AssemblyVersion>
21+
<FileVersion>3.1.6.0</FileVersion>
22+
<PackageReleaseNotes>New examples (UploadOnceReuseTwice, GetConverterInfoDemo, DeleteFiles); new APIs (GetConverterInfo, DeleteFilesAsync); make CopyToAsync awaitable; rename GetValueAsync to GetUploadedFileAsync (obsolete alias kept); improve ConvertApiFileParam validation; examples upgraded to .NET 6.</PackageReleaseNotes>
2323
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
24-
<PackageVersion>3.1.5</PackageVersion>
24+
<PackageVersion>3.1.6</PackageVersion>
2525
<Description>ConvertAPI for .NET — one call to turn Office files into PDF or back again (DOCX ⇄ PDF, XLSX ⇄ PDF, PPTX ⇄ PDF). Convert HTML, images, ebooks, email, zip; merge, split, watermark, compress, OCR, redact, protect or repair PDF. Async, cross-platform, .NET Standard 2.0+ / .NET Core 5-9</Description>
2626
</PropertyGroup>
2727

0 commit comments

Comments
 (0)