Skip to content

Commit

Permalink
移除异常类 UnknownTransactionPreparationException
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaroad committed Apr 27, 2020
1 parent 0dd913f commit d2abde5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 31 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ dotnet add package Eventual2PC

## 发布历史

### 1.0.2(2020/4/28)

- 移除异常类 `UnknownTransactionPreparationException`

### 1.0.1(2020/4/27)

- 移除 `TransactionParticipantInfo` 的方法 `ValidateParticipantMustNotExists`,是否抛出异常,由使用方决定
Expand Down
4 changes: 2 additions & 2 deletions src/Eventual2PC/Eventual2PC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<RepositoryUrl>https://github.com/berkaroad/Eventual2PC</RepositoryUrl>
<Authors>Jerry Bai</Authors>
<PackageId>Eventual2PC</PackageId>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Title>Eventual2PC</Title>
<Description>最终一致性二阶段提交范式,简化多聚合根之间交互事务的实现。</Description>
<PackageTags>2pc eventual transaction processmanager saga eda</PackageTags>
<PackageReleaseNotes>移除 `TransactionParticipantInfo` 的方法 `ValidateParticipantMustNotExists`,是否抛出异常,由使用方决定。
<PackageReleaseNotes>移除异常类 `UnknownTransactionPreparationException`
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
29 changes: 0 additions & 29 deletions src/Eventual2PC/UnknownTransactionPreparationException.cs

This file was deleted.

0 comments on commit d2abde5

Please sign in to comment.