Skip to content

Releases: hkutluay/UblTr

1.3.1

26 Dec 16:35
269395f
Compare
Choose a tag to compare

support all possible time formats on deserialize

1.3.0

26 Oct 14:46
30448c8
Compare
Choose a tag to compare

Implicit value assignment support added by @mzuvin

Implicit

UUID = Guid.NewGuid().ToString(),
UBLVersionID ="2.1",
CustomizationID = "TR1.2",
ProfileID ="TEMELFATURA",
ID = "INV20200000000001",
CopyIndicator = false

Explicit

UUID = new UblTr.Common.UUIDType() { Value = Guid.NewGuid().ToString() },
UBLVersionID = new UblTr.Common.UBLVersionIDType() { Value = "2.1" },
CustomizationID = new UblTr.Common.CustomizationIDType() { Value = "TR1.2" },
ProfileID = new UblTr.Common.ProfileIDType() { Value = "TEMELFATURA" },
ID = new UblTr.Common.IDType() { Value = "INV20200000000001" },
CopyIndicator = new UblTr.Common.CopyIndicatorType() { Value = false }

1.2.0

20 Oct 18:37
4d822f6
Compare
Choose a tag to compare

multiple time formats are supported

"HH:mm:ss",
"HH:mm",
"HH:mm:ss.fffff",
"HH:mm:ss.fffffff",
"HH:mm:ss.fffffffzzz"

1.1.6

13 May 19:30
Compare
Choose a tag to compare
  • fix IssueDate format (fixes #56 )
  • add dotnet 6.0 support

1.1.5

08 Dec 18:52
Compare
Choose a tag to compare

net5.0 support fixed.

1.1.4

08 Dec 18:28
Compare
Choose a tag to compare

.net5.0 support.

1.1.3

08 Aug 10:23
Compare
Choose a tag to compare

xsi:schemaLocation attribute added to Root nodes

1.1.2

08 May 10:24
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/hkutluay/UblTr

1.1.1

26 Apr 11:20
f4a5880
Compare
Choose a tag to compare
Update publish.yml

1.0.3

19 Apr 19:57
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/hkutluay/Ubl-Tr