Commit 63ba2aa4 authored by Brickner_cp's avatar Brickner_cp

Version 0.8.0.

parent 71149a30
...@@ -32,8 +32,8 @@ using System.Runtime.InteropServices; ...@@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.0")] // We don't use * to avoid strong version with C++/CLI [assembly: AssemblyVersion("0.8.0.0")] // We don't use * to avoid strong version with C++/CLI
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]
......
...@@ -18,22 +18,23 @@ ...@@ -18,22 +18,23 @@
<HtmlHelpName>Pcap.Net</HtmlHelpName> <HtmlHelpName>Pcap.Net</HtmlHelpName>
<DocumentationSources> <DocumentationSources>
<DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.dll" /> <DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.dll" />
<DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.xml" /> <DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.xml" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.xml" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.xml" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.XML" /></DocumentationSources> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.XML" />
</DocumentationSources>
<FrameworkVersion>4.0.30319</FrameworkVersion> <FrameworkVersion>4.0.30319</FrameworkVersion>
<Language>en-US</Language> <Language>en-US</Language>
<Preliminary>False</Preliminary> <Preliminary>False</Preliminary>
<CppCommentsFixup>True</CppCommentsFixup> <CppCommentsFixup>True</CppCommentsFixup>
<HelpTitle>Pcap.Net Documented Class Library</HelpTitle> <HelpTitle>Pcap.Net Documented Class Library</HelpTitle>
<MissingTags>None</MissingTags> <MissingTags>None</MissingTags>
<HelpFileVersion>0.7.0.0</HelpFileVersion> <HelpFileVersion>0.8.0.0</HelpFileVersion>
<RootNamespaceContainer>False</RootNamespaceContainer> <RootNamespaceContainer>False</RootNamespaceContainer>
<ShowFeedbackControl>False</ShowFeedbackControl> <ShowFeedbackControl>False</ShowFeedbackControl>
<IndentHtml>False</IndentHtml> <IndentHtml>False</IndentHtml>
......
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices; ...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]
\ No newline at end of file
...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices; ...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
...@@ -29,8 +29,8 @@ using namespace System::Security::Permissions; ...@@ -29,8 +29,8 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers // You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly:AssemblyVersionAttribute("0.7.0.*")]; [assembly:AssemblyVersionAttribute("0.8.0.*")];
[assembly:AssemblyFileVersionAttribute("0.7.0.0")] [assembly:AssemblyFileVersionAttribute("0.8.0.0")]
[assembly:ComVisible(false)]; [assembly:ComVisible(false)];
......
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices; ...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
[assembly:CLSCompliant(false)] [assembly:CLSCompliant(false)]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.7.0.*")] [assembly: AssemblyVersion("0.8.0.*")]
[assembly: AssemblyFileVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.8.0.0")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment