-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Ali-YousefiTelori/develop
add package versions
- Loading branch information
Showing
9 changed files
with
73 additions
and
60 deletions.
There are no files selected for viewing
14 changes: 12 additions & 2 deletions
14
...ices.IdentityMicroservice.Database/EasyMicroservices.IdentityMicroservice.Database.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
14 changes: 12 additions & 2 deletions
14
...services.IdentityMicroservice.Domain/EasyMicroservices.IdentityMicroservice.Domain.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
14 changes: 12 additions & 2 deletions
14
...services.IdentityMicroservice.Logics/EasyMicroservices.IdentityMicroservice.Logics.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
14 changes: 12 additions & 2 deletions
14
...ices.IdentityMicroservice.Services/EasyMicroservices.IdentityMicroservice.Services.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" /> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters