Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references due to org move #86

Merged
merged 5 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions tests/Passwordless.Tests.Infra/TestApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class TestApi : IAsyncDisposable
public TestApi()
{
_apiContainer = new ContainerBuilder()
// https://github.com/passwordless/passwordless-server/pkgs/container/passwordless-test-api
.WithImage("ghcr.io/passwordless/passwordless-test-api:stable")
// https://github.com/bitwarden/passwordless-server/pkgs/container/passwordless-test-api
.WithImage("ghcr.io/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
Loading