Skip to content

Commit

Permalink
Update package version and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblinde committed Jul 23, 2021
1 parent 1487aaa commit b32d10f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Contentful.AspNetCore/Contentful.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PackageProjectUrl>https://github.com/contentful/contentful.net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<Version>6.0.8</Version>
<AssemblyVersion>6.0.8.0</AssemblyVersion>
<Version>6.0.9</Version>
<AssemblyVersion>6.0.9.0</AssemblyVersion>
<RepositoryUrl>https://github.com/contentful/contentful.net</RepositoryUrl>
<FileVersion>6.0.8.0</FileVersion>
<FileVersion>6.0.9.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.5\Contentful.AspNetCore.xml</DocumentationFile>
Expand All @@ -25,7 +25,7 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="contentful.csharp" Version="6.0.8" />
<PackageReference Include="contentful.csharp" Version="6.0.9" />
<PackageReference Include="gitlink" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions Contentful.Core/Contentful.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<AssemblyVersion>6.0.8.0</AssemblyVersion>
<FileVersion>6.0.8.0</FileVersion>
<Version>6.0.8</Version>
<AssemblyVersion>6.0.9.0</AssemblyVersion>
<FileVersion>6.0.9.0</FileVersion>
<Version>6.0.9</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="gitlink" Version="3.1.0">
Expand Down
3 changes: 3 additions & 0 deletions Contentful.Core/Models/Authoring.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public class HtmlRenderer
{
private readonly ContentRendererCollection _contentRendererCollection;

/// <summary>
/// Returns a reference to the internal content renderer collection.
/// </summary>
public ContentRendererCollection Renderers
{
get { return _contentRendererCollection; }
Expand Down

0 comments on commit b32d10f

Please sign in to comment.