Skip to content

Commit

Permalink
πŸš€ Release version 0.7.0 (update package info)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootasjey committed Jan 21, 2021
1 parent 5042223 commit f588711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unsplasharp/Unsplasharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<PackageId>unsplasharp.api</PackageId>
<PackageVersion>0.5.8</PackageVersion>
<Version>0.7.0</Version>
<Authors>Jeremie CORPINOT</Authors>
<Description>Unsplash API for .NET</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
Fix client id header parameter.
Optimize [HttpClient] resources and remove deprecated APIs.
</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>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit f588711

Please sign in to comment.