Skip to content

Commit 2aa37d5

Browse files
committed
2025 GA
1 parent b6f9409 commit 2aa37d5

File tree

8 files changed

+8
-11
lines changed

8 files changed

+8
-11
lines changed

Client/addressmanager.pbl

4.5 KB
Binary file not shown.

Client/authentication.pbl

8.5 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Download this demo application, and then:
3333

3434
#### Build & deploy the PowerServer project
3535

36-
1. Open the PowerBuilder project in PowerBuilder 2022 R3.
36+
1. Open the PowerBuilder project in PowerBuilder 2025.
3737
2. Open the PowerServer project: ps_authentication, switch to the Web APIs tab and set the Web API URL as you need. Please note that the Web API URL must be HTTPS.
3838
3. Click the Auto Import button in the License settings to import your license.
3939
4. Open Database Configuration. Set the database to the ODBC source configured in step #2 of the Preparations section.
@@ -59,7 +59,7 @@ Download this demo application, and then:
5959

6060
#### Running the Example
6161

62-
1. Switch to PowerBuilder 2022 R3, right click on **ps_authentication**, and then click Run PowerServer project.
62+
1. Switch to PowerBuilder 2025, right click on **ps_authentication**, and then click Run PowerServer project.
6363

6464
#### How to integrate to your ServerAPIs project
6565

Binary file not shown.
-36 KB
Binary file not shown.

Server/AppModels/AppModels.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>net6.0</TargetFramework>
54
</PropertyGroup>
6-
75
<ItemGroup>
8-
<PackageReference Include="PowerServer.Core" Version="2.2.0" />
6+
<PackageReference Include="PowerServer.Core" Version="3.0.0" />
97
</ItemGroup>
10-
118
</Project>

Server/ServerAPIs/ServerAPIs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="PowerServer.Api" Version="2.2.0" />
8-
<PackageReference Include="SnapObjects.Data.Odbc" Version="4.2.0" />
7+
<PackageReference Include="PowerServer.Api" Version="3.0.0" />
8+
<PackageReference Include="SnapObjects.Data.Odbc" Version="5.0.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\AppModels\AppModels.csproj" />

Server/UserExtensions/UserExtensions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
7-
<ItemGroup>
8-
<PackageReference Include="PowerServer.Core" Version="2.2.0" />
9-
</ItemGroup>
107
<ItemGroup>
118
<None Update="AppConfig\AppConfig.json">
129
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -110,6 +107,9 @@
110107
<ProjectReference Include="..\ServerAPIs.Authentication.IdentityServer4\ServerAPIs.Authentication.IdentityServer4.csproj" />
111108
<ProjectReference Include="..\ServerAPIs.Authentication.Jwt\ServerAPIs.Authentication.Jwt.csproj" />
112109
</ItemGroup>
110+
<ItemGroup>
111+
<PackageReference Include="PowerServer.Core" Version="3.0.0" />
112+
</ItemGroup>
113113
<Import Project="$(MSBuildProjectDirectory)\Logging\Logging.xml" Condition="Exists('$(MSBuildProjectDirectory)\Logging\Logging.xml')" />
114114
<Import Project="$(MSBuildProjectDirectory)\OpenAPI\OpenAPI.xml" Condition="Exists('$(MSBuildProjectDirectory)\OpenAPI\OpenAPI.xml')" />
115115
<Import Project="$(MSBuildProjectDirectory)\HealthChecks\HealthChecks.xml" Condition="Exists('$(MSBuildProjectDirectory)\HealthChecks\HealthChecks.xml')" />

0 commit comments

Comments
 (0)