Skip to content

Commit

Permalink
Merge pull request #102 from nblumhardt/fix-versioning
Browse files Browse the repository at this point in the history
Oops - typo in dev version prefix
  • Loading branch information
nblumhardt authored Aug 26, 2021
2 parents 815024f + 3362e2c commit 88447b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Seq.Api/Seq.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Client library for the Seq HTTP API.</Description>
<VersionPrefix>2020.3.0</VersionPrefix>
<VersionPrefix>2021.3.0</VersionPrefix>
<Authors>Datalust;Contributors</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 88447b3

Please sign in to comment.