Skip to content

Commit 057a196

Browse files
committed
INCR to v3.9.37
1 parent 8aba1b9 commit 057a196

File tree

22 files changed

+343
-401
lines changed

22 files changed

+343
-401
lines changed

src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.0.6")]
40-
[assembly: AssemblyFileVersion("1.0.6")]
39+
[assembly: AssemblyVersion("1.0.7")]
40+
[assembly: AssemblyFileVersion("1.0.7")]

src/ServiceStack.Logging.Elmah/ServiceStack.Logging.Elmah.csproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,9 @@
3939
<SpecificVersion>False</SpecificVersion>
4040
<HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
4141
</Reference>
42-
<Reference Include="ServiceStack.Common, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
42+
<Reference Include="ServiceStack.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
4343
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath>
45-
</Reference>
46-
<Reference Include="ServiceStack.Interfaces, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
47-
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath>
49-
</Reference>
50-
<Reference Include="ServiceStack.Text, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
51-
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath>
44+
<HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
5345
</Reference>
5446
<Reference Include="System" />
5547
<Reference Include="System.Web" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="elmah.corelibrary" version="1.2.2" targetFramework="net35" />
4-
<package id="ServiceStack.Common" version="3.9.32" targetFramework="net35" />
5-
<package id="ServiceStack.Text" version="3.9.32" targetFramework="net35" />
4+
<package id="ServiceStack.Common" version="3.9.37" targetFramework="net35" />
5+
<package id="ServiceStack.Text" version="3.9.37" targetFramework="net35" />
66
</packages>
Lines changed: 91 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,92 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{EDD72ADC-327C-4152-B84B-B48552311534}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>ServiceStack.Logging.EnterpriseLibrary5</RootNamespace>
12-
<AssemblyName>ServiceStack.Logging.EnterpriseLibrary5</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16-
<RestorePackages>true</RestorePackages>
17-
<TargetFrameworkProfile />
18-
</PropertyGroup>
19-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<DebugSymbols>true</DebugSymbols>
21-
<DebugType>full</DebugType>
22-
<Optimize>false</Optimize>
23-
<OutputPath>bin\Debug\</OutputPath>
24-
<DefineConstants>DEBUG;TRACE</DefineConstants>
25-
<ErrorReport>prompt</ErrorReport>
26-
<WarningLevel>4</WarningLevel>
27-
</PropertyGroup>
28-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29-
<DebugType>pdbonly</DebugType>
30-
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
33-
<ErrorReport>prompt</ErrorReport>
34-
<WarningLevel>4</WarningLevel>
35-
</PropertyGroup>
36-
<ItemGroup>
37-
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
40-
</Reference>
41-
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42-
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\EnterpriseLibrary.Logging.5.0.505.1\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
44-
</Reference>
45-
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46-
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
47-
</Reference>
48-
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath>
50-
</Reference>
51-
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52-
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
53-
</Reference>
54-
<Reference Include="Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath>
56-
</Reference>
57-
<Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
59-
</Reference>
60-
<Reference Include="ServiceStack.Common">
61-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath>
62-
</Reference>
63-
<Reference Include="ServiceStack.Interfaces">
64-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath>
65-
</Reference>
66-
<Reference Include="ServiceStack.Text">
67-
<HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath>
68-
</Reference>
69-
<Reference Include="System" />
70-
<Reference Include="System.configuration" />
71-
<Reference Include="System.Core" />
72-
<Reference Include="System.Data.DataSetExtensions" />
73-
<Reference Include="System.Data" />
74-
<Reference Include="System.Xml" />
75-
<Reference Include="System.Xml.Linq" />
76-
</ItemGroup>
77-
<ItemGroup>
78-
<Compile Include="EntLib5Factory.cs" />
79-
<Compile Include="EntLib5Logger.cs" />
80-
<Compile Include="Properties\AssemblyInfo.cs" />
81-
<Compile Include="SerializableConfigurationSource.cs" />
82-
</ItemGroup>
83-
<ItemGroup>
84-
<None Include="App.config" />
85-
<None Include="packages.config" />
86-
<None Include="ServiceStack.Logging.EntLib5.nuspec" />
87-
</ItemGroup>
88-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
90-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91-
Other similar extension points exist, see Microsoft.Common.targets.
92-
<Target Name="BeforeBuild">
93-
</Target>
94-
<Target Name="AfterBuild">
95-
</Target>
96-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{EDD72ADC-327C-4152-B84B-B48552311534}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>ServiceStack.Logging.EnterpriseLibrary5</RootNamespace>
12+
<AssemblyName>ServiceStack.Logging.EnterpriseLibrary5</AssemblyName>
13+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16+
<RestorePackages>true</RestorePackages>
17+
<TargetFrameworkProfile />
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\Debug\</OutputPath>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<ErrorReport>prompt</ErrorReport>
26+
<WarningLevel>4</WarningLevel>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\Release\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
40+
</Reference>
41+
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\packages\EnterpriseLibrary.Logging.5.0.505.1\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46+
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
47+
</Reference>
48+
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath>
50+
</Reference>
51+
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath>
56+
</Reference>
57+
<Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58+
<HintPath>..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
59+
</Reference>
60+
<Reference Include="ServiceStack.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
61+
<SpecificVersion>False</SpecificVersion>
62+
<HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
63+
</Reference>
64+
<Reference Include="System" />
65+
<Reference Include="System.configuration" />
66+
<Reference Include="System.Core" />
67+
<Reference Include="System.Data.DataSetExtensions" />
68+
<Reference Include="System.Data" />
69+
<Reference Include="System.Xml" />
70+
<Reference Include="System.Xml.Linq" />
71+
</ItemGroup>
72+
<ItemGroup>
73+
<Compile Include="EntLib5Factory.cs" />
74+
<Compile Include="EntLib5Logger.cs" />
75+
<Compile Include="Properties\AssemblyInfo.cs" />
76+
<Compile Include="SerializableConfigurationSource.cs" />
77+
</ItemGroup>
78+
<ItemGroup>
79+
<None Include="App.config" />
80+
<None Include="packages.config" />
81+
<None Include="ServiceStack.Logging.EntLib5.nuspec" />
82+
</ItemGroup>
83+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
85+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86+
Other similar extension points exist, see Microsoft.Common.targets.
87+
<Target Name="BeforeBuild">
88+
</Target>
89+
<Target Name="AfterBuild">
90+
</Target>
91+
-->
9792
</Project>
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="CommonServiceLocator" version="1.0" targetFramework="net35" />
4-
<package id="EnterpriseLibrary.Common" version="5.0.505.0" targetFramework="net35" />
5-
<package id="EnterpriseLibrary.Logging" version="5.0.505.1" targetFramework="net35" />
6-
<package id="ServiceStack.Common" version="3.9.32" targetFramework="net35" />
7-
<package id="ServiceStack.Text" version="3.9.32" targetFramework="net35" />
8-
<package id="Unity" version="2.1.505.2" targetFramework="net35" />
9-
<package id="Unity.Interception" version="2.1.505.2" targetFramework="net35" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="CommonServiceLocator" version="1.0" targetFramework="net35" />
4+
<package id="EnterpriseLibrary.Common" version="5.0.505.0" targetFramework="net35" />
5+
<package id="EnterpriseLibrary.Logging" version="5.0.505.1" targetFramework="net35" />
6+
<package id="ServiceStack.Common" version="3.9.37" targetFramework="net35" />
7+
<package id="ServiceStack.Text" version="3.9.37" targetFramework="net35" />
8+
<package id="Unity" version="2.1.505.2" targetFramework="net35" />
9+
<package id="Unity.Interception" version="2.1.505.2" targetFramework="net35" />
1010
</packages>

