Skip to content

Commit dc9a10a

Browse files
chore(customerProperty): add default invoice use to customer class
1 parent a473269 commit dc9a10a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.7.1] = 2025-10-23
9+
10+
### Added
11+
12+
- Added fields to `Customer` model: `DefaultInvoiceUse`.
13+
14+
## [4.6.0] - 2024-23-09
15+
16+
817
## [4.7.0] = 2025-02-25
918

1019
### 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.7.0</Version>
14+
<Version>4.7.1</Version>
1515
<PackageVersion>$(Version)</PackageVersion>
1616
<Owners>Facturapi</Owners>
1717
<ApplicationIcon>facturapi.ico</ApplicationIcon>

0 commit comments

Comments
 (0)