|
8 | 8 |
|
9 | 9 | <PropertyGroup> |
10 | 10 | <PackageVersion>$(PackageVersion)</PackageVersion> |
11 | | - <IsPackable>true</IsPackable> |
12 | | - <Authors>davidguida</Authors> |
13 | | - <Product>OpenSleigh.Transport.Kafka</Product> |
14 | | - <NeutralLanguage>en-US</NeutralLanguage> |
15 | | - <Title>OpenSleigh.Transport.Kafka</Title> |
16 | | - <PackageDescription>Kafka transport for OpenSleigh.</PackageDescription> |
17 | | - <Copyright>Copyright 2023</Copyright> |
18 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
19 | | - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
20 | | - <PackageTags>saga saga-pattern dotnet-core csharp message-queue message-bus saga-state-persistence message-transport kafka</PackageTags> |
21 | | - <PackageOutputPath>../../packages/</PackageOutputPath> |
22 | | - <RepositoryUrl>$(RepositoryUrl)</RepositoryUrl> |
23 | | - <PackageProjectUrl>$(PackageProjectUrl)</PackageProjectUrl> |
24 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
25 | | - <IncludeSymbols>true</IncludeSymbols> |
26 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
27 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
28 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
29 | | - </PropertyGroup> |
| 11 | + <IsPackable>true</IsPackable> |
| 12 | + <Authors>davidguida</Authors> |
| 13 | + <Product>OpenSleigh.Transport.Kafka</Product> |
| 14 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 15 | + <Title>OpenSleigh.Transport.Kafka</Title> |
| 16 | + <PackageDescription>Kafka transport for OpenSleigh.</PackageDescription> |
| 17 | + <Copyright>Copyright 2023</Copyright> |
| 18 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 19 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 20 | + <PackageTags>saga saga-pattern dotnet-core csharp message-queue message-bus saga-state-persistence message-transport kafka</PackageTags> |
| 21 | + <PackageOutputPath>../../packages/</PackageOutputPath> |
| 22 | + <RepositoryUrl>$(RepositoryUrl)</RepositoryUrl> |
| 23 | + <PackageProjectUrl>$(PackageProjectUrl)</PackageProjectUrl> |
| 24 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 25 | + <IncludeSymbols>true</IncludeSymbols> |
| 26 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 27 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 28 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 29 | + </PropertyGroup> |
30 | 30 |
|
31 | | - <ItemGroup> |
32 | | - <PackageReference Include="Confluent.Kafka" Version="2.13.0" /> |
33 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" /> |
34 | | - </ItemGroup> |
| 31 | + <ItemGroup> |
| 32 | + <PackageReference Include="Confluent.Kafka" Version="2.13.0" /> |
| 33 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" /> |
| 34 | + </ItemGroup> |
35 | 35 |
|
36 | 36 | <ItemGroup> |
37 | 37 | <ProjectReference Include="..\OpenSleigh\OpenSleigh.csproj" /> |
38 | 38 | </ItemGroup> |
39 | 39 |
|
40 | | - <ItemGroup> |
41 | | - <None Include="README.md" Pack="true" PackagePath="\"> |
42 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
43 | | - </None> |
44 | | - </ItemGroup> |
| 40 | + <ItemGroup> |
| 41 | + <None Include="README.md" Pack="true" PackagePath="\"> |
| 42 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 43 | + </None> |
| 44 | + </ItemGroup> |
45 | 45 |
|
46 | | - <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
47 | | - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
48 | | - </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
| 47 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 48 | + </PropertyGroup> |
49 | 49 | </Project> |
0 commit comments