Skip to content

Commit baa13d7

Browse files
committed
updated all AssemblyInfos so that nuspec can find metadata
1 parent afbe125 commit baa13d7

6 files changed

Lines changed: 56 additions & 27 deletions

File tree

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

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

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
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("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("ServiceStack")]
12-
[assembly: AssemblyProduct("ServiceStack.Logging.EventLog")]
13-
[assembly: AssemblyCopyright("Copyright © ServiceStack 2008")]
14-
[assembly: AssemblyTrademark("")]
15-
[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("")]
20+
1621

1722
// Setting ComVisible to false makes the types in this assembly not visible
1823
// to COM components. If you need to access a type in this assembly from

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

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

1722
// Setting ComVisible to false makes the types in this assembly not visible
1823
// to COM components. If you need to access a type in this assembly from

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

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

1722
// Setting ComVisible to false makes the types in this assembly not visible
1823
// to COM components. If you need to access a type in this assembly from
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="ServiceStack.Common" version="3.4.3" />
4+
<package id="ServiceStack.Text" version="3.4.6" />
5+
</packages>

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

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

21+
1722
// Setting ComVisible to false makes the types in this assembly not visible
1823
// to COM components. If you need to access a type in this assembly from
1924
// COM, set the ComVisible attribute to true on that type.

0 commit comments

Comments
 (0)