We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e42005 + eae5077 commit efb91b3Copy full SHA for efb91b3
src/SixLabors.Core/SixLabors.Core.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Description>Low level primitives for use across Six Labors projects..</Description>
+ <Description>Low level primitives for use across Six Labors projects.</Description>
5
<VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix>
6
<VersionPrefix Condition="$(packageversion) == ''">0.1.0-alpha2</VersionPrefix>
7
<Authors>Six Labors</Authors>
@@ -55,4 +55,4 @@
55
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
56
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
57
</ItemGroup>
58
-</Project>
+</Project>
0 commit comments