File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
UnmanagedMemoryUtils/UnmanagedMemoryUtils Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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< T> and ReadOnlyMemory< T> 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 >
You can’t perform that action at this time.
0 commit comments