Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel committed Dec 2, 2024
1 parent 7ab033b commit 4498b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ZUGFeRD.PDF.Test/SaveTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@ public sealed class SaveTests : TestBase
[TestMethod]
public async Task BasicSaveExampleFile()
{
string sourcePath = @"..\..\..\dummy.pdf"; /* which file to pick? */
string sourcePath = @"..\..\..\dummy.pdf";
sourcePath = _makeSurePathIsCrossPlatformCompatible(sourcePath);


string s = System.IO.Directory.GetCurrentDirectory();

System.IO.File.ReadAllBytes(sourcePath);


string targetPath = @"output.pdf";
targetPath = _makeSurePathIsCrossPlatformCompatible(targetPath);

Expand Down
4 changes: 3 additions & 1 deletion ZUGFeRD.PDF/ZUGFeRD.PDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<RootNamespace>s2industries.ZUGFeRD.PDF</RootNamespace>
<RootNamespace>s2industries.ZUGFeRD.PDF</RootNamespace>
<Version>15.0.0</Version>
<PackageReleaseNotes>16.0.0: Initial version</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4498b40

Please sign in to comment.