From 83a9500f30e506b1d9229fdd0af1e90157b0e768 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Tue, 4 Nov 2025 12:12:36 +0330 Subject: [PATCH] Initial Commit ... --- .gitignore | 2 ++ Configurations/.gitkeep | 0 Constants/xStringServiceConstants.cs | 3 +++ DI/XDIHelperExtension.cs | 3 +++ Extensions/xStringServiceExtensions.cs | 3 +++ Helpers/.gitkeep | 0 Interfaces/.gitkeep | 0 Models/.gitkeep | 0 Providers/.gitkeep | 0 README.md | 11 ++++++++++ nuget.config | 7 +++++++ xStringService.csproj | 29 ++++++++++++++++++++++++++ 12 files changed, 58 insertions(+) create mode 100644 .gitignore create mode 100644 Configurations/.gitkeep create mode 100644 Constants/xStringServiceConstants.cs create mode 100644 DI/XDIHelperExtension.cs create mode 100644 Extensions/xStringServiceExtensions.cs create mode 100644 Helpers/.gitkeep create mode 100644 Interfaces/.gitkeep create mode 100644 Models/.gitkeep create mode 100644 Providers/.gitkeep create mode 100644 README.md create mode 100644 nuget.config create mode 100644 xStringService.csproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d4a6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +obj \ No newline at end of file diff --git a/Configurations/.gitkeep b/Configurations/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Constants/xStringServiceConstants.cs b/Constants/xStringServiceConstants.cs new file mode 100644 index 0000000..80b04f1 --- /dev/null +++ b/Constants/xStringServiceConstants.cs @@ -0,0 +1,3 @@ +namespace xStringService.Constants { + public class xStringServiceConstants { } +} \ No newline at end of file diff --git a/DI/XDIHelperExtension.cs b/DI/XDIHelperExtension.cs new file mode 100644 index 0000000..8e561d0 --- /dev/null +++ b/DI/XDIHelperExtension.cs @@ -0,0 +1,3 @@ +namespace xStringService.DI { + public static class XDIHelperExtension { } +} \ No newline at end of file diff --git a/Extensions/xStringServiceExtensions.cs b/Extensions/xStringServiceExtensions.cs new file mode 100644 index 0000000..8b3bc09 --- /dev/null +++ b/Extensions/xStringServiceExtensions.cs @@ -0,0 +1,3 @@ +namespace xStringService.Extensions { + public static class xStringServiceExtensions { } +} \ No newline at end of file diff --git a/Helpers/.gitkeep b/Helpers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Interfaces/.gitkeep b/Interfaces/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Models/.gitkeep b/Models/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Providers/.gitkeep b/Providers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0fb2c3 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# xStringService + +it is a Part of xDashboard on SaherElm IT Center which provides String Resources Futures ... + +## Maintainer + +Hadi Khazaee asl + +[https://www.saherelm.ir](https://www.saherelm.ir) + +[hadi_khazaee_asl@yahoo.com](mailto:hadi_khazaee_asl@yahoo.com) diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..632defe --- /dev/null +++ b/nuget.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/xStringService.csproj b/xStringService.csproj new file mode 100644 index 0000000..12e5792 --- /dev/null +++ b/xStringService.csproj @@ -0,0 +1,29 @@ + + + + + netstandard2.0 + xDashboard.xStringService + 1.0.0 + Hadi Khazaee Asl + SaherElm IT Center + + it is a Part of xDashboard on SaherElm IT Center which provides String Resources Futures ... + + + + icon.png + + + + + + + + + + + + + +