Changelog and changes version for .Net Winform App
I am making simple WinForm application and I want to ask what is best practice to changes version in properties. When I should change Major, Minor, Build or Revision? And I want to 开发者_StackOverflow社区share changelog with application so how small changes I should post to it and which I shoudn´t? And what is the best practice that changelog should look like. Just date and changes or other things (I am just 1 author)? Thanks
About the changelog, it depends on whether you want to publish it.
For example, for you, as the developer, it's adviced to put every code change on the changelog. But end users don't need so detailed information, only fixes or changed/new functionality is usefull for them.
About the version numbering; there isn't really one rule about this. But maybe this wikipedia entry can help you.
精彩评论