File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11namespace GitVersion ;
22
3- public interface IConverterContext
4- {
5- string WorkingDirectory { get ; }
6- }
3+ public interface IConverterContext ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ namespace GitVersion.OutputVariables;
22
33public interface IVersionVariableSerializer
44{
5- GitVersionVariables FromJson ( string json ) ;
65 string ToJson ( GitVersionVariables gitVersionVariables ) ;
76 GitVersionVariables FromFile ( string filePath ) ;
87 void ToFile ( GitVersionVariables gitVersionVariables , string filePath ) ;
Original file line number Diff line number Diff line change @@ -346,7 +346,6 @@ GitVersion.Helpers.RetryAction<T>.Execute(System.Action! operation) -> void
346346GitVersion.Helpers.RetryAction<T>.RetryAction(int maxRetries = 5) -> void
347347GitVersion.Helpers.ServiceMessageEscapeHelper
348348GitVersion.IConverterContext
349- GitVersion.IConverterContext.WorkingDirectory.get -> string!
350349GitVersion.IEnvironment
351350GitVersion.IEnvironment.GetEnvironmentVariable(string! variableName) -> string?
352351GitVersion.IEnvironment.SetEnvironmentVariable(string! variableName, string? value) -> void
@@ -472,7 +471,6 @@ GitVersion.OutputVariables.GitVersionVariables.WeightedPreReleaseNumber.get -> s
472471GitVersion.OutputVariables.GitVersionVariables.WeightedPreReleaseNumber.init -> void
473472GitVersion.OutputVariables.IVersionVariableSerializer
474473GitVersion.OutputVariables.IVersionVariableSerializer.FromFile(string! filePath) -> GitVersion.OutputVariables.GitVersionVariables!
475- GitVersion.OutputVariables.IVersionVariableSerializer.FromJson(string! json) -> GitVersion.OutputVariables.GitVersionVariables!
476474GitVersion.OutputVariables.IVersionVariableSerializer.ToFile(GitVersion.OutputVariables.GitVersionVariables! gitVersionVariables, string! filePath) -> void
477475GitVersion.OutputVariables.IVersionVariableSerializer.ToJson(GitVersion.OutputVariables.GitVersionVariables! gitVersionVariables) -> string!
478476GitVersion.RepositoryInfo
You can’t perform that action at this time.
0 commit comments