diff --git a/Platform.Reflection.csproj b/Platform.Reflection.csproj
index 6c05940..552acbc 100644
--- a/Platform.Reflection.csproj
+++ b/Platform.Reflection.csproj
@@ -4,7 +4,7 @@
LinksPlatform's Platform.Reflection Class Library
Konstantin Diachenko
Platform.Reflection
- 0.0.3
+ 0.0.4
Konstantin Diachenko
netstandard2.0
Platform.Reflection
@@ -21,10 +21,14 @@
true
true
snupkg
- Platform.Collections updated to 0.0.3 version.
-All exceptions are ignored correcly now.
-Types classes use IList<T> (read-only) instead of T[] in public field.
-Refactoring.
+ Platform.Collections dependency updated from 0.0.3 to 0.0.4.
+For all Types classes with type parameters there are now to properties Collection and Array instead of List.
+GetStaticPropertyValue method added to TypeExtensions.
+EnsureExtensions added.
+PropetyInfoExtensions added.
+XML documentation file generation turned on.
+Travis CI connected.
+Refactoring, issues fix.