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