GitVersion.Arguments.Arguments C# (CSharp) Method

Arguments() public method

public Arguments ( ) : System.Collections.Generic
return System.Collections.Generic
        public Arguments()
        {
            Authentication = new Authentication();
            OverrideConfig = new Config();
            Output = OutputType.Json;
            UpdateAssemblyInfoFileName = new HashSet<string>();
            Verbosity = VerbosityLevel.Info;
        }