Skip to content

Commit

Permalink
Merge pull request #812 from RayWangQvQ/fix/null-refer-error
Browse files Browse the repository at this point in the history
Fix null refer error
  • Loading branch information
RayWangQvQ authored Dec 24, 2024
2 parents 760aab5 + 6417962 commit 76245ca
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 545 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.1.3
- Code refactory
## 2.1.2
- Feature: enhancement CICD scripts
- Fix[#728]: compatible with qinglong history versions
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Authors>Ray</Authors>
<Version>2.1.2</Version>
<Version>2.1.3</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
</PropertyGroup>
</Project>
Loading

0 comments on commit 76245ca

Please sign in to comment.