Skip to content

Commit

Permalink
Merge pull request #57 from MahdiyarGHD/develop
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
Ali-YousefiTelori authored Feb 26, 2024
2 parents cccfe1a + 142cf4d commit 3da660d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11216,7 +11216,9 @@ public enum GetUniqueIdentityType

OnlyParent = 6,

OnlyChilren = 7,
OnlyChildren = 7,

Equals = 8,

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6078,7 +6078,8 @@
"Unknown",
"Nothing",
"OnlyParent",
"OnlyChilren"
"OnlyChildren",
"Equals"
],
"enum": [
0,
Expand All @@ -6088,7 +6089,8 @@
4,
5,
6,
7
7,
8
]
},
"GetUserByUserNameRequestContract": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<IsPackable>true</IsPackable>
<Version>0.0.0.22</Version>
<Version>0.0.0.23</Version>
<Description>client generated code.</Description>
<Copyright>EasyMicroservices@gmail.com</Copyright>
<PackageTags>microservice,auth,authentication,client</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EasyMicroservices.Cores.AspEntityFrameworkCoreApi" Version="0.0.1.45" />
<PackageReference Include="EasyMicroservices.Cores.AspEntityFrameworkCoreApi" Version="0.0.1.58" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EasyMicroservices.Mapper.CompileTimeMapper" Version="0.0.0.6" />
<PackageReference Include="EasyMicroservices.Mapper.SerializerMapper" Version="0.0.0.3" />
<PackageReference Include="EasyMicroservices.Mapper.CompileTimeMapper" Version="0.0.0.7" />
<PackageReference Include="EasyMicroservices.Mapper.SerializerMapper" Version="0.0.0.7" />
<PackageReference Include="EasyMicroservices.Serialization.Newtonsoft.Json" Version="0.0.0.9" />
</ItemGroup>

Expand Down

0 comments on commit 3da660d

Please sign in to comment.