Skip to content

Commit

Permalink
Merge pull request #16 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
add package versions
  • Loading branch information
Ali-YousefiTelori authored Jan 12, 2024
2 parents 223985f + c9679c6 commit 1dce26c
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 60 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>EasyMicroservices.IdentityMicroservice</RootNamespace>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>true</IsPackable>

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Description>Identity Microservice Database</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>database,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>EasyMicroservices.IdentityMicroservice</RootNamespace>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>true</IsPackable>

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Description>Identity Microservice Domain</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>domain,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>EasyMicroservices.IdentityMicroservice</RootNamespace>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>true</IsPackable>

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Description>Identity Microservice Logics</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>logic,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>EasyMicroservices.IdentityMicroservice</RootNamespace>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>true</IsPackable>

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Description>Identity Microservice WebApi</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>webapi,api,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>EasyMicroservices.IdentityMicroservice</RootNamespace>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>true</IsPackable>

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Description>Identity Microservice WebApi</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>webapi,api,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -14,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EasyMicroservices.IdentityMicroservice.Services\EasyMicroservices.IdentityMicroservice.Services.csproj" />
<ProjectReference Include="..\EasyMicroservices.IdentityMicroservice.Logics\EasyMicroservices.IdentityMicroservice.Logics.csproj" />
</ItemGroup>

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

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.2</Version>
<Version>0.0.0.3</Version>
<Description>Identity Microservice Tests</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>test,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>

<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="BuildOnlySettings;ResolveReferences">
<ItemGroup>
<!-- Filter out unnecessary files -->
<_ReferenceCopyLocalPaths Include="@(ReferenceCopyLocalPaths->WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')->WithMetadataValue('PrivateAssets', 'All'))"/>
</ItemGroup>

<!-- Print batches for debug purposes -->
<Message Text="Batch for .nupkg: ReferenceCopyLocalPaths = @(_ReferenceCopyLocalPaths), ReferenceCopyLocalPaths.DestinationSubDirectory = %(_ReferenceCopyLocalPaths.DestinationSubDirectory) Filename = %(_ReferenceCopyLocalPaths.Filename) Extension = %(_ReferenceCopyLocalPaths.Extension)" Importance="High" Condition="'@(_ReferenceCopyLocalPaths)' != ''" />

<ItemGroup>
<!-- Add file to package with consideration of sub folder. If empty, the root folder is chosen. -->
<BuildOutputInPackage Include="@(_ReferenceCopyLocalPaths)" TargetPath="%(_ReferenceCopyLocalPaths.DestinationSubDirectory)"/>
</ItemGroup>
</Target>

<ItemGroup>
<PackageReference Include="EasyMicroservices.IdentityMicroservice.Clients" Version="0.0.0.6" />
<PackageReference Include="EasyMicroservices.Laboratory" Version="0.0.0.16" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>

<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<Version>0.0.0.3</Version>
<Description>Identity Microservice WebApi</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>webapi,api,identity,login,register,services,asp,aspnet,auth,authentication,authentications</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/Identity-Microservice</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EasyMicroservices.IdentityMicroservice.StartUp\EasyMicroservices.IdentityMicroservice.StartUp.csproj" />
<ProjectReference Include="..\EasyMicroservices.IdentityMicroservice.Logics\EasyMicroservices.IdentityMicroservice.Logics.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
30 changes: 0 additions & 30 deletions src/CSharp/EasyMicroservices.IdentityMicroservice.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMicroservices.IdentityM
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMicroservices.IdentityMicroservice.Logics", "EasyMicroservices.IdentityMicroservice.Logics\EasyMicroservices.IdentityMicroservice.Logics.csproj", "{19CB83B3-9617-469C-A064-6619A752630F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMicroservices.IdentityMicroservice.Services", "EasyMicroservices.IdentityMicroservice.Services\EasyMicroservices.IdentityMicroservice.Services.csproj", "{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMicroservices.IdentityMicroservice.StartUp", "EasyMicroservices.IdentityMicroservice.StartUp\EasyMicroservices.IdentityMicroservice.StartUp.csproj", "{1C645056-B212-44F1-8180-06DC5C06700D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMicroservices.IdentityMicroservice.Database", "EasyMicroservices.IdentityMicroservice.Database\EasyMicroservices.IdentityMicroservice.Database.csproj", "{0870D7AE-CE25-4292-9187-A3E231057FD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMicroservices.IdentityMicroservice.Tests", "EasyMicroservices.IdentityMicroservice.Tests\EasyMicroservices.IdentityMicroservice.Tests.csproj", "{17F6EED5-B82F-4A76-AEDF-4B3169CC5A9B}"
Expand Down Expand Up @@ -73,30 +69,6 @@ Global
{19CB83B3-9617-469C-A064-6619A752630F}.Release|x64.Build.0 = Release|Any CPU
{19CB83B3-9617-469C-A064-6619A752630F}.Release|x86.ActiveCfg = Release|Any CPU
{19CB83B3-9617-469C-A064-6619A752630F}.Release|x86.Build.0 = Release|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Debug|x64.ActiveCfg = Debug|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Debug|x64.Build.0 = Debug|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Debug|x86.ActiveCfg = Debug|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Debug|x86.Build.0 = Debug|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Release|Any CPU.Build.0 = Release|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Release|x64.ActiveCfg = Release|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Release|x64.Build.0 = Release|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Release|x86.ActiveCfg = Release|Any CPU
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012}.Release|x86.Build.0 = Release|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Debug|x64.ActiveCfg = Debug|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Debug|x64.Build.0 = Debug|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Debug|x86.ActiveCfg = Debug|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Debug|x86.Build.0 = Debug|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Release|Any CPU.Build.0 = Release|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Release|x64.ActiveCfg = Release|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Release|x64.Build.0 = Release|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Release|x86.ActiveCfg = Release|Any CPU
{1C645056-B212-44F1-8180-06DC5C06700D}.Release|x86.Build.0 = Release|Any CPU
{0870D7AE-CE25-4292-9187-A3E231057FD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0870D7AE-CE25-4292-9187-A3E231057FD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0870D7AE-CE25-4292-9187-A3E231057FD2}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -141,8 +113,6 @@ Global
{A4A1E51B-754C-43F1-9F5C-524084465CB5} = {5095A63E-0C95-4352-8E6B-4586A9340BFB}
{96989D74-1B60-4E56-B4AA-207040490549} = {5095A63E-0C95-4352-8E6B-4586A9340BFB}
{19CB83B3-9617-469C-A064-6619A752630F} = {AAC7D1B4-C636-471D-8894-B1FA3D7995FB}
{90E40B3E-1DBA-4B5B-A30B-A77B0C428012} = {AAC7D1B4-C636-471D-8894-B1FA3D7995FB}
{1C645056-B212-44F1-8180-06DC5C06700D} = {AAC7D1B4-C636-471D-8894-B1FA3D7995FB}
{0870D7AE-CE25-4292-9187-A3E231057FD2} = {DD5CE7AE-185C-4AB5-A7AD-9CCB6051E804}
{17F6EED5-B82F-4A76-AEDF-4B3169CC5A9B} = {2A1A75C2-9A91-4588-9ADD-046CB14463CA}
{21C9F6BB-9186-4DB9-B738-7125B04B366F} = {DD5CE7AE-185C-4AB5-A7AD-9CCB6051E804}
Expand Down

0 comments on commit 1dce26c

Please sign in to comment.