GithubHelp home page GithubHelp logo

Comments (3)

Jinjinov avatar Jinjinov commented on May 21, 2024

Thank you, I am glad you like it!

Yes, that is exactly what I am doing. I write the code in Windows and I share the solution folder with a Linux virtual machine, so that when I build in Linux, the built binary is already in the correct folder.

To see how the native C code is built with gcc, look at: https://github.com/Jinjinov/Usb.Events/blob/master/Usb.Events/Usb.Events.csproj#L40

from usb.events.

KZeronimo avatar KZeronimo commented on May 21, 2024

Awesome - thanks for the quick response - on the topic of building and artifacts have you considered using semver for the version number major.minor.patch - seems more canonical in the .NET shared lib world

from usb.events.

Jinjinov avatar Jinjinov commented on May 21, 2024

I have, in fact, considered it :)

I admit that according to https://semver.org/ my versioning violates one rule of the Backus–Naur Form Grammar for Valid SemVer Versions. That one rule is that the last separator should be a - or a + but not a dot.

On the other hand, in the Visual Studio IDE in the Package tab of the project Properties window, there are four text input boxes for the Assembly version. When you use them, VS writes the four values separated by dots, so in the end I decided to use that.

I agree that it is not canonical, but I find the binary version notation amusing :) My little joke in the otherwise depressing 2020.

from usb.events.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.