Skip to content

Commit

Permalink
Compiled the help documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jun 10, 2012
1 parent 4063362 commit de58f7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("7.5.010429.10")]
[assembly: AssemblyVersion("7.5.010510.01")]
#if (!CF)
[assembly: AssemblyFileVersion("7.5.010429.10")]
[assembly: AssemblyFileVersion("7.5.010510.01")]
#endif
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Imports System.Reflection
' You can specify all values by your own or you can build default build and revision
' numbers with the '*' character (the default):

<Assembly: AssemblyVersion("7.5.010429.10")>
<Assembly: AssemblyFileVersion("7.5.010429.10")>
<Assembly: AssemblyVersion("7.5.010510.01")>
<Assembly: AssemblyFileVersion("7.5.010510.01")>
8 changes: 5 additions & 3 deletions sharpsnmplib.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,17 @@
</WorkingPath>
<BuildLogFile>
</BuildLogFile>
<HelpFileFormat>HtmlHelp1, MSHelp2, MSHelpViewer</HelpFileFormat>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<FrameworkVersion>.NET 3.5</FrameworkVersion>
<HelpTitle>#SNMP Class Library Documentation</HelpTitle>
<FeedbackEMailAddress>lextudio%40gmail.com</FeedbackEMailAddress>
<PresentationStyle>Prototype</PresentationStyle>
<PresentationStyle>vs2010</PresentationStyle>
<IncludeFavorites>False</IncludeFavorites>
<HelpFileVersion>6.0.0.0</HelpFileVersion>
<HelpFileVersion>7.5.0.0</HelpFileVersion>
<DocumentationSources>
<DocumentationSource sourceFile="bin\SharpSnmpLib.dll" />
<DocumentationSource sourceFile="bin\SharpSnmpLib.Engine.dll" />
<DocumentationSource sourceFile="bin\SharpSnmpLib.Engine.xml" />
<DocumentationSource sourceFile="bin\SharpSnmpLib.Mib.dll" />
<DocumentationSource sourceFile="bin\SharpSnmpLib.Mib.xml" />
<DocumentationSource sourceFile="bin\SharpSnmpLib.Optional.dll" />
Expand Down

0 comments on commit de58f7c

Please sign in to comment.