|
3 | 3 | <Description>Official .NET SDK for the Contentful Content Delivery and Management API for ASP.NET core.</Description>
|
4 | 4 | <PackageId>contentful.aspnetcore</PackageId>
|
5 | 5 | <NeutralLanguage>en-US</NeutralLanguage>
|
6 |
| - <VersionPrefix>8.1.0</VersionPrefix> |
| 6 | + <VersionPrefix>8.2.0</VersionPrefix> |
7 | 7 | <TargetFramework>netstandard2.0</TargetFramework>
|
8 | 8 | <Authors>Contentful</Authors>
|
9 | 9 | <Copyright>Contentful GmbH.</Copyright>
|
|
13 | 13 | <PackageProjectUrl>https://github.com/contentful/contentful.net</PackageProjectUrl>
|
14 | 14 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
15 | 15 | <RepositoryType>git</RepositoryType>
|
16 |
| - <Version>8.1.0</Version> |
17 |
| - <AssemblyVersion>8.1.0.0</AssemblyVersion> |
| 16 | + <Version>8.2.0</Version> |
| 17 | + <AssemblyVersion>8.2.0.0</AssemblyVersion> |
18 | 18 | <RepositoryUrl>https://github.com/contentful/contentful.net</RepositoryUrl>
|
19 |
| - <FileVersion>8.1.0.0</FileVersion> |
| 19 | + <FileVersion>8.2.0.0</FileVersion> |
20 | 20 | </PropertyGroup>
|
21 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
22 | 22 | <DocumentationFile>bin\Release\netstandard1.5\Contentful.AspNetCore.xml</DocumentationFile>
|
|
25 | 25 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
26 | 26 | </PropertyGroup>
|
27 | 27 | <ItemGroup>
|
28 |
| - <PackageReference Include="contentful.csharp" Version="8.1.0" /> |
| 28 | + <PackageReference Include="contentful.csharp" Version="8.2.0" /> |
29 | 29 | <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
|
30 | 30 | <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
31 | 31 | <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.2.0" />
|
|
0 commit comments