Skip to content

Commit 3ec97ad

Browse files
author
rootasjey
committed
πŸš€ Release 0.5.8
1 parent d07de20 commit 3ec97ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unsplasharp πŸ“·
22

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

58
This lib is compatible with .NET Core, .NET Framework 4.6.1, Xamarin (iOS, Android), Universal Windows Platform.

β€Žunsplasharp/Unsplasharp.csprojβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.4</TargetFramework>
55
<PackageId>unsplasharp.api</PackageId>
6-
<PackageVersion>0.5.6</PackageVersion>
6+
<PackageVersion>0.5.8</PackageVersion>
77
<Authors>Jeremie CORPINOT</Authors>
88
<Description>Unsplash API for .NET</Description>
99
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1010
<PackageReleaseNotes>
11-
Fix Photo's location property (3)
11+
Fix client id header parameter.
1212
</PackageReleaseNotes>
1313
<Copyright>MIT Licence. All rights reserved.</Copyright>
1414
<PackageTags>unsplash api</PackageTags>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1516
<PackageProjectUrl>https://github.com/rootasjey/unsplasharp</PackageProjectUrl>
1617
<RepositoryUrl>https://github.com/rootasjey/unsplasharp</RepositoryUrl>
1718
<Version>0.5.2</Version>

0 commit comments

Comments
Β (0)