-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Number #69
Labels
awaiting review
This code is awaiting the original creator of the issue to review the solution and provide feedback
Milestone
Comments
We could probably generate it in maven, so that artifact version would be
visible in code. I do the same in my project.
…On Aoine 27 DFómh 2017 22:16 Kyle Berezin ***@***.***> wrote:
Hey, just wondering if you could toss a version number somewhere into the
code. Since this is an io library it is nice to be able to programmatically
check the version via an api call.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#69>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFPs5fhXUprOEpqHbnfXlVvIJHoIOgNxks5swkgugaJpZM4QJoGx>
.
|
That would be fine, I prefer an in-code version but I'm not picky. |
Hi! I'll be working on this library starting Mon 16th April in order to release version 0.6.0. I can take a look at this issue then. |
gary-rowe
added
the
awaiting review
This code is awaiting the original creator of the issue to review the solution and provide feedback
label
Oct 29, 2019
Added support for this in To test programmatically: // Use default service settings for example
HidServices hidServices = HidManager.getHidServices();
hidServices.getVersion(); To test on mvn clean package
java -cp target/hid4java-develop-SNAPSHOT.jar org.hid4java.HidServices Output should be |
gary-rowe
added a commit
that referenced
this issue
Oct 29, 2019
Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting review
This code is awaiting the original creator of the issue to review the solution and provide feedback
Hey, just wondering if you could toss a version number somewhere into the code. Since this is an io library it is nice to be able to programmatically check the version via an api call.
The text was updated successfully, but these errors were encountered: