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"
)
Public Shared Sub Write (
Optional pPath As String = "",
Optional pFilename As String = "AssemblyInfoVersion.cs"
)
Parameters
- pPath (Optional)
- Type: SystemString
Path to store the file - pFilename (Optional)
- Type: SystemString
File name to store
See Also