Git Product home page Git Product logo

Comments (6)

while0pass avatar while0pass commented on August 22, 2024

how about thinking out the specification for semantic versioning API. For instance, a file with a series of variables like API_CHANGE, API_EXTENDING, PATCH, BUILD, REVISION and so on. And system of version tags with different purposes: API dependency versioning, marketing versioning and so on.

from semver.org.

mojombo avatar mojombo commented on August 22, 2024

SemVer is intended for libraries, not huge conglomerate products without a well-defined public API. Keeping the spec simple is paramount, even if it means not working for a few edges cases or very large systems.

from semver.org.

christianromney avatar christianromney commented on August 22, 2024

Agreed, but I think this use case stands on its own:
http://msdn.microsoft.com/en-us/library/51ket42z(v=vs.71).aspx

I know these projects would benefit. :)

https://github.com/languages/C%23
https://github.com/languages/Visual%20Basic

from semver.org.

christianromney avatar christianromney commented on August 22, 2024

Perhaps my original wording was unnecessarily broad as well. Rather than N reserved parts, just 1 would cover the .NET use case...

from semver.org.

christianromney avatar christianromney commented on August 22, 2024

Last bit of additional info: http://blogs.msdn.com/b/jjameson/archive/2009/04/03/best-practices-for-net-assembly-versioning.aspx

from semver.org.

mojombo avatar mojombo commented on August 22, 2024

I don't think build numbers belong in SemVer. It's easy enough to use the revision from version control for this purpose, duplicating it in a version number intended for public consumption feels messy.

from semver.org.

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.