Skip to content

Commit fd35b31

Browse files
authored
Merge pull request #38 from raul-facturapi/chore/type_default_invoice_use
chore(customerProperty): add default invoice use to customer class
2 parents 0d7ac41 + 03e196c commit fd35b31

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.10.1] = 2025-10-23
9+
10+
### Added
11+
12+
- Added fields to `Customer` model: `DefaultInvoiceUse`.
13+
814
## [4.10.0] - 2025-09-04
915

1016
### Added

Models/Customer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ public class Customer
1616
public DateTime SatValidatedAt { get; set; }
1717
public string EditLink { get; set; }
1818
public DateTime EditLinkExpiresAt { get; set; }
19+
public string DefaultInvoiceUse { get; set; }
1920
}
2021
}

facturapi-net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
API Keys creando una cuenta gratuita en https://www.facturapi.io</Summary>
1212
<PackageTags>factura factura-electronica cfdi facturapi mexico conekta</PackageTags>
1313
<Title>Facturapi</Title>
14-
<Version>4.10.0</Version>
14+
<Version>4.10.1</Version>
1515
<PackageVersion>$(Version)</PackageVersion>
1616
<Owners>Facturapi</Owners>
1717
<ApplicationIcon>facturapi.ico</ApplicationIcon>

0 commit comments

Comments
 (0)