Skip to content

Commit

Permalink
- Fixed documentation
Browse files Browse the repository at this point in the history
- Added returns documentation to the fix assembly reference method.
  • Loading branch information
brutaldev committed Jan 7, 2015
1 parent a6d9a6d commit 5f96d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Brutal.Dev.StrongNameSigner/SigningHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public static AssemblyInfo GetAssemblyInfo(string assemblyPath)
/// </summary>
/// <param name="assemblyPath">The path to the assembly you want to fix a reference for.</param>
/// <param name="referenceAssemblyPath">The path to the reference assembly path you want to fix in the first assembly.</param>
/// <returns><c>true</c> if an assembly reference was found and fixed, <c>false</c> if no reference was found.</returns>
/// <exception cref="System.ArgumentNullException">
/// assemblyPath was not provided.
/// or
Expand All @@ -221,6 +222,7 @@ public static bool FixAssemblyReference(string assemblyPath, string referenceAss
/// <param name="referenceAssemblyPath">The path to the reference assembly path you want to fix in the first assembly.</param>
/// <param name="keyPath">The path to the strong-name key file you want to use (.snk or .pfx).</param>
/// <param name="keyFilePassword">The password for the provided strong-name key file.</param>
/// <returns><c>true</c> if an assembly reference was found and fixed, <c>false</c> if no reference was found.</returns>
/// <exception cref="System.ArgumentNullException">
/// assemblyPath was not provided.
/// or
Expand Down

0 comments on commit 5f96d95

Please sign in to comment.