Skip to content

Commit ebd0afb

Browse files
committed
Version 0.2.1. Release notes updated.
1 parent c567c0b commit ebd0afb

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

Platform.Data.Doublets/Platform.Data.Doublets.csproj

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
7-
<VersionPrefix>0.2.0</VersionPrefix>
7+
<VersionPrefix>0.2.1</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -23,20 +23,15 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<LangVersion>latest</LangVersion>
26-
<PackageReleaseNotes>Added support for .NET Framework 4.7.1.
27-
Platform.Random dependency updated from 0.0.3 to 0.0.4.
28-
Platform.Timestamps dependency updated from 0.0.3 to 0.0.4.
29-
Platform.Collections.Methods dependency updated from 0.0.5 to 0.0.7.
30-
Platform.Singletons dependency updated from 0.0.2 to 0.0.4.
31-
Platform.Memory dependency updated from 0.1.3 to 0.1.5.
32-
Platform.Data dependency updated from 0.0.3 to 0.1.1.
33-
Code updated to support new ILinks interface and LinksConstants class.
34-
Project files updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.
35-
Travis CI configuration updated to support automatic NuGet package publishing.
36-
License updated to support usage as an unmodified dynamic library in larger projects of any kind.
37-
Refactoring, issues, and bugs fix.
38-
39-
This release is not backward compatible with the previous 0.1.1 release.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Platform.Collections.Methods dependency updated from 0.0.7 to 0.1.0.
27+
Microsoft.NET.Test.Sdk dependency updated from 16.2.0 to 16.3.0.
28+
No more usages of obsolete methods.
29+
Tests for .NET Framework 4.7.1 all are passing now.
30+
Unindex class added, to allow disabling of SequenceIndex mechanism.
31+
TreeMethods and ListMethods of ResizableDirectMemoryLinks are now separate classes.
32+
Facade mechanism added to LinksDisposableDecoratorBase.
33+
UInt64Links decorator contains fewer checks now, so it can be decorated with additional checks if required.
34+
Performance optimizations, refactoring, issues, and build fix.</PackageReleaseNotes>
4035
</PropertyGroup>
4136

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

0 commit comments

Comments
 (0)