Skip to content

Commit 5278550

Browse files
committed
Add nuget package description
1 parent 5111618 commit 5278550

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

UnmanagedMemoryUtils/UnmanagedMemoryUtils/UnmanagedMemoryUtils.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<Title>UnmanagedMemoryUtils</Title>
10-
<VersionPrefix>1.0.0</VersionPrefix>
10+
<VersionPrefix>1.0.1</VersionPrefix>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
12+
<Description>A .NET collection of utilities for working with unmanaged memory.
13+
Provides faster alternatives to Memory&lt;T&gt; and ReadOnlyMemory&lt;T&gt; in addition to accessing unmanaged string from managed code.</Description>
1214
</PropertyGroup>
1315
<ItemGroup>
14-
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
16+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
1517
</ItemGroup>
1618
</Project>

0 commit comments

Comments
 (0)