Skip to content

Commit

Permalink
Update references due to org move (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Dec 19, 2023
1 parent e22baea commit 3acdf33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PropertyGroup>
<Authors>Bitwarden</Authors>
<Description>The official Bitwarden Passwordless.dev .NET library for ASP.NET Core identity</Description>
<PackageProjectUrl>https://github.com/passwordless/passwordless-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/passwordless/passwordless-dotnet/releases</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/bitwarden/passwordless-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/bitwarden/passwordless-dotnet/releases</PackageReleaseNotes>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>favicon.png</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions src/Passwordless/Passwordless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PropertyGroup>
<Authors>Bitwarden</Authors>
<Description>The official Bitwarden Passwordless.dev .NET library</Description>
<PackageProjectUrl>https://github.com/passwordless/passwordless-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/passwordless/passwordless-dotnet/releases</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/bitwarden/passwordless-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/bitwarden/passwordless-dotnet/releases</PackageReleaseNotes>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>favicon.png</PackageIcon>
Expand Down
5 changes: 2 additions & 3 deletions tests/Passwordless.Tests.Infra/TestApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ public class TestApi : IAsyncDisposable
public TestApi()
{
_apiContainer = new ContainerBuilder()
// https://github.com/passwordless/passwordless-server/pkgs/container/passwordless-test-api
// Switch to stable whenever possible
.WithImage("ghcr.io/passwordless/passwordless-test-api:latest")
// https://hub.docker.com/r/bitwarden/passwordless-test-api
.WithImage("bitwarden/passwordless-test-api:stable")
// Make sure we always have the latest version of the image
.WithImagePullPolicy(PullPolicy.Always)
// Run in development environment to enable migrations
Expand Down

0 comments on commit 3acdf33

Please sign in to comment.