Skip to content

Commit a93382b

Browse files
committed
Update version and reference
1 parent 2c7e48c commit a93382b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Contentful.AspNetCore/Contentful.AspNetCore.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageProjectUrl>https://github.com/contentful/contentful.net</PackageProjectUrl>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryType>git</RepositoryType>
16-
<Version>5.0.2</Version>
17-
<AssemblyVersion>5.0.2.0</AssemblyVersion>
16+
<Version>5.0.3</Version>
17+
<AssemblyVersion>5.0.3.0</AssemblyVersion>
1818
<RepositoryUrl>https://github.com/contentful/contentful.net</RepositoryUrl>
1919
</PropertyGroup>
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -24,7 +24,7 @@
2424
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<PackageReference Include="contentful.csharp" Version="5.0.2" />
27+
<PackageReference Include="contentful.csharp" Version="5.0.3" />
2828
<PackageReference Include="gitlink" Version="3.1.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

Contentful.Core/Contentful.Core.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2020
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
21-
<AssemblyVersion>5.0.2.0</AssemblyVersion>
22-
<FileVersion>5.0.2.0</FileVersion>
23-
<Version>5.0.2</Version>
21+
<AssemblyVersion>5.0.3.0</AssemblyVersion>
22+
<FileVersion>5.0.3.0</FileVersion>
23+
<Version>5.0.3</Version>
2424
</PropertyGroup>
2525
<ItemGroup>
2626
<PackageReference Include="gitlink" Version="3.1.0">

0 commit comments

Comments
 (0)