Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Sep 4, 2020
1 parent 6efb0f8 commit 6d5f517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SketchFabApi.Net/Api/SketchFabApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<SketchfabApi> logger, IHttpClientFactory httpClientFactory)
public SketchfabApi(ILogger<SketchfabApi> logger, IHttpClientFactory httpClientFactory)
{
this._logger = logger;
this._httpClientFactory = httpClientFactory;
Expand Down
4 changes: 2 additions & 2 deletions SketchFabApi.Net/SketchFabApi.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.2</AssemblyVersion>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3</AssemblyVersion>
<RootNamespace>Sketchfab</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Xavier Fischer</Authors>
Expand Down

0 comments on commit 6d5f517

Please sign in to comment.