Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit 5a1fa38

Browse files
committed
update version for packages.config for service, fix whitespace on service config
1 parent 1cf4414 commit 5a1fa38

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

source/NuGet/packages-service.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EnterpriseLibrary.SemanticLogging" version="1.1.1403-prerelease" />
4-
<package id="EnterpriseLibrary.SemanticLogging.Database" version="1.1.1403-prerelease" />
5-
<package id="EnterpriseLibrary.SemanticLogging.WindowsAzure" version="1.1.1403-prerelease" />
6-
<package id="EnterpriseLibrary.SemanticLogging.Elasticsearch" version="1.1.1403-prerelease" />
3+
<package id="EnterpriseLibrary.SemanticLogging" version="1.1.1403.0" />
4+
<package id="EnterpriseLibrary.SemanticLogging.Database" version="1.1.1403.0" />
5+
<package id="EnterpriseLibrary.SemanticLogging.WindowsAzure" version="1.1.1403.0" />
6+
<package id="EnterpriseLibrary.SemanticLogging.Elasticsearch" version="1.1.1403.0" />
77
<package id="EnterpriseLibrary.TransientFaultHandling" version="6.0.1304.0" />
88
<package id="EnterpriseLibrary.TransientFaultHandling.Data" version="6.0.1304.1" />
99
<package id="Newtonsoft.Json" version="5.0.8" />

source/Src/SemanticLogging.Etw.WindowsService/SemanticLogging-svc.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration xmlns="http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw SemanticLogging-svc.xsd">
5-
5+
66
<!-- Optional settings for fine tuning performance and Trace Event Session identification-->
77
<traceEventService/>
88

@@ -19,9 +19,9 @@
1919
<!--[Add any built-in or custom formatter here if the sink supports text formatters]-->
2020
<eventTextFormatter header="----------"/>
2121
</flatFileSink>
22-
22+
2323
<!--[Add any built-in or custom sink definition here]-->
24-
24+
2525
</sinks>
2626

27-
</configuration>
27+
</configuration>

0 commit comments

Comments
 (0)