From: Stephen B. <sb...@gm...> - 2012-02-03 13:11:03
|
We are also in the process of having the NuGet team transition 'ownership' of the Common.Logging.* NuGet packages over to the proper members of the Common.Logging team so that we can upload a corrected Common.Logging.Log4Net (1.2.10) package to replace the one that is presently posted on NuGet. It turns out that despite the package showing members of this team as 'owners', these packages were apparently initially posted by a helpful member of the community rather than any of the Common.Logging committers and so we need to be made 'owners' of the packages in order to maintain them. The NuGet team is working now to correct this, after which time we will be able to both correct the now-problematic Log4Net package as well as upload new versions of Common.Logging.* packages that are presently under development with formal support for Log4Net 1.2.11 as well as several other logging frameworks (EntLib5, etc.). Thanks --! Steve Bohlen sb...@gm... http://blog.unhandled-exceptions.com http://twitter.com/sbohlen On Tue, Jan 31, 2012 at 3:16 PM, Bruno Baia <br...@gm...> wrote: > Until we release a new version, here is a tip to force nuget to use 1.2.10: > > In your packages.config file, update the log4net line with: > <package id="log4net" version="1.2.10" allowedVersions="[1.2.10]"/> > > > - Bruno > > 2012/1/10 Jeffrey Becker <jef...@gm...> > >> I'm not sure if anyone on this list is responsible for the NuGet packages >> for Common.Logging but the developers are not contactable through the NuGet >> form. >> >> The Common.Logging.Log4Net package is currently broken. Specifically the >> package is configured to require log4net >= 1.2.10 which will cause nuget >> to install the latest log4net (1.2.11) even if 1.2.10 is already installed. >> I was able to fix the issue temporarily using a bindingRedirection in my >> app.config. However, I've put a large amount of effort into eliminating my >> need for app.config and would like to be able to go back to deploying >> without one. >> >> >> >> ------------------------------------------------------------------------------ >> Write once. Port to many. >> Get the SDK and tools to simplify cross-platform app development. Create >> new or port existing apps to sell to consumers worldwide. Explore the >> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join >> http://p.sf.net/sfu/intel-appdev >> >> _______________________________________________ >> Netcommon-developer mailing list >> Net...@li... >> https://lists.sourceforge.net/lists/listinfo/netcommon-developer >> >> > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Netcommon-developer mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netcommon-developer > > |