Skip to content

Commit

Permalink
feat: update pack information
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav committed Sep 2, 2022
1 parent aa5dcbe commit f15316c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Src/StackMemoryCollections/StackMemoryCollections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,16 @@
</ItemGroup>
<PropertyGroup>
<PackageId>StackMemoryCollections</PackageId>
<PackageVersion>0.1.3.1</PackageVersion>
<PackageVersion>0.1.4.2</PackageVersion>
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
<RepositoryUrl>https://github.com/SoftStoneDevelop/StackMemoryCollections</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Fast unsafe collections for memory reuse by stack type. Adding elements without overhead when increasing Capacity. Can also be used in as classic collection with resizing or on a custom memory allocator.</Description>
<Description>Fast unsafe collections for memory reuse by stack type. Adding elements without overhead when increasing Capacity. Can also be used in as classic collection with resizing or on a custom memory allocator. See collection descriptions and examples on GitHub.</Description>
<PackageTags>collection, unsafe, memory, stack, list, queue, analysis, generator, wrapper, roslyn</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>
- Wrapper IsNull Property for class wrapper
- Wrapper CreateInstance method
- Wrapper GetPtrProperties
- Wrapper GetValueInPtr Properties
- Helper SetValueFrom(value) for composite value

- fix IntPtr mus be valid structure
- Added TopFuture() and PushFuture() methods for Stack
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit f15316c

Please sign in to comment.