Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
firesharkstudios committed Oct 23, 2018
1 parent d2be7d2 commit ee571df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion InheritDoc/InheritDoc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Description>Command line tool that post processes XML documentation files to support an <inheritdoc /> tag allowing inheriting XML comments from base types, interfaces, and similar methods. Works with .NET Framework, .NET Standard, and .NET Core projects. See the separate InheritDocLib NuGet package for a programmatic interface.</Description>
<Company>Fireshark Studios, LLC</Company>
<Copyright>Copyright © 2017-2018</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions InheritDocVsix/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.3")]
[assembly: AssemblyFileVersion("1.2.0.3")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
2 changes: 1 addition & 1 deletion InheritDocVsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="InheritDocVsix.75c8936d-7a76-4cc0-baed-4ecabc3b9e10" Version="2.0.1" Language="en-US" Publisher="Fireshark Studios, LLC" />
<Identity Id="InheritDocVsix.75c8936d-7a76-4cc0-baed-4ecabc3b9e10" Version="2.0.2" Language="en-US" Publisher="Fireshark Studios, LLC" />
<DisplayName>InheritDoc</DisplayName>
<Description xml:space="preserve">Allows using &lt;inheritdoc/&gt; tags in XML comments that copy and extend the XML comments from base types and interfaces
</Description>
Expand Down
5 changes: 3 additions & 2 deletions www.inheritdoc.io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ <h4>InheritDoc</h4>
</li>
<li>
Run <strong>InheritDoc</strong> by entering this in the <em>Package Manager Console</em>...
<pre><code>.\packages\InheritDoc.2.0.1\tools\InheritDoc</code></pre>
<pre><code>.\packages\InheritDoc.2.0.2\tools\InheritDoc</code></pre>
<p>-or-</p>
<pre><code>\Users\<span class="text-danger">&lt;your user name&gt;</span>\.nuget\packages\inheritdoc\2.0.1\tools\InheritDoc.exe</code></pre>
<pre><code>\Users\<span class="text-danger">&lt;your user name&gt;</span>\.nuget\packages\inheritdoc\2.0.2\tools\InheritDoc.exe</code></pre>
<p>The path depends on the type of project (.NET Framework vs .NET Standard/Core).
</li>
</ol>
Expand Down Expand Up @@ -514,6 +514,7 @@ <h3>FAQ</h3>
<section>
<h3>Release Notes</h3>
<ul>
<li>v2.0.2 (10/23/2018) - Fixed wrong version number in VSIX package</li>
<li>v2.0.1 (10/23/2018) - Changed InheritDocLib to shared project to avoid loading issues for VSIX</li>
<li>v2.0.0 (8/23/2018) - Converted InheritDocLib to also target .NET Core (thanks <a href="https://github.com/johan-v-r">johan-v-r</a>)</li>
<li>v1.2.3 (8/21/2018) - Upgraded to latest version of Mono.Cecil</li>
Expand Down

0 comments on commit ee571df

Please sign in to comment.