Skip to content

Commit 21b4de7

Browse files
author
Jason Dryhurst-Smith
committed
updtae the properties for the nuget package
1 parent f71af87 commit 21b4de7

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed
Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<PackageId>CorrelatorSharp.Logging.Log4Net</PackageId>
5+
6+
<Version>1.0.0</Version>
7+
8+
<!--Bump the assembly version only on major releases-->
9+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
10+
11+
<AssemblyName>CorrelatorSharp.Logging.Log4Net</AssemblyName>
12+
<Description>CorrelatorSharp, a set of tools for adding correlation identifiers for actions performed by users and machine across your applications. Your one stop shop for context-aware logging and diagnostics.</Description>
13+
<Authors>Ivan Zlatev, Jason Dryhurst-Smith</Authors>
14+
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
15+
<PackageTags>context;correlation;logging;diagnostics</PackageTags>
16+
<PackageProjectUrl>https://github.com/CorrelatorSharp/CorrelatorSharp</PackageProjectUrl>
17+
<PackageLicenseUrl>https://github.com/CorrelatorSharp/CorrelatorSharp/blob/master/LICENSE.txt</PackageLicenseUrl>
18+
519
</PropertyGroup>
620

721
<ItemGroup>
8-
<PackageReference Include="CorrelatorSharp" Version="1.5.0" />
9-
<PackageReference Include="CorrelatorSharp.Logging" Version="1.3.0" />
10-
<PackageReference Include="log4net" Version="2.0.8" />
22+
<PackageReference Include="CorrelatorSharp" Version="[1.5.0,2)" />
23+
<PackageReference Include="CorrelatorSharp.Logging" Version="[1.3.0,2)" />
24+
<PackageReference Include="log4net" Version="[2.0.8,3)" />
1125
</ItemGroup>
1226

1327
</Project>

0 commit comments

Comments
 (0)