Skip to content

Commit 6fcbe77

Browse files
authored
Merge pull request #113 from ITfoxtec/development
Development
2 parents 7635cf0 + 12bab2a commit 6fcbe77

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/AspNetCoreApi1Sample/AspNetCoreApi1Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>1.4.9</Version>
5+
<Version>1.4.10</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

src/AspNetCoreApi2Sample/AspNetCoreApi2Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>1.4.9</Version>
5+
<Version>1.4.10</Version>
66
<Nullable>disable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
</PropertyGroup>

src/AspNetCoreOidcAuthCodeAllUpPartiesSample/AspNetCoreOidcAuthCodeAllUpPartiesSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>1.4.9</Version>
5+
<Version>1.4.10</Version>
66
<Nullable>disable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<UserSecretsId>a28eb258-4dba-4ab8-8b7a-bdc5b00663df</UserSecretsId>

src/AspNetCoreSamlIdPSample/AspNetCoreSamlIdPSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>1.4.9</Version>
5+
<Version>1.4.10</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

src/AspNetCoreSamlIdPSample/Views/Saml/IdPInitiated.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<p>
2020
<strong>OpenID Connect sample application</strong>
2121
<div>Application: aspnet_oidc_allup_sample</div>
22-
<div>Application redirect URL: https://localhost:44349/home/secure</div>
22+
<div>Application redirect URL local: https://localhost:44349/home/secure and online: https://aspnetoidcsample.itfoxtec.com/home/secure</div>
2323
<i>The redirect URL need to be configured as a redirect URL for the application.</i>
2424
<div>Application type: oidc</div>
2525
</p>

src/ExternalLoginApiSample/ExternalLoginApiSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>1.4.9</Version>
5+
<Version>1.4.10</Version>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)