Skip to content
Snippets Groups Projects
Commit 61d0e479 authored by CoscineBot's avatar CoscineBot :gear:
Browse files

Chore: 1.6.0

# [1.6.0](v1.5.0...v1.6.0) (2024-04-09)

## Update
* Utilising IAsyncEnumerable to fetch multiple paged responses
* Utilising IAsyncEnumerable to fetch multiple paged responses
parent 25ba2edd
Branches
Tags v1.6.0
No related merge requests found
Pipeline #1303250 passed
......@@ -6,7 +6,7 @@
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<Nullable>annotations</Nullable>
</PropertyGroup>
<Version>1.6.0</Version></PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
......
......@@ -12,7 +12,7 @@
<Description>A library generated from a OpenAPI doc</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>Coscine.ApiClient.Core</RootNamespace>
<Version>1.0.0</Version>
<Version>1.6.0</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Coscine.ApiClient.Core.xml</DocumentationFile>
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
......
......@@ -4,7 +4,7 @@
<RootNamespace>Coscine.ApiClient</RootNamespace>
<AssemblyName>Coscine.ApiClient</AssemblyName>
<TargetFramework>net7.0</TargetFramework>
<Version>1.5.0</Version>
<Version>1.6.0</Version>
</PropertyGroup>
<PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment