Skip to content

Commit 15f43af

Browse files
committed
add version props
1 parent d194181 commit 15f43af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Directory.Version.props

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<VersionPrefix>1.0.0</VersionPrefix>
4+
</PropertyGroup>
5+
</Project>

src/Seq.Input.RabbitMQ/Seq.Input.RabbitMQ.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<VersionPrefix>1.0.0</VersionPrefix>
54
<Description>Ingest events into Seq directly from RabbitMQ</Description>
65
<Authors>Datalust and Contributors</Authors>
76
<PackageTags>seq-app</PackageTags>

0 commit comments

Comments
 (0)