BuildTasks.AutoIncrementVersionBuildTask.AssemblyInfo.AssemblyInfo C# (CSharp) Method

AssemblyInfo() public method

A simple constructor that initializes the object with the given values.
public AssemblyInfo ( string p_strFilePath ) : System
p_strFilePath string The path to the assembly info file.
return System
			public AssemblyInfo(string p_strFilePath)
			{
				FilePath = p_strFilePath;
				Parse();
			}
AutoIncrementVersionBuildTask.AssemblyInfo