File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
csharp/Platform.Collections Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 4
4
<Description >LinksPlatform's Platform.Collections Class Library</Description >
5
5
<Copyright >Konstantin Diachenko</Copyright >
6
6
<AssemblyTitle >Platform.Collections</AssemblyTitle >
7
- <VersionPrefix >0.2.0 </VersionPrefix >
7
+ <VersionPrefix >0.2.1 </VersionPrefix >
8
8
<Authors >Konstantin Diachenko</Authors >
9
9
<TargetFrameworks >net472;netstandard2.0;netstandard2.1</TargetFrameworks >
10
10
<AssemblyName >Platform.Collections</AssemblyName >
25
25
<IncludeSymbols >true</IncludeSymbols >
26
26
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
27
<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 >
33
29
</PropertyGroup >
34
30
35
31
<ItemGroup Condition =" $(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'" >
You can’t perform that action at this time.
0 commit comments