File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
3737 /// <summary>
3838 /// Appends the header byte(s).
3939 /// </summary>
40- private static void AppendHeader ( this Stream stream , OsmGeo osmGeo )
40+ public static void AppendHeader ( this Stream stream , OsmGeo osmGeo )
4141 {
4242 // build header containing type and nullable flags.
4343 byte header = 1 ; // a node.
Original file line number Diff line number Diff line change 33 <TargetFramework >netstandard2.0</TargetFramework >
44 <AssemblyName >OsmSharp.IO.Binary</AssemblyName >
55 <PackageId >OsmSharp.IO.Binary</PackageId >
6- <PackageVersion >0.3.0-pre002 </PackageVersion >
6+ <PackageVersion >0.3.1-pre001 </PackageVersion >
77 <Title >OsmSharp.IO.Binary</Title >
88 <Authors >Ben Abelshausen</Authors >
99 <Description >A binary IO package for OsmSharp.</Description >
You can’t perform that action at this time.
0 commit comments