Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.28.0"
".": "0.29.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-8444ba4d474e25e8bd4474e53e985998c050b982eac5693a3168116c578bea64.yml
openapi_spec_hash: 8a7faa0b93068b32ed26567fcf2c7158
config_hash: 20a19f4f8eba684f97ba7cdc0007f818
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-3996eb5bc3e7f69441c9f098475ef7ae3f9d8aaeea130d75cb40510df996c032.yml
openapi_spec_hash: 569e865a0ab51d0a80eee01a2c8bbb42
config_hash: ac050010e5453883d5e5fa603554a2e0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.29.0 (2026-05-04)

Full Changelog: [v0.28.0...v0.29.0](https://github.com/Increase/increase-csharp/compare/v0.28.0...v0.29.0)

### Features

* **api:** api update ([0ee4b77](https://github.com/Increase/increase-csharp/commit/0ee4b77b071d3159145946dd0ef0052be673dfd7))
* **api:** api update ([6a4af3d](https://github.com/Increase/increase-csharp/commit/6a4af3dc348eee19c0294b4c806d878702f201af))

## 0.28.0 (2026-05-02)

Full Changelog: [v0.27.0...v0.28.0](https://github.com/Increase/increase-csharp/compare/v0.27.0...v0.28.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -81,7 +81,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -141,7 +141,7 @@ public void OptionalNonNullableParamsUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -195,7 +195,7 @@ public void OptionalNonNullableParamsSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -252,7 +252,7 @@ public void Url_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -309,7 +309,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -365,7 +365,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -405,7 +405,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -456,7 +456,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -510,7 +510,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -557,7 +557,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -608,7 +608,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -656,7 +656,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -704,7 +704,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -751,7 +751,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -802,7 +802,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -852,7 +852,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -1084,7 +1084,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand All @@ -1109,7 +1109,7 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};
Other expectedOther = new()
Expand Down Expand Up @@ -1145,7 +1145,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -1184,7 +1184,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -1216,7 +1216,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};
Other expectedOther = new()
Expand Down Expand Up @@ -1252,7 +1252,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -1345,7 +1345,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
},
Other = new()
Expand Down Expand Up @@ -1443,13 +1443,13 @@ public void FieldRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};

string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
string expectedState = "x";
string expectedState = "xx";
string expectedBackFileID = "back_file_id";

Assert.Equal(expectedExpirationDate, model.ExpirationDate);
Expand All @@ -1465,7 +1465,7 @@ public void SerializationRoundtrip_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};

Expand All @@ -1485,7 +1485,7 @@ public void FieldRoundtripThroughSerialization_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};

Expand All @@ -1498,7 +1498,7 @@ public void FieldRoundtripThroughSerialization_Works()

string expectedExpirationDate = "2019-12-27";
string expectedFileID = "file_id";
string expectedState = "x";
string expectedState = "xx";
string expectedBackFileID = "back_file_id";

Assert.Equal(expectedExpirationDate, deserialized.ExpirationDate);
Expand All @@ -1514,7 +1514,7 @@ public void Validation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};

Expand All @@ -1528,7 +1528,7 @@ public void OptionalNonNullablePropertiesUnsetAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
};

Assert.Null(model.BackFileID);
Expand All @@ -1542,7 +1542,7 @@ public void OptionalNonNullablePropertiesUnsetValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
};

model.Validate();
Expand All @@ -1555,7 +1555,7 @@ public void OptionalNonNullablePropertiesSetToNullAreNotSet_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",

// Null should be interpreted as omitted for these properties
BackFileID = null,
Expand All @@ -1572,7 +1572,7 @@ public void OptionalNonNullablePropertiesSetToNullValidation_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",

// Null should be interpreted as omitted for these properties
BackFileID = null,
Expand All @@ -1588,7 +1588,7 @@ public void CopyConstructor_Works()
{
ExpirationDate = "2019-12-27",
FileID = "file_id",
State = "x",
State = "xx",
BackFileID = "back_file_id",
};

Expand Down
Loading
Loading