Skip to content

Commit b67fd97

Browse files
committed
fix Es.Microsoft.Logging packageid
1 parent b0e3b69 commit b67fd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuget_push.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dotnet nuget push artifacts/Es.Logging.%ver%.nupkg %sourceUrl%
55
dotnet nuget push artifacts/Es.Logging.Console.%ver%.nupkg %sourceUrl%
66
dotnet nuget push artifacts/Es.Logging.NLog.%ver%.nupkg %sourceUrl%
77
dotnet nuget push artifacts/Es.Logging.Log4.%ver%.nupkg %sourceUrl%
8-
dotnet nuget push artifacts/Es.Microsoft.Log.%ver%.nupkg %sourceUrl%
8+
dotnet nuget push artifacts/Es.Microsoft.Logging.%ver%.nupkg %sourceUrl%

src/Es.Microsoft.Log/Es.Microsoft.Log.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFrameworks>netstandard1.3;</TargetFrameworks>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<DebugType>portable</DebugType>
10-
<PackageId>Es.Microsoft.Log</PackageId>
10+
<PackageId>Es.Microsoft.Logging</PackageId>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)