From 3ba7a33c1a237dfaeeee8a17a5e07e1a07c61633 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 25 Sep 2013 01:54:03 -0400 Subject: [PATCH 1/2] Update v3 packages to reference v3 BSD LICENSE --- .../servicestack.logging.elmah.nuspec | 2 +- .../servicestack.logging.entlib5.nuspec | 2 +- .../servicestack.logging.eventlog.nuspec | 2 +- .../servicestack.logging.log4net.nuspec | 2 +- .../servicestack.logging.log4netv1210.nuspec | 2 +- .../servicestack.logging.log4netv129.nuspec | 2 +- .../ServiceStack.Logging.NLog/servicestack.logging.nlog.nuspec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet/ServiceStack.Logging.Elmah/servicestack.logging.elmah.nuspec b/NuGet/ServiceStack.Logging.Elmah/servicestack.logging.elmah.nuspec index 81e8135..93c2d4d 100644 --- a/NuGet/ServiceStack.Logging.Elmah/servicestack.logging.elmah.nuspec +++ b/NuGet/ServiceStack.Logging.Elmah/servicestack.logging.elmah.nuspec @@ -12,7 +12,7 @@ Provides Elmah logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging elmah en-US diff --git a/NuGet/ServiceStack.Logging.EntLib5/servicestack.logging.entlib5.nuspec b/NuGet/ServiceStack.Logging.EntLib5/servicestack.logging.entlib5.nuspec index 37660df..af8e27a 100644 --- a/NuGet/ServiceStack.Logging.EntLib5/servicestack.logging.entlib5.nuspec +++ b/NuGet/ServiceStack.Logging.EntLib5/servicestack.logging.entlib5.nuspec @@ -12,7 +12,7 @@ Provides Enterprise Library 5.0 Logging Application Block logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging nlog en-US diff --git a/NuGet/ServiceStack.Logging.EventLog/servicestack.logging.eventlog.nuspec b/NuGet/ServiceStack.Logging.EventLog/servicestack.logging.eventlog.nuspec index eb735f4..07a5fbd 100644 --- a/NuGet/ServiceStack.Logging.EventLog/servicestack.logging.eventlog.nuspec +++ b/NuGet/ServiceStack.Logging.EventLog/servicestack.logging.eventlog.nuspec @@ -12,7 +12,7 @@ Provides EventLog logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging eventlog en-US diff --git a/NuGet/ServiceStack.Logging.Log4Net/servicestack.logging.log4net.nuspec b/NuGet/ServiceStack.Logging.Log4Net/servicestack.logging.log4net.nuspec index f51123e..b56fb81 100644 --- a/NuGet/ServiceStack.Logging.Log4Net/servicestack.logging.log4net.nuspec +++ b/NuGet/ServiceStack.Logging.Log4Net/servicestack.logging.log4net.nuspec @@ -12,7 +12,7 @@ Provides log4net logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging log4net en-US diff --git a/NuGet/ServiceStack.Logging.Log4Netv1210/servicestack.logging.log4netv1210.nuspec b/NuGet/ServiceStack.Logging.Log4Netv1210/servicestack.logging.log4netv1210.nuspec index 0b02432..4f6ba0c 100644 --- a/NuGet/ServiceStack.Logging.Log4Netv1210/servicestack.logging.log4netv1210.nuspec +++ b/NuGet/ServiceStack.Logging.Log4Netv1210/servicestack.logging.log4netv1210.nuspec @@ -12,7 +12,7 @@ Provides log4net logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging log4net en-US diff --git a/NuGet/ServiceStack.Logging.Log4Netv129/servicestack.logging.log4netv129.nuspec b/NuGet/ServiceStack.Logging.Log4Netv129/servicestack.logging.log4netv129.nuspec index 388ee6d..c133130 100644 --- a/NuGet/ServiceStack.Logging.Log4Netv129/servicestack.logging.log4netv129.nuspec +++ b/NuGet/ServiceStack.Logging.Log4Netv129/servicestack.logging.log4netv129.nuspec @@ -12,7 +12,7 @@ Provides log4net 1.2.9 logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging log4net en-US diff --git a/NuGet/ServiceStack.Logging.NLog/servicestack.logging.nlog.nuspec b/NuGet/ServiceStack.Logging.NLog/servicestack.logging.nlog.nuspec index 3250dbc..43e1bba 100644 --- a/NuGet/ServiceStack.Logging.NLog/servicestack.logging.nlog.nuspec +++ b/NuGet/ServiceStack.Logging.NLog/servicestack.logging.nlog.nuspec @@ -12,7 +12,7 @@ Provides NLog logging integration for other ServiceStack projects https://github.com/ServiceStack/ServiceStack.Logging - https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE + https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE http://www.servicestack.net/logo-100x100.png servicestack log logging nlog en-US From 089632e543314f9aa636b02105e57ec20c6a642a Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Thu, 26 Sep 2013 03:38:12 -0400 Subject: [PATCH 2/2] reset AssemblyVersion to 1.0.0.0 --- src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs | 4 ++-- src/ServiceStack.Logging.EntLib5/Properties/AssemblyInfo.cs | 4 ++-- src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs | 4 ++-- src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- src/ServiceStack.Logging.NLog/Properties/AssemblyInfo.cs | 4 ++-- tests/ServiceStack.Logging.Tests/Properties/AssemblyInfo.cs | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs index e2e5e0a..1b41ecf 100644 --- a/src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServiceStack.Logging.EntLib5/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.EntLib5/Properties/AssemblyInfo.cs index 95a62cf..1c0aac2 100644 --- a/src/ServiceStack.Logging.EntLib5/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.EntLib5/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.9.60.0")] -[assembly: AssemblyFileVersion("3.9.60.0")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs index 1665844..88fdf66 100644 --- a/src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs index 84ed382..8ef5a12 100644 --- a/src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServiceStack.Logging.Log4Netv1210/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.Log4Netv1210/Properties/AssemblyInfo.cs index 84ed382..8ef5a12 100644 --- a/src/ServiceStack.Logging.Log4Netv1210/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.Log4Netv1210/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServiceStack.Logging.Log4Netv129/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.Log4Netv129/Properties/AssemblyInfo.cs index 66a8531..04bedf6 100644 --- a/src/ServiceStack.Logging.Log4Netv129/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.Log4Netv129/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServiceStack.Logging.NLog/Properties/AssemblyInfo.cs b/src/ServiceStack.Logging.NLog/Properties/AssemblyInfo.cs index 74f0093..190b4c2 100755 --- a/src/ServiceStack.Logging.NLog/Properties/AssemblyInfo.cs +++ b/src/ServiceStack.Logging.NLog/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.10")] -[assembly: AssemblyFileVersion("1.0.10")] +[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/tests/ServiceStack.Logging.Tests/Properties/AssemblyInfo.cs b/tests/ServiceStack.Logging.Tests/Properties/AssemblyInfo.cs index c764773..f0272f8 100644 --- a/tests/ServiceStack.Logging.Tests/Properties/AssemblyInfo.cs +++ b/tests/ServiceStack.Logging.Tests/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")]