Skip to content

Commit 5130f80

Browse files
committed
Release 1.1.6 (2022-05-19)
- Added `LtvTeHoogOverbrugging` value to the `BusinessRulesCode` enumeration.
1 parent 5a68f31 commit 5130f80

File tree

87 files changed

+108
-99
lines changed

Some content is hidden

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

87 files changed

+108
-99
lines changed

Calcasa.Api.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{9F432510-5923-43E1-A491-A8146BBEF2B7}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{9F432510-5923-43E1-A491-A8146BBEF2B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{9F432510-5923-43E1-A491-A8146BBEF2B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{9F432510-5923-43E1-A491-A8146BBEF2B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{9F432510-5923-43E1-A491-A8146BBEF2B7}.Release|Any CPU.Build.0 = Release|Any CPU
1717
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1818
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This API is documented in **OpenAPI format version 3** you can use tools like th
1717

1818
## Changelog
1919

20+
### 2022-05-19 (v1.1.6)
21+
- Added `LtvTeHoogOverbrugging` value to the `BusinessRulesCode` enumeration.
22+
2023
### 2022-04-13 (v1.1.5)
2124
- Fix the schema for `Operation` `value` field for the benefit of the PHP and Python code generators, these will now correctly support any value type.
2225

@@ -128,8 +131,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
128131

129132
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
130133

131-
- API version: 1.1.5
132-
- SDK version: 1.1.5
134+
- API version: 1.1.6
135+
- SDK version: 1.1.6
133136
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
134137
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
135138

src/Calcasa.Api/Api/AdressenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BestemmingsplannenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BodemApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BuurtApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/ConfiguratieApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FacturenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FotosApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FunderingenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.5
18+
* The version of the OpenAPI document: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

0 commit comments

Comments
 (0)