Skip to content

Commit d293227

Browse files
committed
change to v1.8.6
1 parent 5bdebdf commit d293227

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/nuget.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
3939
- name: PushNuget
4040
run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate
41-
42-
43-
- name: Add github package source
44-
run: nuget sources Add -Name "github" -Source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json -UserName ${{github.repository_owner}} -Password ${{ secrets.TOKEN_GITHUB_AMAZON_SP_API }}
45-
4641

4742
- name: Get tag
4843
id: tag

Amazon-SP-API-CSharp.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{177F077C-82C9-4DBB-BA03-CF8E14D4AB4E}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11-
azure-pipelines.yml = azure-pipelines.yml
11+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
1212
LICENSE = LICENSE
13+
.github\workflows\nuget.yml = .github\workflows\nuget.yml
1314
PII_QA.md = PII_QA.md
1415
README.md = README.md
1516
EndProjectSection

Source/FikaAmazonAPI/FikaAmazonAPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Product>CSharp Amazon Sp API</Product>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<LangVersion>8.0</LangVersion>
10-
<Version>1.8.5</Version>
11-
<AssemblyVersion>1.8.5</AssemblyVersion>
12-
<FileVersion>1.8.5</FileVersion>
10+
<Version>1.8.6</Version>
11+
<AssemblyVersion>1.8.6</AssemblyVersion>
12+
<FileVersion>1.8.6</FileVersion>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<PackageProjectUrl>https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)