|
4 | 4 | <Description>LinksPlatform's Platform.Data.Doublets Class Library</Description>
|
5 | 5 | <Copyright>Konstantin Diachenko</Copyright>
|
6 | 6 | <AssemblyTitle>Platform.Data.Doublets</AssemblyTitle>
|
7 |
| - <VersionPrefix>0.2.0</VersionPrefix> |
| 7 | + <VersionPrefix>0.2.1</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors>
|
9 | 9 | <TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
|
10 | 10 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
23 | 23 | <IncludeSymbols>true</IncludeSymbols>
|
24 | 24 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
25 | 25 | <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> |
40 | 35 | </PropertyGroup>
|
41 | 36 |
|
42 | 37 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
|
|
0 commit comments