diff --git a/techstack.md b/techstack.md
new file mode 100644
index 000000000..88ba9477a
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,168 @@
+
+
+
+# Tech Stack File
+![](https://img.stackshare.io/repo.svg "repo") [guibranco/VTEX-SDK-dotnet](https://github.com/guibranco/VTEX-SDK-dotnet)![](https://img.stackshare.io/public_badge.svg "public")
+
+|17
Tools used|11/09/23
Report generated|
+|------|------|
+
+
+## Languages (1)
+
+
+
+
+ C#
+
+
+ |
+
+
+
+
+## Frameworks (3)
+
+
+## DevOps (6)
+
+
+## Other (1)
+
+
+
+
+ Shell
+
+
+ |
+
+
+
+
+
+## Open source packages (6)
+
+## NuGet (6)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[Microsoft.AspNet.WebApi.Client](https://www.nuget.org/Microsoft.AspNet.WebApi.Client)|v6.0.0|10/30/23|dependabot[bot] |Apache-2.0|N/A|
+|[Microsoft.Extensions.Logging.Abstractions](https://www.nuget.org/Microsoft.Extensions.Logging.Abstractions)|v7.0.1|10/30/23|dependabot[bot] |Apache-2.0|N/A|
+|[Newtonsoft.Json](https://www.nuget.org/Newtonsoft.Json)|v13.0.3|06/19/23|dependabot[bot] |MIT|N/A|
+|[System.Text.RegularExpressions](https://www.nuget.org/System.Text.RegularExpressions)|v4.3.1|10/30/23|dependabot[bot] |N/A|N/A|
+|[System.Threading.Tasks.Extensions](https://www.nuget.org/System.Threading.Tasks.Extensions)|v4.5.4|10/30/23|dependabot[bot] |N/A|N/A|
+|[xunit.runner.visualstudio](https://www.nuget.org/xunit.runner.visualstudio)|v2.5.3|11/06/23|dependabot[bot] |Other|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/apps/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 000000000..6aaed7618
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,224 @@
+repo_name: guibranco/VTEX-SDK-dotnet
+report_id: 273d90d607f24bf07b84249a700c3920
+repo_type: Public
+timestamp: '2023-11-09T15:40:35+00:00'
+requested_by: dependabot[bot]
+provider: github
+branch: main
+detected_tools_count: 17
+tools:
+- name: C#
+ description: Simple, general-purpose, object-oriented programming language for the
+ .NET platform
+ website_url: http://csharp.net
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1015/1200px-C_Sharp_wordmark.svg.png
+ detection_source: Repo Metadata
+- name: ".NET"
+ description: A free, cross-platform, open source developer platform for building
+ many different types of applications
+ website_url: http://www.microsoft.com/net/
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Frameworks (Full Stack)
+ image_url: https://img.stackshare.io/service/1014/IoPy1dce_400x400.png
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-09-04 10:20:29.000000000 Z
+- name: ".NET Core"
+ description: An Open Source, General-Purpose Development Platform Maintained by
+ Microsoft and the .NET Community
+ website_url: https://docs.microsoft.com/en-us/dotnet/core/
+ version: '7.0'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Frameworks (Full Stack)
+ image_url: https://img.stackshare.io/service/6403/default_91fc1f0ee315262794273aa1387eaf8fed8436e6.png
+ detection_source_url: Tests/VTEX.Tests/VTEX.Tests.csproj
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-09-04 10:20:29.000000000 Z
+- name: ASP.NET Core
+ description: A cross-platform .NET framework for building modern cloud-based web
+ applications on Windows, Mac, or Linux
+ website_url: docs.microsoft.com/en-us/aspnet/core/
+ version: '7.0'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Frameworks (Full Stack)
+ image_url: https://img.stackshare.io/service/11331/asp.net-core.png
+ detection_source_url: Tests/VTEX.Tests/VTEX.Tests.csproj
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-09-04 10:20:29.000000000 Z
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source: Repo Metadata
+- name: GitHub Actions
+ description: Automate your workflow from idea to production
+ website_url: https://github.com/features/actions
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/11563/actions.png
+ detection_source: ".github/workflows/size-label.yml"
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-09-12 13:47:59.000000000 Z
+- name: Moq
+ description: The most popular and friendly mocking framework for .NET
+ website_url: https://github.com/Moq/moq4
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Testing Frameworks
+ image_url: https://img.stackshare.io/service/1628/1434934.png
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: Guilherme Branco Stracini
+ last_updated_on: 2019-09-22 08:10:15.000000000 Z
+- name: NuGet
+ description: The package manager for .NET
+ website_url: https://www.nuget.org/
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Package Managers
+ image_url: https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: Guilherme Branco Stracini
+ last_updated_on: 2019-09-22 08:10:15.000000000 Z
+- name: Visual Studio
+ description: State-of-the-art tools and services that you can use to create great
+ apps for devices, the cloud, and everything in between.
+ website_url: http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Integrated Development Environment
+ image_url: https://img.stackshare.io/service/1451/SR2hUhQN.png
+ detection_source: VTEX.sln
+ last_updated_by: Guilherme Branco Stracini
+ last_updated_on: 2020-03-29 04:12:59.000000000 Z
+- name: xUnit
+ description: An open source, community-focused unit testing tool
+ website_url: http://xunit.github.io/
+ version: 2.6.1
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Testing Frameworks
+ image_url: https://img.stackshare.io/service/3077/ca5a327feb49ddfe1f4b11548907e5a1_400x400.png
+ detection_source_url: Tests/VTEX.Tests/VTEX.Tests.csproj
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: Guilherme Branco Stracini
+ last_updated_on: 2019-09-22 08:10:15.000000000 Z
+- name: Shell
+ description: A shell is a text-based terminal, used for manipulating programs and
+ files. Shell scripts typically manage program execution.
+ website_url: https://en.wikipedia.org/wiki/Shell_script
+ open_source: false
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
+ detection_source: Repo Metadata
+- name: Microsoft.AspNet.WebApi.Client
+ description: This package adds support for formatting and content negotiation to
+ System.Net.Http
+ package_url: https://www.nuget.org/Microsoft.AspNet.WebApi.Client
+ version: 6.0.0
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: NuGet Packages
+ image_url: https://img.stackshare.io/package/12870/default_3ee9e3bfd65cbae9db28ab78b712a58bcd81af27.png
+ detection_source_url: Src/VTEX/VTEX.csproj
+ detection_source: Src/VTEX/VTEX.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-10-30 18:17:30.000000000 Z
+- name: Microsoft.Extensions.Logging.Abstractions
+ description: Logging abstractions for Microsoft.Extensions.Logging
+ package_url: https://www.nuget.org/Microsoft.Extensions.Logging.Abstractions
+ version: 7.0.1
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: NuGet Packages
+ image_url: https://img.stackshare.io/package/12853/default_3ee9e3bfd65cbae9db28ab78b712a58bcd81af27.png
+ detection_source_url: Src/VTEX.Health/VTEX.Health.csproj
+ detection_source: Src/VTEX.Health/VTEX.Health.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-10-30 18:34:57.000000000 Z
+- name: Newtonsoft.Json
+ description: Json.NET is a popular high-performance JSON framework for .NET
+ package_url: https://www.nuget.org/Newtonsoft.Json
+ version: 13.0.3
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: NuGet Packages
+ image_url: https://img.stackshare.io/package/nuget/image.png
+ detection_source_url: Src/VTEX.Health/VTEX.Health.csproj
+ detection_source: Src/VTEX/VTEX.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-06-19 09:57:23.000000000 Z
+- name: System.Text.RegularExpressions
+ description: Provides the System.Text.RegularExpressions.Regex class, an implementation
+ of a regular expression engine
+ package_url: https://www.nuget.org/System.Text.RegularExpressions
+ version: 4.3.1
+ open_source: false
+ hosted_saas: false
+ category: Libraries
+ sub_category: NuGet Packages
+ image_url: https://img.stackshare.io/package/12916/default_2aeaea161c566d1abfbaf3f2206fda12b1eea9cd.png
+ detection_source_url: Src/VTEX/VTEX.csproj
+ detection_source: Src/VTEX/VTEX.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-10-30 18:34:57.000000000 Z
+- name: System.Threading.Tasks.Extensions
+ description: Provides additional types that simplify the work of writing concurrent
+ and asynchronous code
+ package_url: https://www.nuget.org/System.Threading.Tasks.Extensions
+ version: 4.5.4
+ open_source: false
+ hosted_saas: false
+ category: Libraries
+ sub_category: NuGet Packages
+ image_url: https://img.stackshare.io/package/12998/default_aa8a6e377c22dbeff795489a5ab127b1d597b5ed.png
+ detection_source_url: Src/VTEX.Health/VTEX.Health.csproj
+ detection_source: Src/VTEX/VTEX.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-10-30 18:34:57.000000000 Z
+- name: xunit.runner.visualstudio
+ description: Visual Studio 2012+ Test Explorer runner for the xUnit.net framework
+ package_url: https://www.nuget.org/xunit.runner.visualstudio
+ version: 2.5.3
+ license: Other
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: NuGet Packages
+ image_url: https://img.stackshare.io/package/13260/default_d2db5a200c4fe2d08cbdb2174cc230708973870b.png
+ detection_source_url: Tests/VTEX.Tests/VTEX.Tests.csproj
+ detection_source: Tests/VTEX.Tests/VTEX.Tests.csproj
+ last_updated_by: dependabot[bot]
+ last_updated_on: 2023-11-06 12:37:45.000000000 Z