diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index a5f2dd33..31fe066a 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -1,5 +1,5 @@
-name-template: 'v$NEXT_PATCH_VERSION'
-tag-template: 'v$NEXT_PATCH_VERSION'
+name-template: '$NEXT_PATCH_VERSION'
+tag-template: '$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index bcd4d3c3..734bdb60 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
- released
env:
- PROJECT_DIR: ./src/TestIt.Client
+ PROJECT_DIR: ./src/TestIT.ApiClient
NUGET_DIR: ./nuget
jobs:
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index f9d77fa1..20e9472a 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -4,7 +4,7 @@ on:
pull_request
env:
- PROJECT_DIR: ./src/TestIt.Client
+ PROJECT_DIR: ./src/TestIT.ApiClient
VALIDATION: 1
jobs:
diff --git a/src/TestIt.Client/Api/AttachmentsApi.cs b/src/TestIT.ApiClient/Api/AttachmentsApi.cs
similarity index 72%
rename from src/TestIt.Client/Api/AttachmentsApi.cs
rename to src/TestIT.ApiClient/Api/AttachmentsApi.cs
index b88ed371..1427a46f 100644
--- a/src/TestIt.Client/Api/AttachmentsApi.cs
+++ b/src/TestIT.ApiClient/Api/AttachmentsApi.cs
@@ -15,10 +15,10 @@
using System.Net;
using System.Net.Http;
using System.Net.Mime;
-using TestIt.Client.Client;
-using TestIt.Client.Model;
+using TestIT.ApiClient.Client;
+using TestIT.ApiClient.Model;
-namespace TestIt.Client.Api
+namespace TestIT.ApiClient.Api
{
///
@@ -30,7 +30,7 @@ public interface IAttachmentsApiSync : IApiAccessor
///
/// Delete attachment file
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
void ApiV2AttachmentsIdDelete(Guid id);
@@ -39,16 +39,16 @@ public interface IAttachmentsApiSync : IApiAccessor
/// Delete attachment file
///
///
- ///
+ ///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// ApiResponse of Object(void)
ApiResponse