Skip to content

Commit 184ce0c

Browse files
committed
Bump AssemblyNativeVersion to 100.1.6.1
- Was missing from #102. ***NO_CI***
1 parent 7825721 commit 184ce0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

System.IO.Ports/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// See LICENSE file in the project root for full license information.
33

44
using System.Reflection;
5-
using System.Runtime.CompilerServices;
65
using System.Runtime.InteropServices;
76

87
// General Information about an assembly is controlled through the following
@@ -15,7 +14,7 @@
1514

1615
////////////////////////////////////////////////////////////////
1716
// update this whenever the native assembly signature changes //
18-
[assembly: AssemblyNativeVersion("100.1.6.0")]
17+
[assembly: AssemblyNativeVersion("100.1.6.1")]
1918
////////////////////////////////////////////////////////////////
2019

2120
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)