Skip to content

Commit

Permalink
add project version configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Sep 4, 2023
1 parent 8a87000 commit eb60f23
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
3 changes: 3 additions & 0 deletions modules/account/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Account

Account login enhancements, such as 2fa, account settings.
14 changes: 14 additions & 0 deletions modules/account/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project>
<PropertyGroup>
<Version>0.1.0</Version>
<PackageVersion>0.1.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions modules/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Copyright>Passingwind</Copyright>
<PackageProjectUrl>https://github.com/jxnkwlp/abp-modules</PackageProjectUrl>
<RepositoryUrl>https://github.com/jxnkwlp/abp-modules</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<RepositoryType>git</RepositoryType>
<Company>Passingwind</Company>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>abp, abp-module</PackageTags>
</PropertyGroup>
Expand Down Expand Up @@ -39,4 +39,4 @@
</PropertyGroup>
</Target>

</Project>
</Project>
3 changes: 3 additions & 0 deletions modules/identity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Identity

Implement and enhance identity users, roles, organizations, claim types, security logs, and more
14 changes: 14 additions & 0 deletions modules/identity/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project>
<PropertyGroup>
<Version>0.1.0</Version>
<PackageVersion>0.1.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit eb60f23

Please sign in to comment.