File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard1.4</TargetFramework >
5
5
<PackageId >unsplasharp.api</PackageId >
6
- <PackageVersion >0.5.8</ PackageVersion >
6
+ <Version >0.7.0</ Version >
7
7
<Authors >Jeremie CORPINOT</Authors >
8
8
<Description >Unsplash API for .NET</Description >
9
9
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
10
10
<PackageReleaseNotes >
11
- Fix client id header parameter .
11
+ Optimize [HttpClient] resources and remove deprecated APIs .
12
12
</PackageReleaseNotes >
13
13
<Copyright >MIT Licence. All rights reserved.</Copyright >
14
14
<PackageTags >unsplash api</PackageTags >
15
15
<PackageLicenseExpression >MIT</PackageLicenseExpression >
16
16
<PackageProjectUrl >https://github.com/rootasjey/unsplasharp</PackageProjectUrl >
17
17
<RepositoryUrl >https://github.com/rootasjey/unsplasharp</RepositoryUrl >
18
- <Version >0.5.2</ Version >
18
+ <GeneratePackageOnBuild >true</ GeneratePackageOnBuild >
19
19
</PropertyGroup >
20
20
21
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments