Skip to content

Commit 4a46dbf

Browse files
committed
Point project metadata at the real Monnify org repo
PackageProjectUrl/RepositoryUrl, the README CI badge, and the security advisory link all pointed at a placeholder monnify-dotnet/monnify-dotnet org that was never real - updated to github.com/Monnify/monnify-dotnet-lib. Also aligned the LICENSE copyright holder and package Authors/Company with what the Monnify org's own repo already used ("Monnify Payment Gateway") instead of the placeholder "Monnify .NET Contributors" used while this didn't have a real home yet.
1 parent 951d644 commit 4a46dbf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Security vulnerability
4-
url: https://github.com/monnify-dotnet/monnify-dotnet/security/advisories/new
4+
url: https://github.com/Monnify/monnify-dotnet-lib/security/advisories/new
55
about: Please report security issues privately - see SECURITY.md - rather than opening a public issue.

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1212
<IsPackable>false</IsPackable>
13-
<Authors>Monnify .NET Contributors</Authors>
14-
<Company>Monnify .NET Contributors</Company>
13+
<Authors>Monnify Payment Gateway</Authors>
14+
<Company>Monnify Payment Gateway</Company>
1515
<Product>Monnify .NET SDK</Product>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageProjectUrl>https://github.com/monnify-dotnet/monnify-dotnet</PackageProjectUrl>
18-
<RepositoryUrl>https://github.com/monnify-dotnet/monnify-dotnet</RepositoryUrl>
17+
<PackageProjectUrl>https://github.com/Monnify/monnify-dotnet-lib</PackageProjectUrl>
18+
<RepositoryUrl>https://github.com/Monnify/monnify-dotnet-lib</RepositoryUrl>
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2121
<IncludeSymbols>true</IncludeSymbols>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Monnify .NET Contributors
3+
Copyright (c) 2026 Monnify Payment Gateway
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Monnify .NET SDK
22

3-
[![CI](https://github.com/monnify-dotnet/monnify-dotnet/actions/workflows/ci.yml/badge.svg)](https://github.com/monnify-dotnet/monnify-dotnet/actions/workflows/ci.yml)
3+
[![CI](https://github.com/Monnify/monnify-dotnet-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/Monnify/monnify-dotnet-lib/actions/workflows/ci.yml)
44
[![NuGet](https://img.shields.io/nuget/v/Monnify.svg)](https://www.nuget.org/packages/Monnify)
55

66
An idiomatic .NET SDK for the [Monnify](https://developers.monnify.com)

0 commit comments

Comments
 (0)