Skip to content

Commit

Permalink
Updating auto-generated SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrirserver committed Dec 31, 2023
1 parent 0991a73 commit edb5a58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ docs/NotFoundResponse.md
docs/PortConfiguration.md
docs/Response.md
docs/ValidationError.md
nuget.config
src/Fenrir.Api.Test/Api/FenrirApiTests.cs
src/Fenrir.Api.Test/Fenrir.Api.Test.csproj
src/Fenrir.Api.Test/Model/ApiTokenListResponseTests.cs
Expand Down
9 changes: 9 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit edb5a58

Please sign in to comment.