Skip to content

Commit

Permalink
Rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Dec 12, 2024
1 parent 624d0e3 commit a472542
Show file tree
Hide file tree
Showing 30 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("bws")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("bws")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("dotnet")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("dotnet")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
mkdir -p nuget-output
cd nuget-output
wget https://github.com/bitwarden/sdk/releases/download/dotnet-v${{ needs.validate.outputs.version }}/Bitwarden.Sdk.${{ needs.validate.outputs.version }}.nupkg
wget https://github.com/bitwarden/sdk-sm/releases/download/dotnet-v${{ needs.validate.outputs.version }}/Bitwarden.Sdk.${{ needs.validate.outputs.version }}.nupkg
- name: Login to Azure - Prod Subscription
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -rc '.[] | select(.tag_name | contains("java")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -rc '.[] | select(.tag_name | contains("java")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("napi")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("napi")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Download schemas.ts artifact
run: |
wget https://github.com/bitwarden/sdk/releases/download/napi-v${{ env._PKG_VERSION }}/schemas.ts
wget https://github.com/bitwarden/sdk-sm/releases/download/napi-v${{ env._PKG_VERSION }}/schemas.ts
mv schemas.ts ${{ github.workspace }}/crates/bitwarden-napi/src-ts/bitwarden_client/schemas.ts
- name: Install dependencies
Expand All @@ -114,10 +114,10 @@ jobs:

- name: Download sdk-napi artifacts
run: |
wget https://github.com/bitwarden/sdk/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.darwin-arm64.node
wget https://github.com/bitwarden/sdk/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.darwin-x64.node
wget https://github.com/bitwarden/sdk/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.win32-x64-msvc.node
wget https://github.com/bitwarden/sdk/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.linux-x64-gnu.node
wget https://github.com/bitwarden/sdk-sm/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.darwin-arm64.node
wget https://github.com/bitwarden/sdk-sm/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.darwin-x64.node
wget https://github.com/bitwarden/sdk-sm/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.win32-x64-msvc.node
wget https://github.com/bitwarden/sdk-sm/releases/download/napi-v${{ env._PKG_VERSION }}/sdk-napi.linux-x64-gnu.node
mv sdk-napi.*.node ${{ github.workspace }}/crates/bitwarden-napi/artifacts
- name: Move artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("python")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("python")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Get release assets
working-directory: ${{ github.workspace }}/target/wheels/dist
run: |
ARTIFACT_URLS=$(curl -sSL https://api.github.com/repos/bitwarden/sdk/releases/tags/${{ needs.setup.outputs.tag_name }} | jq -r '.assets[].browser_download_url')
ARTIFACT_URLS=$(curl -sSL https://api.github.com/repos/bitwarden/sdk-sm/releases/tags/${{ needs.setup.outputs.tag_name }} | jq -r '.assets[].browser_download_url')
for url in $ARTIFACT_URLS; do
wget $url
done
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("ruby")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("ruby")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
secrets: "rubygem-api-key"

- name: Download ruby artifact
run: wget https://github.com/bitwarden/sdk/releases/download/ruby-v${{ env._VERSION }}/bitwarden-sdk-secrets-${{ env._VERSION }}.gem
run: wget https://github.com/bitwarden/sdk-sm/releases/download/ruby-v${{ env._VERSION }}/bitwarden-sdk-secrets-${{ env._VERSION }}.gem

- name: Push gem to Rubygems
if: ${{ inputs.release_type != 'Dry Run' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("rust")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("rust")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: version-output
run: |
if [[ "${{ inputs.version }}" == "latest" || "${{ inputs.version }}" == "" ]]; then
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk/releases" | jq -c '.[] | select(.tag_name | contains("napi")) | .tag_name' | head -1)
TAG_NAME=$(curl "https://api.github.com/repos/bitwarden/sdk-sm/releases" | jq -c '.[] | select(.tag_name | contains("napi")) | .tag_name' | head -1)
VERSION=$(echo $TAG_NAME | grep -ohE '20[0-9]{2}\.([1-9]|1[0-2])\.[0-9]+')
echo "Latest Released Version: $VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Download artifact
run: |
cd ${{ github.workspace }}/languages/js/wasm
wget https://github.com/bitwarden/sdk/releases/download/wasm-v${{ env._VERSION }}/sdk-bitwarden-wasm.zip
wget https://github.com/bitwarden/sdk-sm/releases/download/wasm-v${{ env._VERSION }}/sdk-bitwarden-wasm.zip
unzip sdk-bitwarden-wasm.zip
rm sdk-bitwarden-wasm.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: main
repository: bitwarden/sdk
repository: bitwarden/sdk-sm

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
# Note: Changing rust-version should be considered a breaking change
rust-version = "1.75"
homepage = "https://bitwarden.com"
repository = "https://github.com/bitwarden/sdk"
repository = "https://github.com/bitwarden/sdk-sm"
license-file = "LICENSE"
keywords = ["bitwarden"]

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1, 17 March 2023

1.1 The Bitwarden Software Development Kit (referred to in the License Agreement
as the "SDK" and available for download at the following URL
https://github.com/bitwarden/sdk) is licensed to you subject to the terms of
https://github.com/bitwarden/sdk-sm) is licensed to you subject to the terms of
this License Agreement. The License Agreement forms a legally binding contract
between you and the Company in relation to your use of the SDK.

Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/darwin-arm64/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1, 17 March 2023

1.1 The Bitwarden Software Development Kit (referred to in the License Agreement
as the "SDK" and available for download at the following URL
https://github.com/bitwarden/sdk) is licensed to you subject to the terms of
https://github.com/bitwarden/sdk-sm) is licensed to you subject to the terms of
this License Agreement. The License Agreement forms a legally binding contract
between you and the Company in relation to your use of the SDK.

Expand Down
6 changes: 3 additions & 3 deletions crates/bitwarden-napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bitwarden/sdk-napi-darwin-arm64",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"homepage": "https://github.com/bitwarden/sdk-sm#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
"url": "https://github.com/bitwarden/sdk-sm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
"url": "git+https://github.com/bitwarden/sdk-sm.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/darwin-x64/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1, 17 March 2023

1.1 The Bitwarden Software Development Kit (referred to in the License Agreement
as the "SDK" and available for download at the following URL
https://github.com/bitwarden/sdk) is licensed to you subject to the terms of
https://github.com/bitwarden/sdk-sm) is licensed to you subject to the terms of
this License Agreement. The License Agreement forms a legally binding contract
between you and the Company in relation to your use of the SDK.

Expand Down
6 changes: 3 additions & 3 deletions crates/bitwarden-napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bitwarden/sdk-napi-darwin-x64",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"homepage": "https://github.com/bitwarden/sdk-sm#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
"url": "https://github.com/bitwarden/sdk-sm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
"url": "git+https://github.com/bitwarden/sdk-sm.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/linux-x64-gnu/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1, 17 March 2023

1.1 The Bitwarden Software Development Kit (referred to in the License Agreement
as the "SDK" and available for download at the following URL
https://github.com/bitwarden/sdk) is licensed to you subject to the terms of
https://github.com/bitwarden/sdk-sm) is licensed to you subject to the terms of
this License Agreement. The License Agreement forms a legally binding contract
between you and the Company in relation to your use of the SDK.

Expand Down
6 changes: 3 additions & 3 deletions crates/bitwarden-napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bitwarden/sdk-napi-linux-x64-gnu",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"homepage": "https://github.com/bitwarden/sdk-sm#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
"url": "https://github.com/bitwarden/sdk-sm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
"url": "git+https://github.com/bitwarden/sdk-sm.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-napi/npm/win32-x64-msvc/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1, 17 March 2023

1.1 The Bitwarden Software Development Kit (referred to in the License Agreement
as the "SDK" and available for download at the following URL
https://github.com/bitwarden/sdk) is licensed to you subject to the terms of
https://github.com/bitwarden/sdk-sm) is licensed to you subject to the terms of
this License Agreement. The License Agreement forms a legally binding contract
between you and the Company in relation to your use of the SDK.

Expand Down
6 changes: 3 additions & 3 deletions crates/bitwarden-napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bitwarden/sdk-napi-win32-x64-msvc",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"homepage": "https://github.com/bitwarden/sdk-sm#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
"url": "https://github.com/bitwarden/sdk-sm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
"url": "git+https://github.com/bitwarden/sdk-sm.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
Expand Down
6 changes: 3 additions & 3 deletions crates/bitwarden-napi/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bitwarden/sdk-napi",
"version": "1.0.0",
"homepage": "https://github.com/bitwarden/sdk#readme",
"homepage": "https://github.com/bitwarden/sdk-sm#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
"url": "https://github.com/bitwarden/sdk-sm/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
"url": "git+https://github.com/bitwarden/sdk-sm.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ the `bws` binary and the configuration directory (`~/.bws`).

### GitHub Releases (Manual)

Download a pre-built binary from the [Releases](https://github.com/bitwarden/sdk/releases) page.
Download a pre-built binary from the [Releases](https://github.com/bitwarden/sdk-sm/releases) page.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions crates/bws/scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Test-BwsInstallation {
function Invoke-BwsDownload {
Write-Host "Detected architecture: $arch"

$bwsUrl = "https://github.com/bitwarden/sdk/releases/download/bws-v$bwsVersion/bws-$arch-pc-windows-msvc-$bwsVersion.zip"
$bwsUrl = "https://github.com/bitwarden/sdk-sm/releases/download/bws-v$bwsVersion/bws-$arch-pc-windows-msvc-$bwsVersion.zip"
Write-Host "Downloading bws from: $bwsUrl"
$outputPath = Join-Path $env:TEMP "bws.zip"
Invoke-WebRequest -Uri $bwsUrl -OutFile $outputPath
Expand All @@ -43,7 +43,7 @@ function Test-Checksum {
param($zipPath)
Write-Host "Validating checksum..."

$checksumUrl = "https://github.com/bitwarden/sdk/releases/download/bws-v$bwsVersion/bws-sha256-checksums-$bwsVersion.txt"
$checksumUrl = "https://github.com/bitwarden/sdk-sm/releases/download/bws-v$bwsVersion/bws-sha256-checksums-$bwsVersion.txt"
$checksumFile = Join-Path $env:TEMP "bws-checksums.txt"
Invoke-WebRequest -Uri $checksumUrl -OutFile $checksumFile

Expand Down
4 changes: 2 additions & 2 deletions crates/bws/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ extract() {
}

download_bws() {
bws_url="https://github.com/bitwarden/sdk/releases/download/bws-v${BWS_VERSION}/bws-${ARCH}-${PLATFORM}-${BWS_VERSION}.zip"
bws_url="https://github.com/bitwarden/sdk-sm/releases/download/bws-v${BWS_VERSION}/bws-${ARCH}-${PLATFORM}-${BWS_VERSION}.zip"
echo "Downloading bws from: $bws_url"
tmp_dir="$(mktemp -d)"
downloader "$bws_url" "$tmp_dir/bws.zip"
}

validate_checksum() {
checksum_url="https://github.com/bitwarden/sdk/releases/download/bws-v${BWS_VERSION}/bws-sha256-checksums-${BWS_VERSION}.txt"
checksum_url="https://github.com/bitwarden/sdk-sm/releases/download/bws-v${BWS_VERSION}/bws-sha256-checksums-${BWS_VERSION}.txt"
echo "Downloading checksum file from: $checksum_url"
checksum_file="$tmp_dir/bws-checksums.txt"
downloader "$checksum_url" "$checksum_file"
Expand Down
2 changes: 1 addition & 1 deletion languages/cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitwarden-sdk-secrets",
"version": "0.1.0",
"homepage": "https://github.com/bitwarden/sdk/tree/languages/cpp",
"homepage": "https://github.com/bitwarden/sdk-sm/tree/languages/cpp",
"description": "Bitwarden Secrets Manager SDK for C++",
"dependencies": [
"boost-uuid",
Expand Down
2 changes: 1 addition & 1 deletion languages/csharp/Bitwarden.Sdk/Bitwarden.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Copyright>Bitwarden Inc.</Copyright>
<Product>SDK</Product>

<RepositoryUrl>https://github.com/bitwarden/sdk/tree/main/languages/csharp</RepositoryUrl>
<RepositoryUrl>https://github.com/bitwarden/sdk-sm/tree/main/languages/csharp</RepositoryUrl>
<RepositoryType>Git</RepositoryType>

<PackageProjectUrl>https://bitwarden.com/products/secrets-manager/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion languages/csharp/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 1, 17 March 2023

1.1 The Bitwarden Software Development Kit (referred to in the License Agreement
as the "SDK" and available for download at the following URL
https://github.com/bitwarden/sdk) is licensed to you subject to the terms of
https://github.com/bitwarden/sdk-sm) is licensed to you subject to the terms of
this License Agreement. The License Agreement forms a legally binding contract
between you and the Company in relation to your use of the SDK.

Expand Down
2 changes: 1 addition & 1 deletion languages/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/bitwarden/sdk"
url = "https://maven.pkg.github.com/bitwarden/sdk-sm"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion languages/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP bindings for interacting with the Bitwarden Secrets Manager. This is a beta release and might be missing some functionality.",
"type": "library",
"keywords": ["bitwarden","sdk","password-manager"],
"homepage": "https://github.com/bitwarden/sdk",
"homepage": "https://github.com/bitwarden/sdk-sm",
"version": "1.0.0",
"require": {
"php": "^8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0.0'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/bitwarden/sdk'
spec.metadata['changelog_uri'] = 'https://github.com/bitwarden/sdk/blob/main/languages/ruby/CHANGELOG.md'
spec.metadata['source_code_uri'] = 'https://github.com/bitwarden/sdk-sm'
spec.metadata['changelog_uri'] = 'https://github.com/bitwarden/sdk-sm/blob/main/languages/ruby/CHANGELOG.md'

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down
Loading

0 comments on commit a472542

Please sign in to comment.