Skip to content

Commit

Permalink
update shipped API
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 9, 2024
1 parent 1aefeed commit 8856e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/GitVersion.Core/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,10 @@ GitVersion.IFileSystem.Delete(string! path) -> void
GitVersion.IFileSystem.DirectoryEnumerateFiles(string? directory, string! searchPattern, System.IO.SearchOption searchOption) -> System.Collections.Generic.IEnumerable<string!>!
GitVersion.IFileSystem.DirectoryExists(string! path) -> bool
GitVersion.IFileSystem.Exists(string! file) -> bool
GitVersion.IFileSystem.GetDirectories(string! path) -> string![]!
GitVersion.IFileSystem.GetFiles(string! path) -> string![]!
GitVersion.IFileSystem.GetLastDirectoryWrite(string! path) -> long
GitVersion.IFileSystem.GetLastWriteTime(string! path) -> long
GitVersion.IFileSystem.Move(string! from, string! to) -> void
GitVersion.IFileSystem.OpenRead(string! path) -> System.IO.Stream!
GitVersion.IFileSystem.OpenWrite(string! path) -> System.IO.Stream!
Expand Down
3 changes: 0 additions & 3 deletions src/GitVersion.Core/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#nullable enable
GitVersion.IFileSystem.GetDirectories(string! path) -> string![]!
GitVersion.IFileSystem.GetFiles(string! path) -> string![]!
GitVersion.IFileSystem.GetLastWriteTime(string! path) -> long

0 comments on commit 8856e30

Please sign in to comment.