File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Nuke.Common.Tooling;
1010
1111public static partial class OptionsExtensions
1212{
13- internal static T Modify < T > ( this T options , Action < Options > modification = null )
13+ public static T Modify < T > ( this T options , Action < Options > modification = null )
1414 where T : Options
1515 {
1616 var serializedObject = JsonConvert . SerializeObject ( options ) ;
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ protected internal Options Remove<T>(Expression<Func<T>> propertyProvider)
8383 return this ;
8484 }
8585
86- internal T Get < T > ( Expression < Func < object > > optionProvider )
86+ protected internal T Get < T > ( Expression < Func < object > > optionProvider )
8787 {
8888 return Get < T > ( ( LambdaExpression ) optionProvider ) ;
8989 }
You can’t perform that action at this time.
0 commit comments