Skip to content

Commit dd8f2ae

Browse files
authored
Merge pull request #18 from Didstopia/development
Preparing for a new release
2 parents 3634167 + e7b3283 commit dd8f2ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<ReleaseVersion>1.0.0-beta4</ReleaseVersion>
5+
<ReleaseVersion>1.0.0-beta5</ReleaseVersion>
66
<Description>A .NET Standard 2.0 library for reading, writing and editing PDF files.
77

88
This is a modified fork based on several OSS projects. For more information see the license.</Description>
@@ -16,9 +16,9 @@ This is a modified fork based on several OSS projects. For more information see
1616
<DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;PORTABLE</DefineConstants>
1717
</PropertyGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
2019
<PackageReference Include="xunit" Version="2.3.1" />
2120
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

Didstopia.PDFSharp.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ Global
7676
EndGlobalSection
7777
GlobalSection(MonoDevelopProperties) = preSolution
7878
description = @A .NET Standard 2.0 library for reading, writing and editing PDF files.\r\n\r\nThis is a modified fork based on several OSS projects. For more information see the license.
79-
version = 1.0.0-beta4
79+
version = 1.0.0-beta5
8080
EndGlobalSection
8181
EndGlobal

Didstopia.PDFSharp/Didstopia.PDFSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<ReleaseVersion>1.0.0-beta4</ReleaseVersion>
5+
<ReleaseVersion>1.0.0-beta5</ReleaseVersion>
66
<VersionPrefix>0.0.1</VersionPrefix>
77
<VersionSuffix></VersionSuffix>
88
<Authors>Didstopia, ststeiger, roceh, empira</Authors>

0 commit comments

Comments
 (0)