Skip to content

Commit

Permalink
🚀 Release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rootasjey committed Sep 3, 2020
1 parent d07de20 commit 3ec97ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unsplasharp 📷

> ⚠️ Looking for maintenairs
> I don't have much time to work on this lib.
Unofficial C# wrapper around [Unsplash](https://unsplash.com) API targeting .NET Standard 1.4.

This lib is compatible with .NET Core, .NET Framework 4.6.1, Xamarin (iOS, Android), Universal Windows Platform.
Expand Down
5 changes: 3 additions & 2 deletions unsplasharp/Unsplasharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<PackageId>unsplasharp.api</PackageId>
<PackageVersion>0.5.6</PackageVersion>
<PackageVersion>0.5.8</PackageVersion>
<Authors>Jeremie CORPINOT</Authors>
<Description>Unsplash API for .NET</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Fix Photo's location property (3)
Fix client id header parameter.
</PackageReleaseNotes>
<Copyright>MIT Licence. All rights reserved.</Copyright>
<PackageTags>unsplash api</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/rootasjey/unsplasharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/rootasjey/unsplasharp</RepositoryUrl>
<Version>0.5.2</Version>
Expand Down

0 comments on commit 3ec97ad

Please sign in to comment.