src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.6")]
40-
[assembly: AssemblyFileVersion("1.0.6")]
39+
[assembly: AssemblyVersion("1.0.7")]
40+
[assembly: AssemblyFileVersion("1.0.7")]

src/ServiceStack.Logging.EventLog/ServiceStack.Logging.EventLog.csproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,9 @@
6262
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
6363
</PropertyGroup>
6464
<ItemGroup>
65-
<Reference Include="ServiceStack.Common, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
65+
<Reference Include="ServiceStack.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
6666
<SpecificVersion>False</SpecificVersion>
67-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath>
68-
</Reference>
69-
<Reference Include="ServiceStack.Interfaces, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
70-
<SpecificVersion>False</SpecificVersion>
71-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath>
72-
</Reference>
73-
<Reference Include="ServiceStack.Text, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
74-
<SpecificVersion>False</SpecificVersion>
75-
<HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath>
67+
<HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
7668
</Reference>
7769
<Reference Include="System" />
7870
<Reference Include="System.Data" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ServiceStack.Common" version="3.9.32" targetFramework="net35" />
4-
<package id="ServiceStack.Text" version="3.9.32" targetFramework="net35" />
3+
<package id="ServiceStack.Common" version="3.9.37" targetFramework="net35" />
4+
<package id="ServiceStack.Text" version="3.9.37" targetFramework="net35" />
55
</packages>

src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.6")]
40-
[assembly: AssemblyFileVersion("1.0.6")]
39+
[assembly: AssemblyVersion("1.0.7")]
40+
[assembly: AssemblyFileVersion("1.0.7")]

src/ServiceStack.Logging.Log4Net/ServiceStack.Logging.Log4Net.csproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,9 @@
6565
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
6666
<HintPath>..\packages\log4net.2.0.0\lib\net35-full\log4net.dll</HintPath>
6767
</Reference>
68-
<Reference Include="ServiceStack.Common, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
68+
<Reference Include="ServiceStack.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
6969
<SpecificVersion>False</SpecificVersion>
70-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath>
71-
</Reference>
72-
<Reference Include="ServiceStack.Interfaces, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
73-
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath>
75-
</Reference>
76-
<Reference Include="ServiceStack.Text, Version=3.9.32.0, Culture=neutral, processorArchitecture=MSIL">
77-
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath>
70+
<HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
7971
</Reference>
8072
<Reference Include="System" />
8173
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)