Sign in
MSBuild Team Blog
"Coding ... the boring bit between builds"
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Agile Development
announcements
AssemblyVersionInfo
bugs
Chris Mann
Chuck England
cliff hudson
CTP
Dan Moseley
Debugging
Eric Mazurkiewicz
Faisal Mohamood
Futures
How To
Inline Tasks
Jay Shrestha
Jeffery Callahan
Known Issues
msbuild
MSBuild in Visual Studio
multiproc
Neil Enns
object model
orcas
Performance
Property Functions
stylecop
Sumedh Kanetkar
targets
tasks
Tools
VC++
Visual Studio
Visual Studio 2010
Browse by Tags
MSDN Blogs
>
MSBuild Team Blog
>
All Tags
>
assemblyversioninfo
Tagged Content List
Blog Post:
Fixing invalid version number problems with the AssemblyInfoTask
Michael Fourie
The arrival of 2007 bought a flurry of e-mails to the MSBuild team from people having trouble with the AssemblyInfoTask. The symptom is simple to describe - the builds start to fail with the following error: Error emitting 'System.Reflection.AssemblyVersionAttribute' attribute -- 'The version specified...
on
3 Jan 2007
Blog Post:
How To: Remove the Up-To-Date Check From the AssemblyInfoTask
Michael Fourie
Every couple of weeks I get mail from someone who is using the AssemblyInfoTask on a build machine under source control. The question typically goes like this: I added the .targets file to my project, and it works fine on my dev machine, but doesn't do anything when I'm running it in the build lab...
on
28 Mar 2006
Blog Post:
How To: Use the AssemblyInfoTask With ASP.NET Web Deployment Projects
Michael Fourie
About once a week we get a question from someone who wants to know how to set the assembly version information on ASP.NET projects. I spoke with Bradley, a development lead over in the ASP.NET team who worked on the Web Deployment Projects , and it turns there are two ways you can do this. If the...
on
26 Jan 2006
Blog Post:
How To: Use the AssemblyInfoTask With Source Code Control
Michael Fourie
Several people have written our feedback alias with problems using the AssemblyInfoTask when the projects are under source code control. When the files are checked in the AssemblyInfo files are read-only, and the task fails with an error that the file can't be updated. The best way to handle this...
on
5 Jan 2006
Blog Post:
How To: Retrieve the AssemblyVersion using AssemblyInfoTask
Michael Fourie
We got a great question at msbuild@microsoft.com last week: What is the preferred method to retrieve the version of the assembly that was just built via MSBuild? Post build, we would like to automatically create and copy the assembly(ies) to version folder. If you are using the AssemblyInfoTask...
on
4 Jan 2006
Blog Post:
AssemblyInfoTask Version 1.0.51130.0 is now available!
Michael Fourie
I just posted an updated version of the AssemblyInfoTask and its source code to our GotDotNet user sample page . This new release fixes support for Visual J# projects, includes an updated installer that installs the task into the Global Assembly Cache, support for installing as a non-administrator, a...
on
7 Dec 2005
Blog Post:
How To: Update Assembly Version Numbers with MSBuild
Michael Fourie
UPDATE: For information on the "Y7K" or "2007" issue, see our new blog entry . One of our most frequently asked questions is: "How do update my assembly version numbers at build time?". Unfortunately our answer has been "you can't". Until today, that is. I just posted a new task, AssemblyInfoTask...
on
11 Nov 2005
Page 1 of 1 (7 items)