|
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.1.1</VersionPrefix> |
| 7 | + <VersionPrefix>0.2.0</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 Facade (pointer to last decorator) property for decorators. This property should be used to ensure correct recursion execution. |
27 |
| -Added AddressToRawNumberConverter and RawNumberToAddressConverter. |
28 |
| -Platform.Data.Doublets.UnaryNumbers namespace renamed to Platform.Data.Doublets.Numbers.Unary. |
29 |
| -Sequences.Options and Sequences.Links are now read-only properties. |
30 |
| -Sequences.Sync field is no longer public. |
31 |
| -Added constructor overloads to override IsElement logic to sequence walkers. |
32 |
| -Tests updated. |
33 |
| -Perfomance optimizations. |
34 |
| -Refactoring, issues fix.</PackageReleaseNotes> |
| 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> |
35 | 40 | </PropertyGroup>
|
36 | 41 |
|
37 | 42 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
|
|
0 commit comments