diff --git a/.github/workflows/trendyol-integration.yml b/.github/workflows/trendyol-integration.yml index ea5cadb..6ab69cf 100644 --- a/.github/workflows/trendyol-integration.yml +++ b/.github/workflows/trendyol-integration.yml @@ -19,7 +19,7 @@ env: repo: Integration project_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/ - nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/bin/Release/net8.0/Integration.Marketplaces.Trendyol.12.12.23.1.0.0.nupkg + nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/bin/Release/net8.0/Integration.Marketplaces.Trendyol.1.0.0.nupkg nupkg_source: 'github' nupkg_secret: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 01eeea4..3729c98 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,18 @@ - [Build Status](#build-status) - [Table of contents](#table-of-contents) - [Introduction](#introduction) + - [How to install](#how-to-install) + - [How to use](#how-to-use) ## Introduction -Enhance your integration workflows by leveraging the Integration Library, which encompasses a wide array of industrial API integrations. This library is designed to streamline and facilitate the integration process, providing seamless connectivity to various APIs commonly used in industrial settings. Whether you're working with manufacturing, automation, or any other industry, the Integration Library is a valuable resource to foster efficient and effective integration of diverse systems and services. \ No newline at end of file +Enhance your integration workflows by leveraging the Integration Library, which encompasses a wide array of industrial API integrations. This library is designed to streamline and facilitate the integration process, providing seamless connectivity to various APIs commonly used in industrial settings. Whether you're working with manufacturing, automation, or any other industry, the Integration Library is a valuable resource to foster efficient and effective integration of diverse systems and services. + +## How to install + +``` +dotnet add package Integration.Marketplaces.Trendyol --version 1.0.0 +``` + +## How to use \ No newline at end of file