Skip to content

Commit 5c52b72

Browse files
committed
Version 0.2.1. Release notes updated.
1 parent 23f94fd commit 5c52b72

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

csharp/Platform.Collections/Platform.Collections.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Collections Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Collections</AssemblyTitle>
7-
<VersionPrefix>0.2.0</VersionPrefix>
7+
<VersionPrefix>0.2.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Collections</AssemblyName>
@@ -25,11 +25,7 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<LangVersion>latest</LangVersion>
28-
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
29-
Platform.Interfaces dependency updated from 0.2.0 to 0.3.0.
30-
Platform.Disposables dependency updated from 0.1.2 to 0.2.0.
31-
Platform.Ranges dependency updated from 0.1.0 to 0.2.0.
32-
Platform.Random dependency updated from 0.0.5 to 0.1.0.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Added GetElementOrDefault and TryGetElement extension methods for Arrays and Lists.</PackageReleaseNotes>
3329
</PropertyGroup>
3430

3531
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">

0 commit comments

Comments
 (0)