Skip to content

Commit 26879a1

Browse files
committed
INCR to v1.04
1 parent 65fc850 commit 26879a1

File tree

20 files changed

+986
-1007
lines changed

20 files changed

+986
-1007
lines changed
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
4-
5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyTitle("ServiceStack.Logging.Elmah")]
9-
[assembly: AssemblyDescription(@"Provides Elmah logging integration for other ServiceStack projects
10-
Includes:
11-
- ServiceStack.Logging.Elmah.dll
12-
Dependencies:
13-
- ServiceStack.Interfaces.dll")]
14-
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("Demis Bellot")]
16-
[assembly: AssemblyProduct("ServiceStack.Logging.Elmah")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
18-
[assembly: AssemblyTrademark("")]
19-
[assembly: AssemblyCulture("")]
20-
21-
// Setting ComVisible to false makes the types in this assembly not visible
22-
// to COM components. If you need to access a type in this assembly from
23-
// COM, set the ComVisible attribute to true on that type.
24-
[assembly: ComVisible(false)]
25-
26-
// The following GUID is for the ID of the typelib if this project is exposed to COM
27-
[assembly: Guid("ae1c5e8f-160c-45fc-ba1c-da65f6e01d25")]
28-
29-
// Version information for an assembly consists of the following four values:
30-
//
31-
// Major Version
32-
// Minor Version
33-
// Build Number
34-
// Revision
35-
//
36-
// You can specify all the values or you can default the Build and Revision Numbers
37-
// by using the '*' as shown below:
38-
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.0.3")]
40-
[assembly: AssemblyFileVersion("1.0.3")]
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("ServiceStack.Logging.Elmah")]
9+
[assembly: AssemblyDescription(@"Provides Elmah logging integration for other ServiceStack projects
10+
Includes:
11+
- ServiceStack.Logging.Elmah.dll
12+
Dependencies:
13+
- ServiceStack.Interfaces.dll")]
14+
[assembly: AssemblyConfiguration("")]
15+
[assembly: AssemblyCompany("Demis Bellot")]
16+
[assembly: AssemblyProduct("ServiceStack.Logging.Elmah")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
18+
[assembly: AssemblyTrademark("")]
19+
[assembly: AssemblyCulture("")]
20+
21+
// Setting ComVisible to false makes the types in this assembly not visible
22+
// to COM components. If you need to access a type in this assembly from
23+
// COM, set the ComVisible attribute to true on that type.
24+
[assembly: ComVisible(false)]
25+
26+
// The following GUID is for the ID of the typelib if this project is exposed to COM
27+
[assembly: Guid("ae1c5e8f-160c-45fc-ba1c-da65f6e01d25")]
28+
29+
// Version information for an assembly consists of the following four values:
30+
//
31+
// Major Version
32+
// Minor Version
33+
// Build Number
34+
// Revision
35+
//
36+
// You can specify all the values or you can default the Build and Revision Numbers
37+
// by using the '*' as shown below:
38+
// [assembly: AssemblyVersion("1.0.*")]
39+
[assembly: AssemblyVersion("1.0.4")]
40+
[assembly: AssemblyFileVersion("1.0.4")]
Lines changed: 70 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,71 @@
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>{EE43BF1E-CF97-4215-A5A3-46D1C363F928}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>ServiceStack.Logging.Elmah</RootNamespace>
12-
<AssemblyName>ServiceStack.Logging.Elmah</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
<TargetFrameworkProfile />
16-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\src\</SolutionDir>
17-
<RestorePackages>true</RestorePackages>
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-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
28-
</PropertyGroup>
29-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30-
<DebugType>pdbonly</DebugType>
31-
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
33-
<DefineConstants>TRACE</DefineConstants>
34-
<ErrorReport>prompt</ErrorReport>
35-
<WarningLevel>4</WarningLevel>
36-
</PropertyGroup>
37-
<ItemGroup>
38-
<Reference Include="Elmah">
39-
<HintPath>..\packages\elmah.corelibrary.1.2.1\lib\Elmah.dll</HintPath>
40-
</Reference>
41-
<Reference Include="ServiceStack.Common, Version=1.0.4425.9237, Culture=neutral, processorArchitecture=MSIL">
42-
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\ServiceStack.Common.3.4.8\lib\ServiceStack.Common.dll</HintPath>
44-
</Reference>
45-
<Reference Include="ServiceStack.Interfaces, Version=1.0.4425.9237, Culture=neutral, processorArchitecture=MSIL">
46-
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\ServiceStack.Common.3.4.8\lib\ServiceStack.Interfaces.dll</HintPath>
48-
</Reference>
49-
<Reference Include="ServiceStack.Text, Version=3.4.8.9213, Culture=neutral, processorArchitecture=MSIL">
50-
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\ServiceStack.Text.3.4.9\lib\ServiceStack.Text.dll</HintPath>
52-
</Reference>
53-
<Reference Include="System" />
54-
<Reference Include="System.Web" />
55-
</ItemGroup>
56-
<ItemGroup>
57-
<Compile Include="ElmahInterceptingLogger.cs" />
58-
<Compile Include="ElmahLogFactory.cs" />
59-
<Compile Include="Properties\AssemblyInfo.cs" />
60-
</ItemGroup>
61-
<ItemGroup>
62-
<None Include="packages.config" />
63-
<None Include="ServiceStack.Logging.Elmah.nuspec" />
64-
</ItemGroup>
65-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
67-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68-
Other similar extension points exist, see Microsoft.Common.targets.
69-
<Target Name="BeforeBuild">
70-
</Target>
71-
<Target Name="AfterBuild">
72-
</Target>
73-
-->
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>{EE43BF1E-CF97-4215-A5A3-46D1C363F928}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>ServiceStack.Logging.Elmah</RootNamespace>
12+
<AssemblyName>ServiceStack.Logging.Elmah</AssemblyName>
13+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<TargetFrameworkProfile />
16+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\src\</SolutionDir>
17+
<RestorePackages>true</RestorePackages>
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+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
28+
</PropertyGroup>
29+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30+
<DebugType>pdbonly</DebugType>
31+
<Optimize>true</Optimize>
32+
<OutputPath>bin\Release\</OutputPath>
33+
<DefineConstants>TRACE</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
</PropertyGroup>
37+
<ItemGroup>
38+
<Reference Include="Elmah">
39+
<HintPath>..\packages\elmah.corelibrary.1.2.1\lib\Elmah.dll</HintPath>
40+
</Reference>
41+
<Reference Include="ServiceStack.Common">
42+
<HintPath>..\packages\ServiceStack.Common.3.9.28\lib\net35\ServiceStack.Common.dll</HintPath>
43+
</Reference>
44+
<Reference Include="ServiceStack.Interfaces">
45+
<HintPath>..\packages\ServiceStack.Common.3.9.28\lib\net35\ServiceStack.Interfaces.dll</HintPath>
46+
</Reference>
47+
<Reference Include="ServiceStack.Text">
48+
<HintPath>..\packages\ServiceStack.Text.3.9.29\lib\net35\ServiceStack.Text.dll</HintPath>
49+
</Reference>
50+
<Reference Include="System" />
51+
<Reference Include="System.Web" />
52+
</ItemGroup>
53+
<ItemGroup>
54+
<Compile Include="ElmahInterceptingLogger.cs" />
55+
<Compile Include="ElmahLogFactory.cs" />
56+
<Compile Include="Properties\AssemblyInfo.cs" />
57+
</ItemGroup>
58+
<ItemGroup>
59+
<None Include="packages.config" />
60+
<None Include="ServiceStack.Logging.Elmah.nuspec" />
61+
</ItemGroup>
62+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63+
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
64+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65+
Other similar extension points exist, see Microsoft.Common.targets.
66+
<Target Name="BeforeBuild">
67+
</Target>
68+
<Target Name="AfterBuild">
69+
</Target>
70+
-->
7471
</Project>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="elmah.corelibrary" version="1.2.1" />
4-
<package id="ServiceStack.Common" version="3.4.8" />
5-
<package id="ServiceStack.Text" version="3.4.9" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="elmah.corelibrary" version="1.2.1" />
4+
<package id="ServiceStack.Common" version="3.9.28" targetFramework="net35" />
5+
<package id="ServiceStack.Text" version="3.9.29" targetFramework="net35" />
66
</packages>

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("ServiceStack.Logging.EventLog")]
9-
[assembly: AssemblyDescription(@"Provides EventLog logging integration for other ServiceStack projects
10-
Includes:
11-
- ServiceStack.Logging.EventLog.dll
12-
Dependencies:
13-
- ServiceStack.Interfaces.dll")]
14-
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("Demis Bellot")]
16-
[assembly: AssemblyProduct("ServiceStack.Logging.EventLog")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
18-
[assembly: AssemblyTrademark("")]
19-
[assembly: AssemblyCulture("")]
9+
[assembly: AssemblyDescription(@"Provides EventLog logging integration for other ServiceStack projects
10+
Includes:
11+
- ServiceStack.Logging.EventLog.dll
12+
Dependencies:
13+
- ServiceStack.Interfaces.dll")]
14+
[assembly: AssemblyConfiguration("")]
15+
[assembly: AssemblyCompany("Demis Bellot")]
16+
[assembly: AssemblyProduct("ServiceStack.Logging.EventLog")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
18+
[assembly: AssemblyTrademark("")]
19+
[assembly: AssemblyCulture("")]
2020

2121

2222
// Setting ComVisible to false makes the types in this assembly not visible
@@ -35,6 +35,6 @@
3535
// Revision
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
38-
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.3")]
40-
[assembly: AssemblyFileVersion("1.0.3")]
38+
// by using the '*' as shown below:
39+
[assembly: AssemblyVersion("1.0.4")]
40+
[assembly: AssemblyFileVersion("1.0.4")]

0 commit comments

Comments
 (0)