Skip to content

Releases: blue-10/Blue10CLI

v0.0.17-Master-2057792912-75

29 Mar 09:57
48e4229
Compare
Choose a tag to compare
Merge pull request #38 from blue-10/cost-center-support

Cost center/unit support

v0.0.16-Master-1026047383-74

13 Jul 09:44
048582c
Compare
Choose a tag to compare
Merge pull request #35 from blue-10/FixCreateVendor

Fix create vendor and catch csv reader baddata

v0.0.15-Master-1011037106-73

08 Jul 09:02
b695e86
Compare
Choose a tag to compare
Merge pull request #34 from blue-10/FixXmlQuery

Fix XPath query

v0.0.14-Master-983218234-72

29 Jun 15:24
a11b936
Compare
Choose a tag to compare
Merge pull request #33 from blue-10/XmlQueryKeepStructure

Fix: Invoices pull with query removes xml declaration and root.

v0.0.13-Master-982522287-71

29 Jun 11:43
0627147
Compare
Choose a tag to compare
Merge pull request #32 from blue-10/QueryInvoicesRemoveNull

After query filter don't return null or empty items

v0.0.12-Master-968215310-70

24 Jun 14:06
bcc0f19
Compare
Choose a tag to compare
Update README.md

Correct spelling error in readme

v0.0.11-Master-792801809-69

28 Apr 13:39
a624462
Compare
Choose a tag to compare

Fix bug that didn't show Iban of Vendor when using CSV, TSV or SCSV format.

See https://github.com/blue-10/Blue10CLI/tree/v0.0.11#vendor-command for how to use IBANs if a vendor got more than one.

v0.0.10-Master-792301494-67

28 Apr 10:31
5a70e34
Compare
Choose a tag to compare

Changes:

  • Rename administration to company (Command administration is now company)
  • Add --name option to command vendor create
  • More logging
  • Use SCSV filetype instead of SSV filetype
  • Fixed typos
  • Changes updated in ReadMe

v0.0.9-Master-770248156-64

21 Apr 10:03
b2769f7
Compare
Choose a tag to compare
Merge pull request #19 from blue-10/DependenciesFree

Refactor project to framework to dotnet core 3.1
Remove dependencies that are not needed. So no .net frameworks are needed on computer that runs the executable.
Set pipelines to work on dotnet core 3.1

v0.0.8-Master-767315945-62

20 Apr 13:41
36d12a6
Compare
Choose a tag to compare
Merge pull request #18 from blue-10/CreateVendor/FixBug-DiscriptionAs…

…Input

Vendor create error fix.