tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

StructureMap integration NuGet package uses old version of StructureMap #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to install something with a dependency > SM 2.6.1.0 when using it.

I expect it to be able to try using newer versions of structuremap, or the 
NuGet package to be updated.

Original issue reported on code.google.com by tom...@gmail.com on 19 Aug 2012 at 5:03

GoogleCodeExporter commented 8 years ago
Master branch currently uses StructureMap 2.6.2. You're welcome to send a 
patch/pull request upgrading the code to the latest version...

Original comment by mauricio...@gmail.com on 19 Aug 2012 at 10:49

GoogleCodeExporter commented 8 years ago
ah, I guess you're locking it down because StructureMap isn't using Semantic 
Versioning?

Original comment by tom...@gmail.com on 1 Sep 2012 at 3:17

GoogleCodeExporter commented 8 years ago
I'm simply erring on the safe side. I don't know what StructureMap changed from 
2.6.2 to 2.6.4, all I know for sure is that the current SolrNet code is built 
and tested against 2.6.2.
If you're familiar with StructureMap's versioning and say it's safe, then the 
next release will have looser bounds about this. Please confirm.

Original comment by mauricio...@gmail.com on 1 Sep 2012 at 4:54

GoogleCodeExporter commented 8 years ago
Current master branch uses Autofac 2.6.3.862, the latest 2.x release.

If anyone wants Autofac 3.x, please send a pull request.

Original comment by mauricio...@gmail.com on 18 Jun 2013 at 4:13