-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (21 loc) · 1.35 KB
/
Copy pathDirectory.Build.props
File metadata and controls
25 lines (21 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<PdfBoxNetPackageLine Condition="'$(PdfBoxNetPackageLine)' == ''">4.0</PdfBoxNetPackageLine>
<PdfBoxNetUpstreamRef Condition="'$(PdfBoxNetUpstreamRef)' == ''">apache/pdfbox trunk</PdfBoxNetUpstreamRef>
<PdfBoxNetUpstreamVersion Condition="'$(PdfBoxNetUpstreamVersion)' == ''">4.0.0-SNAPSHOT</PdfBoxNetUpstreamVersion>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">4.0.0</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''">preview</VersionSuffix>
<AssemblyVersion Condition="'$(AssemblyVersion)' == ''">4.0.0.0</AssemblyVersion>
<FileVersion Condition="'$(FileVersion)' == ''">4.0.0.0</FileVersion>
<Authors>Apache PDFBox contributors; PdfBox.Net contributors</Authors>
<Company>PdfBox.Net contributors</Company>
<PackageProjectUrl>https://github.com/erikbra/pdfbox-net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/erikbra/pdfbox-net</RepositoryUrl>
<PackageReleaseNotes>Tracks Apache PDFBox $(PdfBoxNetUpstreamRef) ($(PdfBoxNetUpstreamVersion)).</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(RepositoryBranch)' == '' and '$(GITHUB_REF_NAME)' != ''">
<RepositoryBranch>$(GITHUB_REF_NAME)</RepositoryBranch>
</PropertyGroup>
</Project>