Skip to content

Commit 8222cba

Browse files
committed
- v10.0.3
1 parent 71a8005 commit 8222cba

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Shuttle.Core.Data/Bootstrap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public void Register(IComponentRegistry registry)
1616
registry.AttemptRegister<IDbCommandFactory, DbCommandFactory>();
1717
registry.AttemptRegister<IDatabaseGateway, DatabaseGateway>();
1818
registry.AttemptRegister<IQueryMapper, QueryMapper>();
19+
registry.RegisterGeneric(typeof(IDataRepository<>), typeof(DataRepository<>), Lifestyle.Singleton);
1920
}
2021
}
2122
}

Shuttle.Core.Data/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
[assembly: AssemblyTitle(".NET Standard 2.0")]
3030
#endif
3131

32-
[assembly: AssemblyVersion("10.0.2.0")]
32+
[assembly: AssemblyVersion("10.0.3.0")]
3333
[assembly: AssemblyCopyright("Copyright © Eben Roux 2017")]
3434
[assembly: AssemblyProduct("Shuttle.Core.Data")]
3535
[assembly: AssemblyCompany("Shuttle")]
3636
[assembly: AssemblyConfiguration("Release")]
37-
[assembly: AssemblyInformationalVersion("10.0.2")]
37+
[assembly: AssemblyInformationalVersion("10.0.3")]
3838
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)