Skip to content

Commit

Permalink
添加nuget包图标
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaroad committed Apr 29, 2020
1 parent 991566b commit 762a14c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file removed nuget.ico
Binary file not shown.
Binary file added package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/Eventual2PC/Eventual2PC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/berkaroad/Eventual2PC</PackageProjectUrl>
<RepositoryUrl>https://github.com/berkaroad/Eventual2PC</RepositoryUrl>
Expand All @@ -13,11 +12,19 @@
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0</AssemblyVersion>
<Title>Eventual2PC</Title>
<PackageIcon>_content\package.png</PackageIcon>
<IncludeContentInPack>true</IncludeContentInPack>
<ContentTargetFolders>_content</ContentTargetFolders>
<Description>最终一致性二阶段提交范式,简化多聚合根之间交互事务的实现。</Description>
<Summary>最终一致性二阶段提交范式,简化多聚合根之间交互事务的实现。</Summary>
<PackageTags>2pc eventual transaction processmanager saga eda cqrs</PackageTags>
<PackageReleaseNotes>1)`ITransactionInitiator`接口增加属性 `CurrentTransactionId`、`CurrentTransactionType`
2)增加事务流转过程中产生的 `Command` 的接口定义
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\package.png">
<Link>_content\package.png</Link>
</Content>
</ItemGroup>
</Project>

0 comments on commit 762a14c

Please sign in to comment.