Skip to content

Commit

Permalink
chore: transfer repository ownership to MaaXYZ
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Mar 11, 2024
1 parent e3fec29 commit e3aa838
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/1.4.0) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/1.4.0) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/1.4.0) [![](https://img.shields.io/badge/NuGet-Grpc-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Grpc/1.4.0)

**Full Changelog**: https://github.com/moomiji/MaaFramework.Binding.CSharp/compare/v1.0.0-beta.2.1...v1.4.0
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v1.0.0-beta.2.1...v1.4.0

## What's Changed in v1.4.0

Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageIcon>maa-logo_128x128.png</PackageIcon>
<PackageReleaseNotes>Release notes are at https://github.com/moomiji/MaaFramework.Binding.CSharp/releases.</PackageReleaseNotes>
<RepositoryUrl>https://github.com/moomiji/MaaFramework.Binding.CSharp</RepositoryUrl>
<PackageReleaseNotes>Release notes are at https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/releases.</PackageReleaseNotes>
<RepositoryUrl>https://github.com/MaaXYZ/MaaFramework.Binding.CSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>$(RepositoryBranch)</RepositoryBranch>
<RepositoryCommit>$(RepositoryCommit)</RepositoryCommit>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _💫 A common interoperable API wrapper 💫_

## Wiki

- [Overview of Wrapper and Api](https://github.com/moomiji/MaaFramework.Binding.CSharp/wiki#overview-of-wrapper-and-api)
- [Overview of Wrapper and Api](https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/wiki#overview-of-wrapper-and-api)

## Get Started

Expand Down
2 changes: 1 addition & 1 deletion tools/ChangelogGenerator/changelog_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def convert_contributors_name(name: str, commit_hash: str, name_type: str):
global contributors
if name not in contributors:
try:
req = urllib.request.Request(f"https://api.github.com/repos/moomiji/MaaFramework.Binding.CSharp/commits/{commit_hash}")
req = urllib.request.Request(f"https://api.github.com/repos/MaaXYZ/MaaFramework.Binding.CSharp/commits/{commit_hash}")
token = os.environ.get("GH_TOKEN", os.environ.get("GITHUB_TOKEN", None))
if token:
req.add_header("Authorization", f"Bearer {token}")
Expand Down

0 comments on commit e3aa838

Please sign in to comment.