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 a4255d0 commit 57a793dCopy full SHA for 57a793d
src/Insurello.RabbitMqClient/Insurello.RabbitMqClient.fsproj
@@ -9,8 +9,15 @@
9
<RepositoryType>git</RepositoryType>
10
<RepositoryUrl>https://github.com/insurello/Insurello.RabbitMqClient</RepositoryUrl>
11
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
13
+ <IncludeSymbols>true</IncludeSymbols>
14
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
15
</PropertyGroup>
16
17
+ <ItemGroup>
18
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
19
+ </ItemGroup>
20
+
21
<ItemGroup>
22
<Compile Include="MqClient.fs" />
23
</ItemGroup>
0 commit comments