Skip to content

Commit

Permalink
Ensure consistent URL capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Jul 6, 2023
1 parent 7e8bc09 commit 799d160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Ookii.CommandLine/Commands/CommandManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace Ookii.CommandLine.Commands;
/// </note>
/// </remarks>
/// <seealso cref="CommandLineParser"/>
/// <seealso href="https://www.github.com/SvenGroot/ookii.commandline">Usage documentation</seealso>
/// <seealso href="https://www.github.com/SvenGroot/Ookii.CommandLine">Usage documentation</seealso>
/// <threadsafety static="true" instance="false"/>
public class CommandManager
{
Expand Down
4 changes: 2 additions & 2 deletions src/Ookii.CommandLine/Ookii.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<IsTrimmable>True</IsTrimmable>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SvenGroot/ookii.commandline</PackageProjectUrl>
<RepositoryUrl>https://github.com/SvenGroot/ookii.commandline</RepositoryUrl>
<PackageProjectUrl>https://github.com/SvenGroot/Ookii.CommandLine</PackageProjectUrl>
<RepositoryUrl>https://github.com/SvenGroot/Ookii.CommandLine</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 799d160

Please sign in to comment.