plugin: set Authors to the nuget org name

This commit is contained in:
Ioannis G 2020-05-04 14:56:35 +03:00
parent f57fdfbc50
commit 53bc0f2cba
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E

View file

@ -21,7 +21,7 @@
<PackageId>Flow.Launcher.Plugin</PackageId> <PackageId>Flow.Launcher.Plugin</PackageId>
<IncludeSymbols>true</IncludeSymbols> <IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat> <SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>qianlifeng, Jeremy Wu</Authors> <Authors>flow-launcher</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl> <RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription> <PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>