-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathamazon-workspaces.nuspec
25 lines (25 loc) · 1.67 KB
/
amazon-workspaces.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>amazon-workspaces</id>
<version>2.5.7</version>
<packageSourceUrl>https://github.com/virtualex-itv/choco-amazon-workspaces/tree/master/</packageSourceUrl>
<owners>virtualex</owners>
<title>Amazon Workspaces</title>
<authors>Amazon Web Services, Inc.</authors>
<projectUrl>https://clients.amazonworkspaces.com/</projectUrl>
<iconUrl>https://cdn.staticaly.com/gh/virtualex-itv/choco-amazon-workspaces/c9015b73/_icon/workspaces.png</iconUrl>
<copyright>Copyright © 2019, Amazon Web Services, Inc.</copyright>
<licenseUrl>https://aws.amazon.com/terms/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://docs.aws.amazon.com/workspaces/latest/userguide/amazon-workspaces-clients.html</docsUrl>
<tags>amazon workspaces aws</tags>
<summary>Amazon WorkSpaces plays nice with everyone. Access your personal Windows environment on Android, iOS, Fire, Mac, PC and Chromebook devices.</summary>
<description>Amazon WorkSpaces plays nice with everyone. Access your personal Windows environment on Android, iOS, Fire, Mac, PC and Chromebook devices.</description>
<releaseNotes>https://docs.aws.amazon.com/workspaces/latest/userguide/amazon-workspaces-windows-client.html#windows-release-notes</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>