-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.props
45 lines (38 loc) · 2.01 KB
/
package.props
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
34
35
36
37
38
39
40
41
42
43
44
45
<Project>
<Import Project="version.props" />
<ItemGroup>
<Content Include="..\..\..\build\Assets\icon.png">
<Pack>true</Pack>
<Visible>False</Visible>
<PackagePath></PackagePath>
</Content>
</ItemGroup>
<PropertyGroup>
<Version>$(MajorVersion).$(MinorVersion).$(ReleaseVersion)</Version>
<PreAssemblyName>Microsoft.Practices.EnterpriseLibrary</PreAssemblyName>
<PrePackageName>EnterpriseLibrary</PrePackageName>
<PostPackageName>.NetCore</PostPackageName>
<PackageReleaseNotes>This package is distributed as .NET Standard 2.0, .NET Core 2.0, .NET 4.0, 4.5, 4.6, 4.7 package.</PackageReleaseNotes>
<SemanticVersionSuffix></SemanticVersionSuffix>
<PackageVersion>$(Version)$(SemanticVersionSuffix)</PackageVersion>
<Authors>Enterprise Library Open Source Project</Authors>
<Copyright>Copyright © Microsoft 2008</Copyright>
<PackageIconUrl>https://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/EnterpriseLibrary/exception-handling-application-block</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup>
<SystemConfigurationConfigurationManagerVersion>4.5.*</SystemConfigurationConfigurationManagerVersion>
<SystemSecurityPermissionsVersion>4.5.*</SystemSecurityPermissionsVersion>
<SystemSecurityPrincipalWindowsVersion>4.5.*</SystemSecurityPrincipalWindowsVersion>
</PropertyGroup>
<PropertyGroup>
<!--In order to debug the EntLib dependencies open 'ExceptionHandling (With Dependencies).sln' and change 'EntLibDependencyType' value to Project -->
<EntLibDependencyType>Package</EntLibDependencyType>
<EntLibCommonVersion>6.3.0</EntLibCommonVersion>
<EntLibLoggingVersion>6.3.0</EntLibLoggingVersion>
</PropertyGroup>
</Project>