fiskaltrust / middleware

The fiskaltrust.Middleware is an integrated set of highly configurable software components for POS systems to abstract the complexity of national fiscalization laws.
https://docs.fiskaltrust.eu
European Union Public License 1.2
9 stars 4 forks source link

JournalFunction returns wrong version information #319

Open saschaknapp opened 4 months ago

saschaknapp commented 4 months ago

Background

The journal endpoint http://localhost:1500/json/v0/Journal?type=0 returns information about the middleware version. ftJournalType: 0x0000000000000000

Describe the bug

Calling this journalType in 1.3.59 returns the following: "Assembly":"fiskaltrust.Middleware.Queue, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null","Version":{"Major":1,"Minor":3,"Build":0,"Revision":0,"MajorRevision":0,"MinorRevision":0}}

Shouldn't the build be 59 ?