Skip to content

Commit 03544d2

Browse files
authored
Merge pull request #1 from jaaufauvre/master
C#/Java/PHP projects update (Digital Enablement spec 1.2.9, OpenAPI Generator 4.1.0) + renamed language folders
2 parents 2c9f7e3 + 63a7451 commit 03544d2

4,008 files changed

Lines changed: 34783 additions & 418050 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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#
2+
# OpenAPI generator
3+
#
4+
**/docs
5+
**/.openapi-generator-ignore
6+
**/git_push.sh
7+
**/.gitignore
8+
**/.travis.yml
9+
10+
#
11+
# C#
12+
#
13+
**/*.sln
14+
**/AssemblyInfo.cs
15+
**/project.json
16+
**/.vs
17+
**/obj
18+
**/bin
19+
**/*.nuget.cache
20+
**/*.nuget.props
21+
22+
#
23+
# Java
24+
#
25+
**/.idea
26+
**/target
27+
**/.gradle
28+
**/build
29+
30+
#
31+
# PHP
32+
#
33+
**/vendor
34+
**/*.iml
35+
**/out.trace

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Marco
3+
Copyright (c) 2019 Mastercard
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MDES_Digital_Enablement.yaml

Lines changed: 0 additions & 2202 deletions
This file was deleted.

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)