Skip to content
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

Closed
Vzor- opened this issue Oct 27, 2017 · 5 comments
Closed

Version Number #69

Vzor- opened this issue Oct 27, 2017 · 5 comments
Assignees
Labels
awaiting review This code is awaiting the original creator of the issue to review the solution and provide feedback
Milestone

Comments

@Vzor-
Copy link

Vzor- commented Oct 27, 2017

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.

@andyrozman
Copy link

andyrozman commented Oct 27, 2017 via email

@Vzor-
Copy link
Author

Vzor- commented Oct 28, 2017

That would be fine, I prefer an in-code version but I'm not picky.

@gary-rowe
Copy link
Owner

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 gary-rowe self-assigned this Apr 3, 2018
@gary-rowe 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
@gary-rowe
Copy link
Owner

Added support for this in develop branch. Scheduled for release in 0.6.0+.

To test programmatically:

// Use default service settings for example
HidServices hidServices = HidManager.getHidServices();
hidServices.getVersion();

To test on develop branch:

mvn clean package
java -cp target/hid4java-develop-SNAPSHOT.jar org.hid4java.HidServices

Output should be develop-SNAPSHOT or 0.6.0 etc after release on master.

@gary-rowe
Copy link
Owner

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
Projects
None yet
Development

No branches or pull requests

3 participants