Skip to content

Commit

Permalink
Just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
HHobeck committed Feb 25, 2024
1 parent bd5543b commit 8a05bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitVersion.App/IVersionWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ namespace GitVersion;
internal interface IVersionWriter
{
void Write(Assembly assembly);

void WriteTo(Assembly assembly, Action<string?> writeAction);
}

0 comments on commit 8a05bf4

Please sign in to comment.