Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

readme.md 718B

před 4 roky
1234567891011121314151617181920
  1. SNFClient is ia simple command line wrapper around SNFServer's XCI interface.
  2. In fact, if you want to develop directly to the XCI interface you can use SNFClient
  3. in debug mode (SNFDebugClient) to demonstrate how XCI is called and what to expect.
  4. # ChangeLog / Journal
  5. ## [3.2] 20200624_M
  6. - Cleaned up namespace and warnings.
  7. - Using latest CodeDweller.
  8. - Using latest SNFMulti.
  9. ## 20200617_M
  10. - Moved the changelog.md file to readme.md so that it can serve both purposes.
  11. - Readme is visible immediately in most online git repo's.
  12. - It's better to have one file tell the story than many.
  13. ## [3.1] 20191104_M
  14. - Set up the changelog.md file.
  15. - fixed a bug where combining -xhdr and -source caused a string overflow.