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

Commit

Permalink
update version for packages.config for service, fix whitespace on ser…
Browse files Browse the repository at this point in the history
…vice config
  • Loading branch information
fsimonazzi committed Mar 26, 2014
1 parent 1cf4414 commit 5a1fa38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions source/NuGet/packages-service.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EnterpriseLibrary.SemanticLogging" version="1.1.1403-prerelease" />
<package id="EnterpriseLibrary.SemanticLogging.Database" version="1.1.1403-prerelease" />
<package id="EnterpriseLibrary.SemanticLogging.WindowsAzure" version="1.1.1403-prerelease" />
<package id="EnterpriseLibrary.SemanticLogging.Elasticsearch" version="1.1.1403-prerelease" />
<package id="EnterpriseLibrary.SemanticLogging" version="1.1.1403.0" />
<package id="EnterpriseLibrary.SemanticLogging.Database" version="1.1.1403.0" />
<package id="EnterpriseLibrary.SemanticLogging.WindowsAzure" version="1.1.1403.0" />
<package id="EnterpriseLibrary.SemanticLogging.Elasticsearch" version="1.1.1403.0" />
<package id="EnterpriseLibrary.TransientFaultHandling" version="6.0.1304.0" />
<package id="EnterpriseLibrary.TransientFaultHandling.Data" version="6.0.1304.1" />
<package id="Newtonsoft.Json" version="5.0.8" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns="http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw SemanticLogging-svc.xsd">

<!-- Optional settings for fine tuning performance and Trace Event Session identification-->
<traceEventService/>

Expand All @@ -19,9 +19,9 @@
<!--[Add any built-in or custom formatter here if the sink supports text formatters]-->
<eventTextFormatter header="----------"/>
</flatFileSink>

<!--[Add any built-in or custom sink definition here]-->

</sinks>

</configuration>
</configuration>

0 comments on commit 5a1fa38

Please sign in to comment.