Skip to content

Commit a666e95

Browse files
Bump version
1 parent ac166ba commit a666e95

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Examples/Glyph11.Example/Glyph11.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<!-- In a real app this is: <PackageReference Include="Glyph11" Version="0.3.5" /> -->
13+
<!-- In a real app this is: <PackageReference Include="Glyph11" Version="0.3.6" /> -->
1414
<ProjectReference Include="..\..\src\Glyph11\Glyph11.csproj" />
1515
</ItemGroup>
1616

src/Glyph11/Glyph11.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Description>Dependency free, low allocation HTTP/1.1 parser for C#.</Description>
88
<PackageTags>C# HTTP Protocol Parser</PackageTags>
99

10-
<AssemblyVersion>0.3.5.0</AssemblyVersion>
11-
<FileVersion>0.3.5.0</FileVersion>
12-
<Version>0.3.5</Version>
10+
<AssemblyVersion>0.3.6.0</AssemblyVersion>
11+
<FileVersion>0.3.6.0</FileVersion>
12+
<Version>0.3.6</Version>
1313

1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515

0 commit comments

Comments
 (0)