Skip to content

Commit

Permalink
Merge pull request #12 from jxnkwlp/feature/abp-8.2
Browse files Browse the repository at this point in the history
Bump all module version
  • Loading branch information
jxnkwlp authored Jul 7, 2024
2 parents 233a958 + cbcaec7 commit 977ba80
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion host/src/Sample.Domain/SampleDomainModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public override void ConfigureServices(ServiceConfigurationContext context)
{
Configure<AbpLocalizationOptions>(options =>
{
options.Languages.Add(new LanguageInfo("en", "English", "gb"));
options.Languages.Add(new LanguageInfo("en", "en", "gb"));
options.Languages.Add(new LanguageInfo("zh-Hans", "zh-Hans", "简体中文"));
});

Expand Down
4 changes: 2 additions & 2 deletions modules/account/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Description>an abp module that provider account service, such as login, 2fa, account link,
impersonation, settings. </Description>
<PackageTags>abp-module</PackageTags>
<Version>1.3.1</Version>
<PackageVersion>1.3.1</PackageVersion>
<Version>1.4.0</Version>
<PackageVersion>1.4.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions modules/api-keys/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<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.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions modules/common.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>

<Import Project="..\common.props" />

<PropertyGroup>
<LangVersion>latest</LangVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>

<IsPackable>true</IsPackable>
<Authors>Passingwind</Authors>
<Copyright>Passingwind</Copyright>
Expand All @@ -27,11 +27,11 @@
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<RoslynatorVersion>4.11.0</RoslynatorVersion>
<RoslynatorVersion>4.12.4</RoslynatorVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0">
Expand Down Expand Up @@ -61,4 +61,4 @@
</PropertyGroup>
</Target>

</Project>
</Project>
4 changes: 2 additions & 2 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.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
</PropertyGroup>

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

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions modules/file-management/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Product>Passingwind.Abp.FileManagement</Product>
<Description>an abp module that provider file and file container management.</Description>
<PackageTags>abp-module</PackageTags>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 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.1.0</Version>
<PackageVersion>1.1.1</PackageVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ITfoxtec.Identity.Saml2" Version="4.10.8" />
<PackageReference Include="ITfoxtec.Identity.Saml2" Version="4.11.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.*" />
<PackageReference Include="Passingwind.AspNetCore.Authentication.Saml2" Version="0.3.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public virtual async Task<string> GetMetadataDescriptorAsync(Uri baseUri, string
{
new AttributeConsumingService
{
ServiceName = new ServiceName(identityClient.Name, "en"),
ServiceNames = new []{ new LocalizedNameType(identityClient.Name, "en") },
RequestedAttributes = CreateRequestedAttributes(),
}
},
Expand Down
4 changes: 2 additions & 2 deletions modules/identity/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Product>Passingwind.Abp.Identity</Product>
<Description>an abp module that extend identity service, include settings, organization unit.</Description>
<PackageTags>abp-module</PackageTags>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 977ba80

Please sign in to comment.