Skip to content

Commit 2507db8

Browse files
committed
Bump project and Magick.NET-Q16-AnyCPU versions
Updated the project version to 3.8.3 in Directory.Build.props and upgraded Magick.NET-Q16-AnyCPU package from 14.10.1 to 14.10.2 in Directory.Packages.props.
1 parent 6036143 commit 2507db8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591</NoWarn>
5-
<Version>3.8.2</Version>
5+
<Version>3.8.3</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<LangVersion>preview</LangVersion>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="Magick.NET-Q16-AnyCPU" Version="14.10.1" />
87
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.11" />
8+
<PackageVersion Include="Magick.NET-Q16-AnyCPU" Version="14.10.2" />
99
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1010
<PackageVersion Include="NUnit" Version="4.4.0" />
1111
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" Pinned="true" />

0 commit comments

Comments
 (0)