aboutsummaryrefslogtreecommitdiff
path: root/src/AddIn/Functions.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-19 20:25:35 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-19 20:25:35 +0300
commit965eb2b80cd453fc9222c408ccb9ead98aac305c (patch)
tree475fa4092d1b2f61980f6989584801a438b69357 /src/AddIn/Functions.cs
parent012ec9d01016faa0a6ee0cbbae169311b959897d (diff)
Rename project
Diffstat (limited to 'src/AddIn/Functions.cs')
-rw-r--r--src/AddIn/Functions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AddIn/Functions.cs b/src/AddIn/Functions.cs
index 54d50a5..804e1c9 100644
--- a/src/AddIn/Functions.cs
+++ b/src/AddIn/Functions.cs
@@ -7,7 +7,7 @@ using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
-namespace RehauSku
+namespace RhSolutions
{
public class Functions
{