Skip to content

Commit ff802b3

Browse files
committed
Version 0.2.0. Release notes updated.
1 parent c6ff48a commit ff802b3

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

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

Lines changed: 15 additions & 10 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.1.1</VersionPrefix>
7+
<VersionPrefix>0.2.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -23,15 +23,20 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<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>
3540
</PropertyGroup>
3641

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

0 commit comments

Comments
 (0)