-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPiPStream.nuspec
More file actions
31 lines (31 loc) · 1.43 KB
/
PiPStream.nuspec
File metadata and controls
31 lines (31 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>PiPStream</id>
<version>2.0.3</version>
<title>PiPStream</title>
<authors>zanzikahn</authors>
<owners>zanzikahn</owners>
<description>Multi-Platform Picture-in-Picture streaming viewer for gaming</description>
<releaseNotes>
v2.0.3:
- Rebranded to PiPStream with custom icon
- Auto-update support via Clowd.Squirrel
- Fixed WebView2 initialization error
- Performance optimizations (reduced FPS impact from 20-30 to 5-10)
- Support for 7 streaming platforms
- Help menu with update checker and About dialog
</releaseNotes>
<summary>Watch streaming services while gaming with always-on-top PiP window</summary>
<language>en-US</language>
<projectUrl>https://github.com/zanzikahn/PiPStream</projectUrl>
<iconUrl>https://raw.githubusercontent.com/zanzikahn/PiPStream/main/Assets/Icon/PiPStream_Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/zanzikahn/PiPStream/blob/main/LICENSE</licenseUrl>
<copyright>Copyright 2025</copyright>
<tags>pip picture-in-picture streaming gaming overlay crunchyroll netflix youtube twitch</tags>
</metadata>
<files>
<file src="bin\Release\net8.0-windows\win-x64\publish\**\*" target="lib\net8.0-windows" />
</files>
</package>