Skip to content

Commit cbd7da6

Browse files
committed
Updated C# project to use MDES Digital Enablement 1.2.9 and OpenAPI Generator 4.1.0
1 parent 54b759b commit cbd7da6

90 files changed

Lines changed: 5934 additions & 1269 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
**/.openapi-generator
1+
#
2+
# OpenAPI generator
3+
#
24
**/docs
35
**/.openapi-generator-ignore
46
**/git_push.sh
7+
**/.gitignore
8+
9+
#
10+
# C#
11+
#
512
**/*.sln
613
**/AssemblyInfo.cs
714
**/project.json
815
**/.vs
9-
**/.gitignore
1016
**/obj
11-
**/bin
17+
**/bin
18+
**/*.nuget.cache
19+
**/*.nuget.props

csharp/.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.1.0

0 commit comments

Comments
 (0)