Summary
	
    Creates an assembly info file.
    
		
	Syntax
	[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times")]
public void Create(FilePath outputPath, AssemblyInfoSettings settings, string attributeFormat = "[assembly: {0}]", string attributeWithValueFormat = "[assembly: {0}({1})]", string attributeWithKeyValueFormat = "[assembly: {0}({1}, {2})]", string vbAttributeFormat = "<Assembly: {0}>", string vbAttributeWithValueFormat = "<Assembly: {0}({1})>", string vbAttributeWithKeyValueFormat = "<Assembly: {0}({1}, {2})>")
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| SuppressMessageAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| outputPath | FilePath | The output path. | 
					
						| settings | AssemblyInfoSettings | The settings. | 
					
						| attributeFormat | string | The attribute format. | 
					
						| attributeWithValueFormat | string | The attribute with value format. | 
					
						| attributeWithKeyValueFormat | string | The attribute with key value format. | 
					
						| vbAttributeFormat | string | The VB attribute format. | 
					
						| vbAttributeWithValueFormat | string | The VB attribute with value format. | 
					
						| vbAttributeWithKeyValueFormat | string | The VB attribute with key value format. | 
			
		 
	 	
	Return Value