Click or drag to resize

VersionWrite Method

Write the version file.

Namespace:  SIC.Versioning
Assembly:  SIC.Versioning (in SIC.Versioning.exe) Version: 19.1.21.1 (19.1.21.658)
Syntax
public static void Write(
	string pPath = "",
	string pFilename = "AssemblyInfoVersion.cs"
)

Parameters

pPath (Optional)
Type: SystemString
Path to store the file
pFilename (Optional)
Type: SystemString
File name to store
See Also