Skip to content

Commit bff4430

Browse files
author
Jeff Treuting
committed
Fix logging nuget package ID
1 parent 72104b4 commit bff4430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SharpRepository.Logging/SharpRepository.Logging.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
4-
<id>SharpRepository.XmlRepository</id>
4+
<id>SharpRepository.Logging</id>
55
<version>0.0.0.0</version>
66
<title>SharpRepository Logging</title>
77
<authors>Jeff Treuting, Ben Griswold, Fairway Technologies</authors>
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>SharpRepository is a generic repository written in C#. This package offers logging abilities through Common.Logging</description>
13-
<copyright>Copyright 2013</copyright>
13+
<copyright>Copyright 2014</copyright>
1414
<tags>SharpRepository Repository Logging</tags>
1515
<dependencies>
1616
<dependency id="SharpRepository.Repository" version="{{Repository.Dependency.Version}}" />

0 commit comments

Comments
 (0)