From c210798d1e48905f6a19f440e3979ef24d984eea Mon Sep 17 00:00:00 2001 From: Esi Ur Date: Sat, 16 Sep 2017 00:01:15 +0300 Subject: [PATCH 1/5] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54a380a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Esiur.Net + +Esiur Library for .Net Framework From cfb809fa7e1defd7043eafadd9cd158bb2976d5a Mon Sep 17 00:00:00 2001 From: Esi Ur Date: Sat, 16 Sep 2017 00:04:57 +0300 Subject: [PATCH 2/5] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f7ec5a8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Ahmed Kh. Zamil + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 4accfa49c3f03a4c1d2cddfc9e65583850b7d6ff Mon Sep 17 00:00:00 2001 From: Esi Ur Date: Sat, 16 Sep 2017 02:24:34 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 54a380a..073ad8a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Esiur.Net Esiur Library for .Net Framework + +# Installation (Nuget) + +Install-Package Esiur.Stores.MongoDB + +# Installation (.Net CLI) + +dotnet add package Esiur.Stores.MongoDB From aa1260c9a14cf23dd110dacbcac370bf6f7fae7e Mon Sep 17 00:00:00 2001 From: Esi Ur Date: Sat, 16 Sep 2017 02:25:46 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 073ad8a..bb8820c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ Esiur Library for .Net Framework # Installation (Nuget) +Install-Package Esiur Install-Package Esiur.Stores.MongoDB # Installation (.Net CLI) - +dotnet add package Esiur dotnet add package Esiur.Stores.MongoDB From 14a6e1755c4c4a2c6ef45bdb1e1eedbd4203d38e Mon Sep 17 00:00:00 2001 From: Esi Ur Date: Sat, 16 Sep 2017 02:28:08 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb8820c..1aef2c1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Esiur Library for .Net Framework # Installation (Nuget) -Install-Package Esiur -Install-Package Esiur.Stores.MongoDB +- Install-Package Esiur +- Install-Package Esiur.Stores.MongoDB # Installation (.Net CLI) -dotnet add package Esiur -dotnet add package Esiur.Stores.MongoDB +- dotnet add package Esiur +- dotnet add package Esiur.Stores.MongoDB