Skip to content

Commit

Permalink
1.1.0 Released!
Browse files Browse the repository at this point in the history
  • Loading branch information
vipwan committed Sep 11, 2023
1 parent 0386ed8 commit 40330e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Biwen.EFCore.SoftDelete/Biwen.EFCore.SoftDelete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.1.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageProjectUrl>https://github.com/vipwan/Biwen.EFCore.SoftDelete</PackageProjectUrl>
<Authors>万雅虎</Authors>
Expand All @@ -18,7 +18,7 @@
<Copyright>MIT</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>EFCore;SoftDelete;netcore</PackageTags>
<PackageReleaseNotes>软删除扩展</PackageReleaseNotes>
<PackageReleaseNotes>提供强制删除扩展</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## NuGet 包

- dotnet add package Biwen.EFCore.SoftDelete --version 1.0.0
- dotnet add package Biwen.EFCore.SoftDelete --version 1.1.0


## 开发环境
Expand Down

0 comments on commit 40330e0

Please sign in to comment.