Skip to content

Commit 1b5bd09

Browse files
author
Vyacheslav
committed
feat: update pack info
1 parent f856b44 commit 1b5bd09

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Src/StackMemoryCollections/StackMemoryCollections.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,22 @@
2424
</ItemGroup>
2525
<PropertyGroup>
2626
<PackageId>StackMemoryCollections</PackageId>
27-
<PackageVersion>0.1.2.0-beta</PackageVersion>
27+
<PackageVersion>0.1.3.1</PackageVersion>
2828
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
2929
<RepositoryUrl>https://github.com/SoftStoneDevelop/StackMemoryCollections</RepositoryUrl>
3030
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3131
<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>
32-
<PackageTags>collection, unsafe, memory, stack, list, queue, analysis, generator, wrapper</PackageTags>
32+
<PackageTags>collection, unsafe, memory, stack, list, queue, analysis, generator, wrapper, roslyn</PackageTags>
3333
<NoPackageAnalysis>true</NoPackageAnalysis>
3434
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3535
<PackageReleaseNotes>
36-
- Added generation mode: treat classes as references(IntPtr)
36+
- Wrapper IsNull Property for class wrapper
37+
- Wrapper CreateInstance method
38+
- Wrapper GetPtrProperties
39+
- Wrapper GetValueInPtr Properties
40+
- Helper SetValueFrom(value) for composite value
41+
42+
- fix IntPtr mus be valid structure
3743
</PackageReleaseNotes>
3844
</PropertyGroup>
3945
<ItemGroup>

0 commit comments

Comments
 (0)