Skip to content

Commit

Permalink
update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaotianff committed Sep 21, 2023
1 parent 2c5d5a4 commit e54681e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nuget/BlurWindow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>BlurWindow</id>
<title>BlurWindow</title>
<version>6.1.0</version>
<version>7.0.0</version>
<authors>ZTI</authors>
<projectUrl>https://github.com/TianXiaTech/BlurWindow</projectUrl>
<icon>icon.png</icon>
Expand All @@ -21,6 +21,7 @@ Features:
- enable/disable context menu
- control box visibility
- content span
- blur background
</description>
<releaseNotes>Add ContentSpan</releaseNotes>
<copyright>Copyright ©2023 ZTI</copyright>
Expand Down
7 changes: 6 additions & 1 deletion nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,17 @@ Specify background transparency
CloseVisibility = Visibility.Collapsed
```

## New feature
**ContentSpan**
```
ContentSpan="true"
```

## New feature
**IsBlurBackground**
```
IsBlurBackground="true"
```

## License

[MIT License](LICENSE).
Expand Down
Binary file modified nuget/lib/net45/BlurWindow.dll
Binary file not shown.
Binary file modified nuget/lib/netcoreapp3.1/BlurWindow.dll
Binary file not shown.

0 comments on commit e54681e

Please sign in to comment.