chore: upgrede auf 6.1.1

- Bauort nach \API verschieben
 - AuthClientParams.Url auf 9090 aktualisieren
This commit is contained in:
tekh 2025-07-22 17:55:06 +02:00
parent 854db39f30
commit 0057a2d260
3 changed files with 5 additions and 5 deletions

View File

@ -4,9 +4,9 @@
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks> <TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Version>6.1.1</Version> <Version>6.1.2</Version>
<AssemblyVersion>6.1.1</AssemblyVersion> <AssemblyVersion>6.1.2</AssemblyVersion>
<FileVersion>6.1.1</FileVersion> <FileVersion>6.1.2</FileVersion>
<PackageIcon>icon.png</PackageIcon> <PackageIcon>icon.png</PackageIcon>
</PropertyGroup> </PropertyGroup>

View File

@ -11,7 +11,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<ExcludeApp_Data>false</ExcludeApp_Data> <ExcludeApp_Data>false</ExcludeApp_Data>
<ProjectGuid>07ccd651-647c-49f7-9715-30cebc13710d</ProjectGuid> <ProjectGuid>07ccd651-647c-49f7-9715-30cebc13710d</ProjectGuid>
<DesktopBuildPackageLocation>P:\Install .Net\0 DD - Smart UP\DD-UserManager\Web\$(Version)\$(Version).zip</DesktopBuildPackageLocation> <DesktopBuildPackageLocation>P:\Install .Net\0 DD - Smart UP\DD-UserManager\API\$(Version)\$(Version).zip</DesktopBuildPackageLocation>
<PackageAsSingleFile>true</PackageAsSingleFile> <PackageAsSingleFile>true</PackageAsSingleFile>
<DeployIisAppPath>UserManager.API</DeployIisAppPath> <DeployIisAppPath>UserManager.API</DeployIisAppPath>
<_TargetId>IISWebDeployPackage</_TargetId> <_TargetId>IISWebDeployPackage</_TargetId>

View File

@ -77,7 +77,7 @@
"UseEncryptor": true, "UseEncryptor": true,
"UseSwagger": true, "UseSwagger": true,
"AuthClientParams": { "AuthClientParams": {
"Url": "https://localhost:7192/auth-hub", "Url": "https://localhost:9090/auth-hub",
"PublicKeys": [ "PublicKeys": [
{ {
"Issuer": "auth.digitaldata.works", "Issuer": "auth.digitaldata.works",