Publish a library

@jvanier, I just tried to contribute/publish my first 2.0 lib, but got this

Library is not valid. main source is missing
main header is missing

That’s particularly surprising since the respective “ol’ school” library migrated via

particle library migrate

without issue, but the subsequent

particle library contribute

failed (when executed from the same direcory as the previous migrate command).
What have I done wrong?

BTW, once I will be able to contribute, how could I instruct CLI to build one of the embedded examples?


C:\Users\Andy\Dropbox\DokumenteAndy\Particle\ParticleSoftSerial
|   library.properties
|   LICENSE
|   project.properties
|   readme.md
|
+---examples
|   \---PSS_SimpleTest
|           PSS_SimpleTest.ino
|
\---src
    |   ParticleSoftSerial.cpp
    |   ParticleSoftSerial.h
    |
    \---ParticleSoftSerial
            ParticleSoftSerial.h

Using CLI 1.18.0-libraries.16