Giter Site home page Giter Site logo

Comments (4)

unaizorrilla avatar unaizorrilla commented on May 20, 2024 1

Hi @x2764tech

Thanks for the link reference and for the comments, I know semver and is on the solution right know.

from beatpulse.

unaizorrilla avatar unaizorrilla commented on May 20, 2024 1

Hi @x2764tech

This project use Directory.Build.props from the scratch!

from beatpulse.

x2764tech avatar x2764tech commented on May 20, 2024

Coming as an outsider to the project, so probably don't understand the full implications, but the usual solution is Semantic Versioning. This is how dotnet core does this.

NuGet supports this - allowing version ranges for package references (either 6.*, or [6,7) - the former being a bit more comprehensible to me).

So, all versions 1.x would be deemed to be compatible, but a breaking change would mean a major version bump. It takes a bit of co-ordination across packages, but seeing that they're all in the same repository, referencing a single file with the major version in, and then bumping that after a release would seem to make sense.

from beatpulse.

x2764tech avatar x2764tech commented on May 20, 2024

You could also use a Directory.Build.props to keep them in sync (see https://www.thomaslevesque.com/2017/09/18/common-msbuild-properties-and-items-with-directory-build-props/ and https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build#directorybuildprops-and-directorybuildtargets)

from beatpulse.

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.