Skip to content

Commit 63ba2aa

Browse files
Brickner_cpBrickner_cp
authored andcommitted
Version 0.8.0.
1 parent 71149a3 commit 63ba2aa

File tree

11 files changed

+31
-30
lines changed

11 files changed

+31
-30
lines changed

PcapDotNet.Analysis/src/PcapDotNet.Analysis/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.7.0.0")] // We don't use * to avoid strong version with C++/CLI
36-
[assembly: AssemblyFileVersion("0.7.0.0")]
35+
[assembly: AssemblyVersion("0.8.0.0")] // We don't use * to avoid strong version with C++/CLI
36+
[assembly: AssemblyFileVersion("0.8.0.0")]
3737

3838
[assembly: CLSCompliant(false)]
3939

PcapDotNet/doc/PcapDotNet.shfbproj

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,23 @@
1818
<HtmlHelpName>Pcap.Net</HtmlHelpName>
1919
<DocumentationSources>
2020
<DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.dll" />
21-
<DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.xml" />
22-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.dll" />
23-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.xml" />
24-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.dll" />
25-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.dll" />
26-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.xml" />
27-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.xml" />
28-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.dll" />
29-
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.XML" /></DocumentationSources>
21+
<DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.xml" />
22+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.dll" />
23+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.xml" />
24+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.dll" />
25+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.dll" />
26+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.xml" />
27+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.xml" />
28+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.dll" />
29+
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.XML" />
30+
</DocumentationSources>
3031
<FrameworkVersion>4.0.30319</FrameworkVersion>
3132
<Language>en-US</Language>
3233
<Preliminary>False</Preliminary>
3334
<CppCommentsFixup>True</CppCommentsFixup>
3435
<HelpTitle>Pcap.Net Documented Class Library</HelpTitle>
3536
<MissingTags>None</MissingTags>
36-
<HelpFileVersion>0.7.0.0</HelpFileVersion>
37+
<HelpFileVersion>0.8.0.0</HelpFileVersion>
3738
<RootNamespaceContainer>False</RootNamespaceContainer>
3839
<ShowFeedbackControl>False</ShowFeedbackControl>
3940
<IndentHtml>False</IndentHtml>

PcapDotNet/src/PcapDotNet.Base.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("0.7.0.*")]
35-
[assembly: AssemblyFileVersion("0.7.0.0")]
34+
[assembly: AssemblyVersion("0.8.0.*")]
35+
[assembly: AssemblyFileVersion("0.8.0.0")]

PcapDotNet/src/PcapDotNet.Base/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("0.7.0.*")]
35-
[assembly: AssemblyFileVersion("0.7.0.0")]
34+
[assembly: AssemblyVersion("0.8.0.*")]
35+
[assembly: AssemblyFileVersion("0.8.0.0")]
3636

3737
[assembly: CLSCompliant(false)]

PcapDotNet/src/PcapDotNet.Core.Extensions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("0.7.0.*")]
35-
[assembly: AssemblyFileVersion("0.7.0.0")]
34+
[assembly: AssemblyVersion("0.8.0.*")]
35+
[assembly: AssemblyFileVersion("0.8.0.0")]
3636

3737
[assembly: CLSCompliant(false)]

PcapDotNet/src/PcapDotNet.Core.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("0.7.0.*")]
34-
[assembly: AssemblyFileVersion("0.7.0.0")]
33+
[assembly: AssemblyVersion("0.8.0.*")]
34+
[assembly: AssemblyFileVersion("0.8.0.0")]

PcapDotNet/src/PcapDotNet.Core/Properties/AssemblyInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ using namespace System::Security::Permissions;
2929
// You can specify all the value or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
3131

32-
[assembly:AssemblyVersionAttribute("0.7.0.*")];
33-
[assembly:AssemblyFileVersionAttribute("0.7.0.0")]
32+
[assembly:AssemblyVersionAttribute("0.8.0.*")];
33+
[assembly:AssemblyFileVersionAttribute("0.8.0.0")]
3434

3535
[assembly:ComVisible(false)];
3636

PcapDotNet/src/PcapDotNet.Packets.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("0.7.0.*")]
34-
[assembly: AssemblyFileVersion("0.7.0.0")]
33+
[assembly: AssemblyVersion("0.8.0.*")]
34+
[assembly: AssemblyFileVersion("0.8.0.0")]

PcapDotNet/src/PcapDotNet.Packets.TestUtils/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("0.7.0.*")]
34-
[assembly: AssemblyFileVersion("0.7.0.0")]
33+
[assembly: AssemblyVersion("0.8.0.*")]
34+
[assembly: AssemblyFileVersion("0.8.0.0")]

PcapDotNet/src/PcapDotNet.Packets/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("0.7.0.*")]
35-
[assembly: AssemblyFileVersion("0.7.0.0")]
34+
[assembly: AssemblyVersion("0.8.0.*")]
35+
[assembly: AssemblyFileVersion("0.8.0.0")]
3636

3737
[assembly:CLSCompliant(false)]

0 commit comments

Comments
 (0)