File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public static class BinarySerializer
37
37
/// <summary>
38
38
/// Appends the header byte(s).
39
39
/// </summary>
40
- private static void AppendHeader ( this Stream stream , OsmGeo osmGeo )
40
+ public static void AppendHeader ( this Stream stream , OsmGeo osmGeo )
41
41
{
42
42
// build header containing type and nullable flags.
43
43
byte header = 1 ; // a node.
Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<AssemblyName >OsmSharp.IO.Binary</AssemblyName >
5
5
<PackageId >OsmSharp.IO.Binary</PackageId >
6
- <PackageVersion >0.3.0-pre002 </PackageVersion >
6
+ <PackageVersion >0.3.1-pre001 </PackageVersion >
7
7
<Title >OsmSharp.IO.Binary</Title >
8
8
<Authors >Ben Abelshausen</Authors >
9
9
<Description >A binary IO package for OsmSharp.</Description >
You can’t perform that action at this time.
0 commit comments