Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 801d009

Browse files
committed
Update nuget package project and description urls to match
1 parent 5b85aec commit 801d009

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Company>LibGit2Sharp contributors</Company>
99
<Copyright>Copyright © LibGit2Sharp contributors</Copyright>
1010
<PackageTags>libgit2 git</PackageTags>
11-
<PackageProjectUrl>https://github.com/libgit2/libgit2sharp/</PackageProjectUrl>
11+
<PackageProjectUrl>https://github.com/kstrohminfor/libgit2sharp/</PackageProjectUrl>
1212
<Authors>LibGit2Sharp contributors</Authors>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -49,7 +49,7 @@
4949

5050
<Target Name="SetNuspecProperties" BeforeTargets="GenerateNuspec">
5151
<PropertyGroup>
52-
<PackageReleaseNotes>https://github.com/libgit2/libgit2sharp/blob/$(SourceRevisionId)/CHANGES.md</PackageReleaseNotes>
52+
<PackageReleaseNotes>https://github.com/kstrohminfor/libgit2sharp/blob/$(SourceRevisionId)/CHANGES.md</PackageReleaseNotes>
5353
</PropertyGroup>
5454
</Target>
5555

@@ -59,4 +59,4 @@
5959
</PropertyGroup>
6060
</Target>
6161

62-
</Project>
62+
</Project>

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# LibGit2Sharp
22

3-
[![CI](https://github.com/libgit2/libgit2sharp/actions/workflows/ci.yml/badge.svg)](https://github.com/libgit2/libgit2sharp/actions/workflows/ci.yml)
3+
[![CI](https://github.com/kstrohminfor/libgit2sharp/actions/workflows/ci.yml/badge.svg)](https://github.com/kstrohminfor/libgit2sharp/actions/workflows/ci.yml)
44
[![NuGet version (LibGit2Sharp)](https://img.shields.io/nuget/v/LibGit2Sharp.svg)](https://www.nuget.org/packages/LibGit2Sharp/)
55

66
**LibGit2Sharp brings all the might and speed of [libgit2](http://libgit2.github.com/), a native Git implementation, to the managed world of .NET**
77

88
## Online resources
99

1010
- [NuGet package](http://nuget.org/List/Packages/LibGit2Sharp)
11-
- [Source code](https://github.com/libgit2/libgit2sharp/)
11+
- [Source code](https://github.com/kstrohminfor/libgit2sharp/)
1212

1313
## Troubleshooting and support
1414

1515
- Usage or programming related question? Post it on [StackOverflow](http://stackoverflow.com/questions/tagged/libgit2sharp) using the tag *libgit2sharp*
16-
- Found a bug or missing a feature? Feed the [issue tracker](https://github.com/libgit2/libgit2sharp/issues)
16+
- Found a bug or missing a feature? Feed the [issue tracker](https://github.com/kstrohminfor/libgit2sharp/issues)
1717
- Announcements and related miscellanea through Twitter ([@libgit2sharp](http://twitter.com/libgit2sharp))
1818

1919
## Quick contributing guide
@@ -22,7 +22,7 @@
2222
- Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
2323
- Send a Pull Request to spread the fun!
2424

25-
More thorough information is available in the [wiki](https://github.com/libgit2/libgit2sharp/wiki).
25+
More thorough information is available in the [wiki](https://github.com/kstrohminfor/libgit2sharp/wiki).
2626

2727
## Optimizing unit testing
2828

@@ -38,9 +38,9 @@ You can do a few things to optimize running unit tests on Windows:
3838

3939
## Authors
4040

41-
- **Code:** The LibGit2Sharp [contributors](https://github.com/libgit2/libgit2sharp/contributors)
41+
- **Code:** The LibGit2Sharp [contributors](https://github.com/kstrohminfor/libgit2sharp/contributors)
4242
- **Logo:** [Jason "blackant" Long](https://github.com/jasonlong)
4343

4444
## License
4545

46-
The MIT license (Refer to the [LICENSE.md](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md) file)
46+
The MIT license (Refer to the [LICENSE.md](https://github.com/kstrohminfor/libgit2sharp/blob/master/LICENSE.md) file)

0 commit comments

Comments
 (0)