Skip to content

Commit 8aba1b9

Browse files
committed
INCR to v3.9.35
1 parent ddd57f0 commit 8aba1b9

File tree

7 files changed

+58
-58
lines changed

7 files changed

+58
-58
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Demis Bellot")]
1616
[assembly: AssemblyProduct("ServiceStack.Logging.Elmah")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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.5")]
40-
[assembly: AssemblyFileVersion("1.0.5")]
39+
[assembly: AssemblyVersion("1.0.6")]
40+
[assembly: AssemblyFileVersion("1.0.6")]
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.EntLib5")]
9-
[assembly: AssemblyDescription(@"Provides Enterprise Library 5.0 Logging Application Block logging integration for other ServiceStack projects
10-
Includes:
11-
- ServiceStack.Logging.EntLib5.dll
12-
Dependencies:
13-
- ServiceStack.Interfaces.dll")]
14-
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("Kevin Howard")]
16-
[assembly: AssemblyProduct("ServiceStack.Logging.EntLib5")]
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("a4ed4cac-c55c-4f8c-83ca-b4a2ede918d3")]
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.0.0")]
40-
[assembly: AssemblyFileVersion("1.0.0.0")]
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.EntLib5")]
9+
[assembly: AssemblyDescription(@"Provides Enterprise Library 5.0 Logging Application Block logging integration for other ServiceStack projects
10+
Includes:
11+
- ServiceStack.Logging.EntLib5.dll
12+
Dependencies:
13+
- ServiceStack.Interfaces.dll")]
14+
[assembly: AssemblyConfiguration("")]
15+
[assembly: AssemblyCompany("Kevin Howard")]
16+
[assembly: AssemblyProduct("ServiceStack.Logging.EntLib5")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
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("a4ed4cac-c55c-4f8c-83ca-b4a2ede918d3")]
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.0.0")]
40+
[assembly: AssemblyFileVersion("1.0.0.0")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Demis Bellot")]
1616
[assembly: AssemblyProduct("ServiceStack.Logging.EventLog")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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.5")]
40-
[assembly: AssemblyFileVersion("1.0.5")]
39+
[assembly: AssemblyVersion("1.0.6")]
40+
[assembly: AssemblyFileVersion("1.0.6")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Demis Bellot")]
1616
[assembly: AssemblyProduct("ServiceStack.Logging.Log4Net")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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.5")]
40-
[assembly: AssemblyFileVersion("1.0.5")]
39+
[assembly: AssemblyVersion("1.0.6")]
40+
[assembly: AssemblyFileVersion("1.0.6")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Demis Bellot")]
1616
[assembly: AssemblyProduct("ServiceStack.Logging.Log4Net")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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.5")]
40-
[assembly: AssemblyFileVersion("1.0.5")]
39+
[assembly: AssemblyVersion("1.0.6")]
40+
[assembly: AssemblyFileVersion("1.0.6")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Demis Bellot")]
1616
[assembly: AssemblyProduct("ServiceStack.Logging.Log4Netv129")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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.5")]
40-
[assembly: AssemblyFileVersion("1.0.5")]
39+
[assembly: AssemblyVersion("1.0.6")]
40+
[assembly: AssemblyFileVersion("1.0.6")]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Demis Bellot")]
1616
[assembly: AssemblyProduct("ServiceStack.Logging.NLog")]
17-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")]
17+
[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -37,5 +37,5 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("1.0.5")]
41-
[assembly: AssemblyFileVersion("1.0.5")]
40+
[assembly: AssemblyVersion("1.0.6")]
41+
[assembly: AssemblyFileVersion("1.0.6")]

0 commit comments

Comments
 (0)