Hi all, According to the current implementation in .NET applications versioning is done through the pom file generated with the .NET application archetype. This is not ideal since pom file is essentially used for artifact versioning and the concept is different from application versioning. The fact that we only use the maven archetype to build the .NET application also reiterate the need for proper versioning in .NET applications.
As a solution I have done a fix to create a copy of the source version and rename it according to the format "<APP_NAME>-<APP_VERSION>-default" when creating a new version of a .NET application. This coincide with the way that we version PHP applications as well. Please share your thoughts on this. Regards GayanD -- Gayan Dhanuska Software Engineer http://wso2.com/ Lean Enterprise Middleware Mobile 071 666 2327 Office Tel : 94 11 214 5345 Fax : 94 11 214 5300 Twitter : https://twitter.com/gayanlggd
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
