Skip to content

Commit

Permalink
security: Update nuget API key
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed Aug 26, 2021
1 parent 9198648 commit 00572c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deploy:
appveyor_repo_tag: false # deploy on tag push only
- provider: NuGet
api_key:
secure: q4ddamRUhVGgRocliq9eYmq/AAbAnLer+rJXwsvVxrZZYg5a1BWgKPTryQECqo6b
secure: cGT8iq7VTgscsUD26dbL8WYNzfytfoIuiTCxEaMHGJ+KoIZNM8447EzOP37JIoiK
skip_symbols: true
artifact: /Unchase.*\.nupkg/
on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<NeutralLanguage></NeutralLanguage>
<LangVersion>7.3</LangVersion>
<PackageIconUrl>https://github.com/unchase/Unchase.Swashbuckle.AspNetCore.Extensions/blob/master/assets/icon.png?raw=true</PackageIconUrl>
<Version>2.6.1</Version>
<AssemblyVersion>2.6.1.0</AssemblyVersion>
<FileVersion>2.5.1.0</FileVersion>
<Version>2.6.2</Version>
<AssemblyVersion>2.6.2.0</AssemblyVersion>
<FileVersion>2.6.2.0</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<DocumentationFile>Unchase.Swashbuckle.AspNetCore.Extensions.xml</DocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit 00572c2

Please sign in to comment.