We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d194181 commit 15f43afCopy full SHA for 15f43af
Directory.Version.props
@@ -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,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
- <VersionPrefix>1.0.0</VersionPrefix>
<Description>Ingest events into Seq directly from RabbitMQ</Description>
6
<Authors>Datalust and Contributors</Authors>
7
<PackageTags>seq-app</PackageTags>
0 commit comments