Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"info_version": "2",
"spec_versions": {
"v1": {
"apigentools_version": "1.2.0",
"regenerated": "2020-10-07 10:58:38.443200",
"spec_repo_commit": "23b1515"
"apigentools_version": "1.5.0",
"regenerated": "2022-01-05 17:11:39.725238",
"spec_repo_commit": "ef661a4"
}
}
}
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ git_push.sh
mono_nunit_test.sh
.travis.yml
packages.config
openapitools.json
.openapi-generator-ignore

# User-specific files
*.suo
*.user
*.sln.docstates
./nuget
.vscode


# Build results

Expand All @@ -28,7 +30,6 @@ build/
.vs/
node_modules/
src/PollinationSDK.Test/
PublishProfiles/

# NuGet Packages
*.nupkg
Expand Down Expand Up @@ -197,4 +198,3 @@ $RECYCLE.BIN/

# Visual Studio 2014 CTP
**/*.sln.ide
src/PollinationSDK.Tests/Apikey*.txt
13 changes: 0 additions & 13 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,3 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md

.travis.yml

.gitignore

build.bat
build.sh
git_push.sh
mono_nunit_test.sh
packages.config
openapitools.json
appveyor.yml
packages.config
Loading