We have a web app we package into an RPM. We have a problem with the version field of the RPM. Let\'s say we have installed our rpm: foo-2.1.0.007
Here is the context. I want to have a free version and a premium version of the same application. When people buy the application, I want them to be able to \"upgrade\" without losing their data, i.e.
Setting up TeamCity 5.0.1 to run unit tests for the first time, we\'re seeing this error: Test(s) failed. System.IO.FileNotFoundException : Could not load file or assembly \'Moq, Version=3.1.416.3,
I would like to use Guava in a project, but my PM doesn\'t like the \"r05\" suffix, saying that it looks like it\'s not stable. In fact, the part I need is only the Google-Collections 1.0 which is now
I have entities that required versioning support and from time to time, i will need to retrieve old vers开发者_StackOverflow中文版ion of the entity . should i just use
So I have a CommonAssemblyInfo.cs linked into all the projects in my solution and is dynamically generated by my rake/albacore scripts which is not checked into source control.
What is the开发者_运维技巧 right way to version assemblies for different versions of .NET? For example, if I have an assembly foo.dll and I produce a version for .NET 2.0 and a version for .NET 4.0,
Closed. This question does not meet Stack Overflow guidelines. It is not currently accep开发者_高级运维ting answers.
I have discovered some differences between WPF 3.0 and WPF 3.5. As a result, I need to know if an assembly was compiled 开发者_C百科against 3.0 or 3.5.
Our system comprises many .NET websites, class libraries, and a MSSQL database. We use SVN for source control and TeamCity to automatically build to a Test server.