Top "Assemblyinfo" questions

AssemblyInfo.

Can I automatically increment the file build version when using Visual Studio?

I was just wondering how I could automatically increment the build (and version?) of my files using Visual Studio (2005). If …

c# asp.net visual-studio version-control assemblyinfo
Getting assembly name

C#'s exception class has a source property which is set to the name of the assembly by default. Is …

c# .net reflection assemblyinfo
Equivalent to AssemblyInfo in dotnet core/csproj

Since dotnet core moved back to the .csproj format, there is a new autogenerated MyProject.AssemblyInfo.cs which contains, among …

visual-studio visual-studio-2017 .net-core assemblyinfo
What are the best practices for using Assembly Attributes?

I have a solution with multiple project. I am trying to optimize AssemblyInfo.cs files by linking one solution wide …

.net assemblies attributes assemblyinfo
Getting Assembly Version from AssemblyInfo.cs

We have an AssemblyInfo.cs file in our Web Application but we do have other projects in the same solution. …

c# asp.net-mvc assemblyinfo
C# AssemblyFileVersion usage within a program

I'm working on a program, and I'm trying to display the assembly FILE version public static string Version { get { Assembly …

c# assemblyinfo
The specified version string does not conform to the required format - major[.minor[.build[.revision]]]

I want to append our application version with the build number. For example, 1.3.0.201606071. When setting this in the AssemblyInfo, I …

c# .net assemblyinfo
How can I retrieve the 'AssemblyCompany' setting (in AssemblyInfo.cs)?

Is it possible to retrieve this value at runtime? I'd like to keep the value in one place, and retrieve …

c# assemblyinfo
How can I change AssemblyProduct, AssemblyTitle using MSBuild?

I have an MSBuild script which compiles my existing solution but I'd like to change some properties of one of …

msbuild assemblyinfo
How to update the Value in Assemblyinfo.cs dynamically

I have writen a program which gets the value from SVN repository . Now I want to update the AssemblyFileversion with …

c# wpf .net-4.0 assemblies assemblyinfo