Skip to content

Commit

Permalink
Mark version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ficnar committed Jan 1, 2023
1 parent 0c0c632 commit e02be9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ApiClient/ApiClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/ficnar/WebShareCz.ApiClient</PackageProjectUrl>
<PackageTags>.net WebShare.cz-Api-Client</PackageTags>
<PackageReleaseNotes>- File preview support by new method WsFolder.GetFilesPreview
- Bug: copy/move file with special chars (for example +) in path not work correctly.
- StrongName added</PackageReleaseNotes>
<PackageReleaseNotes>- Support for folders with a large number of items using internal paging when calling service APIs. Until now, in such a case, a timeout occurred when reading the contents of the folder.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion MaFi.WebShareCz.ApiClient.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Martin Ficnar</Authors>
<Company />
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
Expand Down

0 comments on commit e02be9f

Please sign in to comment.