Skip to content

Commit

Permalink
update abp packages version to 8.1.1 and bump all module version
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed May 5, 2024
1 parent b3167a1 commit c0101c4
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 28 deletions.
11 changes: 6 additions & 5 deletions modules/account/common.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<Project>
<Import Project="..\common.props"/>
<Import Project="..\common.props" />

<PropertyGroup>
<Product>Passingwind.Abp.Account</Product>
<Description>an abp module that provider account service, such as login, 2fa, account link, impersonation, settings. </Description>
<Description>an abp module that provider account service, such as login, 2fa, account link,
impersonation, settings. </Description>
<PackageTags>abp-module</PackageTags>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
<Version>1.3.0</Version>
<PackageVersion>1.3.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,4 +17,4 @@
</None>
</ItemGroup>

</Project>
</Project>
8 changes: 4 additions & 4 deletions modules/api-keys/common.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project>
<Import Project="..\common.props"/>
<Import Project="..\common.props" />

<PropertyGroup>
<Product>Passingwind.Abp.ApiKey</Product>
<Description>an abp module that provider api key authentication and key management.</Description>
<PackageTags>abp-module, apikey</PackageTags>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,4 +16,4 @@
</None>
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions modules/dictionary-management/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Product>Passingwind.Abp.DictionaryManagement</Product>
<Description>an abp module that provider dynamic dictionary management service</Description>
<PackageTags>abp-module</PackageTags>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -17,4 +17,4 @@
</None>
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions modules/dynamic-permission-management/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Product>Passingwind.Abp.DynamicPermissionManagement</Product>
<Description>an abp module that provider dynamic permission management service</Description>
<PackageTags>abp-module</PackageTags>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand All @@ -17,4 +17,4 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>
</Project>
12 changes: 6 additions & 6 deletions modules/file-management/common.props
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project>
<Import Project="..\common.props"/>
<Import Project="..\common.props" />

<PropertyGroup>
<Product>Passingwind.Abp.FileManagement</Product>
<Description>an abp module that provider file and file container management.</Description>
<PackageTags>abp-module</PackageTags>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>

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

</Project>
6 changes: 3 additions & 3 deletions modules/identity-client/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Product>Passingwind.Abp.IdentityClientManagement</Product>
<Description>an abp module that provider dynamic identity provider, support oidc, saml2</Description>
<PackageTags>abp, abp-module, OIDC, SAML2</PackageTags>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -17,4 +17,4 @@
</None>
</ItemGroup>

</Project>
</Project>
8 changes: 4 additions & 4 deletions modules/identity/common.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project>
<Import Project="..\common.props"/>
<Import Project="..\common.props" />

<PropertyGroup>
<Product>Passingwind.Abp.Identity</Product>
<Description>an abp module that extend identity service, include settings, organization unit.</Description>
<PackageTags>abp-module</PackageTags>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,4 +16,4 @@
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit c0101c4

Please sign in to comment.