Skip to content

Commit 7ec0ac4

Browse files
committed
Increased package version & added more package info
1 parent 57066be commit 7ec0ac4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Synercoding.FileFormats.Pdf/Synercoding.FileFormats.Pdf.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
<TargetFramework>netstandard1.6</TargetFramework>
55
<LangVersion>7.3</LangVersion>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<Version>1.0.0-alpha001</Version>
7+
<Version>1.0.0-alpha002</Version>
88
<Authors>Synercoding</Authors>
99
<Description>Contains classes which makes it easy to quickly create a pdf file</Description>
1010
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
11+
<PackageReleaseNotes>Added the ability to indicate that the PdfWriter does not own the stream.</PackageReleaseNotes>
12+
<PackageProjectUrl>https://github.com/synercoder/FileFormats.Pdf</PackageProjectUrl>
13+
<PackageLicenseUrl>https://github.com/synercoder/FileFormats.Pdf/blob/master/LICENSE</PackageLicenseUrl>
14+
<RepositoryUrl>https://github.com/synercoder/FileFormats.Pdf</RepositoryUrl>
1115
</PropertyGroup>
1216

1317
<ItemGroup>

0 commit comments

Comments
 (0)