forked from charltonkao/choco-amazon-workspaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathamazon-workspaces.nuspec
More file actions
27 lines (26 loc) · 1.83 KB
/
Copy pathamazon-workspaces.nuspec
File metadata and controls
27 lines (26 loc) · 1.83 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
<?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>3.0.10</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://rawcdn.githack.com/virtualex-itv/choco-amazon-workspaces/9a1565b5902f5691d4f7c92aa06f295f59e7f134/_icon/workspaces.png</iconUrl>
<copyright>Copyright © 2020, 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.
Please see the [**README**](https://github.com/virtualex-itv/choco-amazon-workspaces) for chocolatey-test-environment installation.</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>