Skip to content

Commit

Permalink
Merge branch 'csv-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
melanchall committed Apr 28, 2024
2 parents bea1754 + ce23efb commit 3d91cbe
Show file tree
Hide file tree
Showing 53 changed files with 2,596 additions and 2,638 deletions.
2 changes: 1 addition & 1 deletion DryWetMidi.Tests.Common/FileOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public static string[] ReadAllFileLines(string filePath) =>
File.ReadAllLines(filePath);

public static string GetTempFilePath() =>
Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
Path.Combine(Path.GetTempPath(), $"dwmtest_{Path.GetRandomFileName()}");
}
}
Loading

0 comments on commit 3d91cbe

Please sign in to comment.