Skip to content

Commit cc2c17f

Browse files
authored
Merge pull request #35 from jerry2007/dev
Change version of Serilog to version 2.0.0.0
2 parents 1132748 + 2baac52 commit cc2c17f

File tree

3 files changed

+106
-15
lines changed

3 files changed

+106
-15
lines changed

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646
<AssemblyOriginatorKeyFile>..\..\assets\Serilog.snk</AssemblyOriginatorKeyFile>
4747
</PropertyGroup>
4848
<ItemGroup>
49-
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
50-
<HintPath>..\..\packages\Serilog.2.0.0-beta-523\lib\net45\Serilog.dll</HintPath>
51-
<Private>True</Private>
52-
</Reference>
53-
<Reference Include="Serilog.Sinks.PeriodicBatching, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Serilog.Sinks.PeriodicBatching.2.0.0-beta-700\lib\net45\Serilog.Sinks.PeriodicBatching.dll</HintPath>
55-
<Private>True</Private>
56-
</Reference>
5749
<Reference Include="System" />
5850
<Reference Include="System.ComponentModel.Composition" />
5951
<Reference Include="System.Configuration" />
@@ -104,4 +96,4 @@
10496
</BootstrapperPackage>
10597
</ItemGroup>
10698
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107-
</Project>
99+
</Project>
Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1-
{
1+
{
22
"version": "4.0.0-beta-0",
33
"description": "A Serilog sink that writes events to Microsoft SQL Server",
4-
"authors": [ "Serilog Contributors" ],
5-
"tags": [ "serilog", "sinks", "mssqlserver" ],
4+
"authors": [
5+
"Serilog Contributors"
6+
],
7+
"tags": [
8+
"serilog",
9+
"sinks",
10+
"mssqlserver"
11+
],
612
"projectUrl": "http://serilog.net",
713
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
814
"iconUrl": "http://serilog.net/images/serilog-sink-nuget.png",
915
"dependencies": {
10-
"Serilog": "2.0.0-beta-523",
11-
"Serilog.Sinks.PeriodicBatching": "2.0.0-beta-700"
16+
"Serilog": "2.0.0",
17+
"Serilog.Sinks.PeriodicBatching": "2.0.0"
1218
},
1319
"compilationOptions": {
1420
"keyFile": "../../assets/Serilog.snk"
@@ -19,4 +25,4 @@
1925
"runtimes": {
2026
"win": {}
2127
}
22-
}
28+
}
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"locked": false,
3+
"version": 2,
4+
"targets": {
5+
".NETFramework,Version=v4.5": {
6+
"Serilog/2.0.0": {
7+
"type": "package",
8+
"compile": {
9+
"lib/net45/Serilog.dll": {}
10+
},
11+
"runtime": {
12+
"lib/net45/Serilog.dll": {}
13+
}
14+
},
15+
"Serilog.Sinks.PeriodicBatching/2.0.0": {
16+
"type": "package",
17+
"dependencies": {
18+
"Serilog": "2.0.0"
19+
},
20+
"compile": {
21+
"lib/net45/Serilog.Sinks.PeriodicBatching.dll": {}
22+
},
23+
"runtime": {
24+
"lib/net45/Serilog.Sinks.PeriodicBatching.dll": {}
25+
}
26+
}
27+
},
28+
".NETFramework,Version=v4.5/win": {
29+
"Serilog/2.0.0": {
30+
"type": "package",
31+
"compile": {
32+
"lib/net45/Serilog.dll": {}
33+
},
34+
"runtime": {
35+
"lib/net45/Serilog.dll": {}
36+
}
37+
},
38+
"Serilog.Sinks.PeriodicBatching/2.0.0": {
39+
"type": "package",
40+
"dependencies": {
41+
"Serilog": "2.0.0"
42+
},
43+
"compile": {
44+
"lib/net45/Serilog.Sinks.PeriodicBatching.dll": {}
45+
},
46+
"runtime": {
47+
"lib/net45/Serilog.Sinks.PeriodicBatching.dll": {}
48+
}
49+
}
50+
}
51+
},
52+
"libraries": {
53+
"Serilog/2.0.0": {
54+
"sha512": "PKR/FMxfHOhX1p3Qs54Uv9dJEC09sI91cVz39Jt/2f/BpCYHTt9F1RpogSJTFU9xxW6j9FHd+P7aBcC0qMeuqg==",
55+
"type": "package",
56+
"path": "Serilog/2.0.0",
57+
"files": [
58+
"Serilog.2.0.0.nupkg.sha512",
59+
"Serilog.nuspec",
60+
"lib/net45/Serilog.dll",
61+
"lib/net45/Serilog.xml",
62+
"lib/netstandard1.0/Serilog.dll",
63+
"lib/netstandard1.0/Serilog.xml",
64+
"lib/netstandard1.3/Serilog.dll",
65+
"lib/netstandard1.3/Serilog.xml"
66+
]
67+
},
68+
"Serilog.Sinks.PeriodicBatching/2.0.0": {
69+
"sha512": "gfG5MaAKdGw0CFPdoXV9I0m+s5CbUxihFeiRMD/nSPzP/S8Lmop0McQhz8o1tKBU/7SkM1UOjWsBdv5LObDBOg==",
70+
"type": "package",
71+
"path": "Serilog.Sinks.PeriodicBatching/2.0.0",
72+
"files": [
73+
"Serilog.Sinks.PeriodicBatching.2.0.0.nupkg.sha512",
74+
"Serilog.Sinks.PeriodicBatching.nuspec",
75+
"lib/net45/Serilog.Sinks.PeriodicBatching.dll",
76+
"lib/net45/Serilog.Sinks.PeriodicBatching.xml",
77+
"lib/netstandard1.1/Serilog.Sinks.PeriodicBatching.dll",
78+
"lib/netstandard1.1/Serilog.Sinks.PeriodicBatching.xml",
79+
"lib/netstandard1.3/Serilog.Sinks.PeriodicBatching.dll",
80+
"lib/netstandard1.3/Serilog.Sinks.PeriodicBatching.xml"
81+
]
82+
}
83+
},
84+
"projectFileDependencyGroups": {
85+
"": [
86+
"Serilog >= 2.0.0",
87+
"Serilog.Sinks.PeriodicBatching >= 2.0.0"
88+
],
89+
".NETFramework,Version=v4.5": []
90+
},
91+
"tools": {},
92+
"projectFileToolGroups": {}
93+
}

0 commit comments

Comments
 (0)