diff --git a/Platform.Data.csproj b/Platform.Data.csproj
index cc25b750..7e5319cd 100644
--- a/Platform.Data.csproj
+++ b/Platform.Data.csproj
@@ -4,7 +4,7 @@
LinksPlatform's Platform.Data Class Library
Konstantin Diachenko
Platform.Data
- 0.0.3
+ 0.1.0
Konstantin Diachenko
netstandard2.0;net461
netcoreapp2.0
@@ -22,7 +22,22 @@
true
true
snupkg
- Platform.Numbers dependency updated from 0.1.0 to 0.1.1.
+ Added support for net461 (.NET Framework 4.6.1).
+Platform.Numbers dependency updated from 0.1.1 to 0.2.0.
+Platform.Threading dependency updated from 0.0.5 to 0.1.0.
+Platform.Setters dependency updated from 0.0.1 to 0.0.2.
+LinksConstants simplified, there is only one inheritable class now.
+Added LinksConstants.Skip constant.
+There are now two ranges in LinksConstants, describing references restrictions.
+Added LinksConstantsExtensions.
+ISequence interface deleted, ILinks interface updated to support both links and sequences.
+Added LinkAddress struct, that implement IList for better performance.
+Code comments updated.
+Tags updated.
+License update to support usage as an unmodified dynamic library in larger projects of any kind.
+Refactoring, issues fix.
+
+This release is not backward compatible with the previous 0.0.3 release.