Changes to which portion of version number indicates an incompatible change

Answer Posted / kirti

Major or minor. Changes to the major or minor portion of the version number indicate an incompatible change. Under this convention then, version 2.0.0.0 would be considered incompatible with version 1.0.0.0. Examples of an incompatible change would be a change to the types of some method parameters or the removal of a type or method altogether. Build. The Build number is typically used to distinguish between daily builds or smaller compatible releases. Revision. Changes to the revision number are typically reserved for an incremental build needed to fix a particular bug. You'll sometimes hear this referred to as the "emergency bug fix" number in that the revision is what is often changed when a fix to a specific bug is shipped to a customer.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

543


Explain .Net Framework? Why we use it?

607


What is associationset? : Entity framework

559


How to update one of my table in database at 4pm every day how it is possible?

546


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

514






What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

543


How can I tell what .net framework is installed?

505


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

558


What is the .net framework and how does it work?

557


What is web api‘s in asp.net mvc 4 ?

580


List the new features added in .net framework 4.0.

516


I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

2165


Which is the root namespace for fundamental types in .net framework?

563


What is asp net framework?

507


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

1971