From d32b31b4a0dbc4f39fbf1bd88e46b90ad2589f21 Mon Sep 17 00:00:00 2001 From: olivierapivideo Date: Fri, 19 Jul 2024 06:39:58 +0000 Subject: [PATCH] Fix nuget package --- CHANGELOG.md | 3 +++ src/ApiVideo.csproj | 13 +++++-------- src/Client/ApiClient.cs | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97742cf..f876d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to this project will be documented in this file. +## [1.5.0] - 2024-07-19 +- fix nuget package (closes + ## [1.4.0] - 2024-06-11 - .net 5.0 support diff --git a/src/ApiVideo.csproj b/src/ApiVideo.csproj index eb4b510..758606f 100644 --- a/src/ApiVideo.csproj +++ b/src/ApiVideo.csproj @@ -13,16 +13,15 @@ The version of the OpenAPI document: 1 Library true ApiVideo - 1.4.0 + 1.5.0 api.video api.video csharp API client - true MIT https://github.com/apivideo/api.video-csharp-client false api.video API client api.video - ApiVideoApiCLient + ApiVideoApiClient No Copyright 1.0.0 1.0.0 @@ -42,12 +41,10 @@ The version of the OpenAPI document: 1 5.9.1 - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - + + + diff --git a/src/Client/ApiClient.cs b/src/Client/ApiClient.cs index 1b1f1b0..7ad2654 100644 --- a/src/Client/ApiClient.cs +++ b/src/Client/ApiClient.cs @@ -94,7 +94,7 @@ public ApiClient(IRestClient client) { private void Initialize(IRestClient client) { this.RestClient = client; - setName("AV-Origin-Client", "csharp", "1.4.0"); + setName("AV-Origin-Client", "csharp", "1.5.0"); } ///