diff --git a/.neo/README.md b/.neo/README.md
new file mode 100644
index 0000000..c3738b1
--- /dev/null
+++ b/.neo/README.md
@@ -0,0 +1,25 @@
+## Overview
+This repository contain main classes of the [Neo](https://www.neo.org) blockchain.
+Visit the [documentation](https://docs.neo.org/docs/en-us/index.html) to get started.
+
+## Related projects
+Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.
+
+- [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, p2p and IO modules.
+- [neo-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo.
+- [neo-devpack-dotnet:](https://github.com/neo-project/neo-devpack-dotnet/) These are the official tools used to convert a C# smart-contract into a *neo executable file*.
+
+## Opening a new issue
+Please feel free to create new issues to suggest features or ask questions.
+
+- [Feature request](https://github.com/neo-project/neo/issues/new?assignees=&labels=discussion&template=feature-or-enhancement-request.md&title=)
+- [Bug report](https://github.com/neo-project/neo/issues/new?assignees=&labels=&template=bug_report.md&title=)
+- [Questions](https://github.com/neo-project/neo/issues/new?assignees=&labels=question&template=questions.md&title=)
+
+If you found a security issue, please refer to our [security policy](https://github.com/neo-project/neo/security/policy).
+
+## Bounty program
+You can be rewarded by finding security issues. Please refer to our [bounty program page](https://neo.org/bounty) for more information.
+
+## License
+The NEO project is licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
diff --git a/.neo/neo.png b/.neo/neo.png
new file mode 100644
index 0000000..1a71de0
Binary files /dev/null and b/.neo/neo.png differ
diff --git a/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj b/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj
index 2154ac1..d17bf83 100644
--- a/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj
+++ b/src/Neo.FileStorage.API/Neo.FileStorage.API.csproj
@@ -62,4 +62,9 @@
+
+
+
+
+
\ No newline at end of file