File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/Synercoding.FileFormats.Pdf Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard1.6</TargetFramework >
5
5
<LangVersion >7.3</LangVersion >
6
6
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7
- <Version >1.0.0-alpha001 </Version >
7
+ <Version >1.0.0-alpha002 </Version >
8
8
<Authors >Synercoding</Authors >
9
9
<Description >Contains classes which makes it easy to quickly create a pdf file</Description >
10
10
<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 >
11
15
</PropertyGroup >
12
16
13
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments