Skip to content

Commit e207e57

Browse files
author
Vyacheslav
committed
update pack
1 parent 9e000a3 commit e207e57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Src/StackMemoryCollections/StackMemoryCollections.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525
<PropertyGroup>
2626
<PackageId>StackMemoryCollections</PackageId>
27-
<PackageVersion>0.1.0.0-alpha</PackageVersion>
27+
<PackageVersion>0.1.1.0-beta</PackageVersion>
2828
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
2929
<RepositoryUrl>https://github.com/SoftStoneDevelop/StackMemoryCollections</RepositoryUrl>
3030
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -33,8 +33,7 @@
3333
<NoPackageAnalysis>true</NoPackageAnalysis>
3434
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3535
<PackageReleaseNotes>
36-
- Support for nested classes
37-
- Support Stack of pointers
36+
- Support nullable properties/variables and added check IsNull method
3837
</PackageReleaseNotes>
3938
</PropertyGroup>
4039
<ItemGroup>

0 commit comments

Comments
 (0)