Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from osoykan/dev
Browse files Browse the repository at this point in the history
version incremented 2.0.2
  • Loading branch information
osoykan authored Jan 8, 2017
2 parents 5769a95 + e1e57c6 commit 5dc5425
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Autofac.Extras.IocManager.DynamicProxy/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version" : "2.0.1-*",
"version" : "2.0.2-*",

"dependencies": {
"Autofac": "4.2.1",
"Autofac.Extras.DynamicProxy": "4.1.0",
"Autofac.Extras.IocManager": "2.0.1",
"Autofac.Extras.IocManager": "2.0.2",
"Castle.Core": "3.3.3"
},

Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Extras.IocManager/ObjectExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Autofac.Extras.IocManager
/// <summary>
/// Extension methods for all objects.
/// </summary>
public static class ObjectExtensions
internal static class ObjectExtensions
{
/// <summary>
/// Used to simplify and beautify casting an object to a type.
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Extras.IocManager/TypeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Autofac.Extras.IocManager
{
/// <summary>
/// </summary>
public static class TypeExtensions
internal static class TypeExtensions
{
/// <summary>
/// The pretty print cache
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Extras.IocManager/TypeUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Autofac.Extras.IocManager
{
public static class TypeUtil
internal static class TypeUtil
{
public static FieldInfo[] GetAllFields(this Type type)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Extras.IocManager/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1-*",
"version": "2.0.2-*",

"dependencies": {
"Autofac": "4.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"dependencies": {
"Autofac.Extras.IocManager.TestBase": "1.0.0",
"Autofac.Extras.IocManager.DynamicProxy": "2.0.1"
"Autofac.Extras.IocManager.DynamicProxy": "2.0.2"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion test/Autofac.Extras.IocManager.TestBase/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"Autofac": "4.2.1",
"Autofac.Extras.DynamicProxy": "4.1.0",
"Autofac.Extras.IocManager": "2.0.1-*",
"Autofac.Extras.IocManager": "2.0.2-*",
"AutoFixture.AutoMoq": "3.50.2",
"AutoFixture.AutoNSubstitute": "3.50.2",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
Expand Down

0 comments on commit 5dc5425

Please sign in to comment.