commit 83a9500f30e506b1d9229fdd0af1e90157b0e768 Author: Hadi Khazaee Asl Date: Tue Nov 4 12:12:36 2025 +0330 Initial Commit ... 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 + + + + + + + + + + + + + +