File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66namespace MapperAI . Core . Clients ;
77
8- public class MapperMapperClientFactory : IMapperClientFactory
8+ public class MapperClientFactory : IMapperClientFactory
99{
1010 private readonly IMapperSerializer _serializer ;
1111
12- public MapperMapperClientFactory ( IMapperSerializer serializer )
12+ public MapperClientFactory ( IMapperSerializer serializer )
1313 {
1414 _serializer = serializer ;
1515 }
Original file line number Diff line number Diff line change 77 <Title >MapperAI-Alpha</Title >
88 <Authors >Dridev</Authors >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10- <Version >0.1.0 -alpha</Version >
10+ <Version >0.1.1 -alpha</Version >
1111 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1212 <RepositoryUrl >https://github.com/01Dri/MapperAI</RepositoryUrl >
1313 <RootNamespace >MapperAI.Core</RootNamespace >
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ public abstract class BaseTests
1313 public BaseTests ( )
1414 {
1515 Serializer = new MapperSerializer ( ) ;
16- Factory = new MapperMapperClientFactory ( Serializer ) ;
16+ Factory = new MapperClientFactory ( Serializer ) ;
1717 }
1818}
You can’t perform that action at this time.
0 commit comments