diff --git a/SketchFabApi.Net/Api/SketchFabApi.cs b/SketchFabApi.Net/Api/SketchFabApi.cs index 05e681f..53cea71 100644 --- a/SketchFabApi.Net/Api/SketchFabApi.cs +++ b/SketchFabApi.Net/Api/SketchFabApi.cs @@ -67,7 +67,7 @@ public partial class SketchfabApi # HINTS # - limit the rate at which you poll for the status (once every few seconds is more than enough) */ - public SketchFabApi(ILogger logger, IHttpClientFactory httpClientFactory) + public SketchfabApi(ILogger logger, IHttpClientFactory httpClientFactory) { this._logger = logger; this._httpClientFactory = httpClientFactory; diff --git a/SketchFabApi.Net/SketchFabApi.Net.csproj b/SketchFabApi.Net/SketchFabApi.Net.csproj index 1a0de37..a65aacc 100644 --- a/SketchFabApi.Net/SketchFabApi.Net.csproj +++ b/SketchFabApi.Net/SketchFabApi.Net.csproj @@ -2,8 +2,8 @@ netcoreapp3.1 - 1.0.2 - 1.0.2 + 1.0.3 + 1.0.3 Sketchfab true Xavier Fischer