Skip to content

Commit f9d3fb2

Browse files
authored
Remove -* from project.json version number
1 parent 32096b8 commit f9d3fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.Console/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-*",
2+
"version": "2.0.0",
33
"description": "The console sink for Serilog.",
44
"authors": [
55
"Serilog Contributors"
@@ -27,4 +27,4 @@
2727
}
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)