Skip to content

Commit eae5077

Browse files
authored
Remove typo in NuGet package description
1 parent 4e42005 commit eae5077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SixLabors.Core/SixLabors.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>Low level primitives for use across Six Labors projects..</Description>
4+
<Description>Low level primitives for use across Six Labors projects.</Description>
55
<VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix>
66
<VersionPrefix Condition="$(packageversion) == ''">0.1.0-alpha2</VersionPrefix>
77
<Authors>Six Labors</Authors>
@@ -55,4 +55,4 @@
5555
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
5656
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
5757
</ItemGroup>
58-
</Project>
58+
</Project>

0 commit comments

Comments
 (0)