-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
33 lines (33 loc) · 1.67 KB
/
Directory.Build.props
File metadata and controls
33 lines (33 loc) · 1.67 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
26
27
28
29
30
31
32
33
<Project>
<PropertyGroup Label="Assembly Common">
<Copyright>Copyright (c) 2022 Indice</Copyright>
<TargetFramework>net8.0</TargetFramework>
<VersionPrefix>4.1.9</VersionPrefix>
<!--<VersionSuffix>beta-01</VersionSuffix>-->
<Authors>Constantinos Leftheris</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>Latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<PropertyGroup Label="Package Common">
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags></PackageTags>
<IsPackable>true</IsPackable>
<PackageIcon>icon-310.png</PackageIcon>
<PackageProjectUrl>https://github.com/indice-co/Indice.AspNet</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/indice-co/Indice.AspNet</RepositoryUrl>
<Company>Indice</Company>
<!--<GeneratePackageOnBuild>true</GeneratePackageOnBuild>-->
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>