Skip to content

Commit

Permalink
fix: core to hub rename
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 21, 2023
1 parent 445c478 commit 73cfef5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hepsiburada-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
repo: Integration

project_path: ./src/Marketplaces/Integration.Marketplaces.Hepsiburada/
nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Hepsiburada/bin/Release/Integration.Marketplaces.Hepsiburada.1.0.0.nupkg
nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Hepsiburada/bin/Release/Integration.Marketplaces.Hepsiburada.1.0.1.nupkg
nupkg_github_secret: ${{ secrets.GITHUB_TOKEN }}
nupkg_nuget_secret: ${{ secrets.NUGET_API_KEY }}
github_registry_url: https://nuget.pkg.github.com/onurkanbakirci/index.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
repo: Integration

project_path: ./src/Integration.Hub/
nupkg_path: ./src/Integration.Hub/bin/Release/Integration.Hub.1.0.0.nupkg
nupkg_path: ./src/Integration.Hub/bin/Release/Integration.Hub.1.0.1.nupkg
nupkg_github_secret: ${{ secrets.GITHUB_TOKEN }}
nupkg_nuget_secret: ${{ secrets.NUGET_API_KEY }}
github_registry_url: https://nuget.pkg.github.com/onurkanbakirci/index.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trendyol-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
repo: Integration

project_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/
nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/bin/Release/Integration.Marketplaces.Trendyol.1.0.0.nupkg
nupkg_path: ./src/Marketplaces/Integration.Marketplaces.Trendyol/bin/Release/Integration.Marketplaces.Trendyol.1.0.1.nupkg
nupkg_github_secret: ${{ secrets.GITHUB_TOKEN }}
nupkg_nuget_secret: ${{ secrets.NUGET_API_KEY }}
github_registry_url: https://nuget.pkg.github.com/onurkanbakirci/index.json
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Enhance your integration workflows by leveraging the Integration Library, which

  | `status` | `version`
--- | --- | ---
**Integration.Hub** | ![build](https://github.com/onurkanbakirci/Integration/actions/workflows/integration-hub.yml/badge.svg) | 1.0.0
**Integration.Marketplaces.Trendyol** | ![build](https://github.com/onurkanbakirci/Integration/actions/workflows/trendyol-integration.yml/badge.svg) | 1.0.0
**Integration.Marketplaces.Hepsiburada** | ![build](https://github.com/onurkanbakirci/Integration/actions/workflows/hepsiburada-integration.yml/badge.svg) | 1.0.0
**Integration.Hub** | ![build](https://github.com/onurkanbakirci/Integration/actions/workflows/integration-hub.yml/badge.svg) | 1.0.1
**Integration.Marketplaces.Trendyol** | ![build](https://github.com/onurkanbakirci/Integration/actions/workflows/trendyol-integration.yml/badge.svg) | 1.0.1
**Integration.Marketplaces.Hepsiburada** | ![build](https://github.com/onurkanbakirci/Integration/actions/workflows/hepsiburada-integration.yml/badge.svg) | 1.0.1

## Table of contents

Expand All @@ -41,7 +41,7 @@ Enhance your integration workflows by leveraging the Integration Library, which
### Trendyol

```
dotnet add package Integration.Marketplaces.Trendyol --version 1.0.0
dotnet add package Integration.Marketplaces.Trendyol --version 1.0.1
```

```c#
Expand Down Expand Up @@ -78,7 +78,7 @@ var products = await trendyolProductIntegration.FilterProductsAsync(productFilte
### Hepsiburada

```
dotnet add package Integration.Marketplaces.Hepsiburada --version 1.0.0
dotnet add package Integration.Marketplaces.Hepsiburada --version 1.0.1
```

```c#
Expand Down
2 changes: 1 addition & 1 deletion src/Integration.Hub/Integration.Hub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Integration.Hub</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>onurkanbakirci</Authors>
<Company>onurkanbakirci</Company>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Integration.Marketplaces.Hepsiburada</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>onurkanbakirci</Authors>
<Company>onurkanbakirci</Company>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Integration.Marketplaces.Trendyol</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>onurkanbakirci</Authors>
<Company>onurkanbakirci</Company>
</PropertyGroup>
Expand Down

0 comments on commit 73cfef5

Please sign in to comment.