Skip to content

Commit bf84739

Browse files
Merge pull request #19 from thorstenalpers/develop
Fix: correct meta repository type
2 parents 98deda9 + 4e514b4 commit bf84739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Finance.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<RepositoryUrl>https://github.com/thorstenalpers/Finance.NET</RepositoryUrl>
2121
<PackageTags>Finance.NET;Nasdaq;Xetra;Yahoo;DataHub;Finance;Trading</PackageTags>
2222
<Copyright>Copyright 2024-2025</Copyright>
23-
<RepositoryType>GitHub</RepositoryType>
23+
<RepositoryType>git</RepositoryType>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2525
<PackageIcon>logo.png</PackageIcon>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)