-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nuspec
More file actions
34 lines (33 loc) · 1.36 KB
/
package.nuspec
File metadata and controls
34 lines (33 loc) · 1.36 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
32
33
34
<?xml version="1.0"?>
<package>
<metadata>
<!--*-->
<id>BlueByte.SOLIDWORKS.PDMProfessional.Extensions</id>
<!--*-->
<version>2021.0.43</version>
<title>BlueByte.SOLIDWORKS.PDMProfessional.Extensions</title>
<!--*-->
<authors>Blue Byte Systems Inc.</authors>
<owners>Blue Byte Systems Inc.</owners>
<projectUrl>https://github.com/BlueByteSystemsInc/PDMProfessionalExtensions</projectUrl>
<repository type="git" url="https://github.com/BlueByteSystemsInc/PDMProfessionalExtensions" />
<!--
<licenseUrl></licenseUrl>
<projectUrl></projectUrl>
-->
<licenseUrl>https://github.com/BlueByteSystemsInc/PDMProfessionalExtensions/blob/master/LICENSE.md</licenseUrl>
<iconUrl>https://secureservercdn.net/198.71.233.189/530.de9.myftpupload.com/wp-content/uploads/2019/03/cropped-logo-6.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<!--*-->
<description>Extensions methods for SOLIDWORKS PDM Professional API.</description>
<!--*-->
<releaseNotes>Extensions methods for SOLIDWORKS PDM Professional API.</releaseNotes>
<copyright>Blue Byte Systems, Inc</copyright>
<tags>solidworks, solidworks pdm professional, solidworks pdm, extensions</tags>
<dependencies>
<!--
<dependency id="SampleDependency" version="1.0" />
-->
</dependencies>
</metadata>
</package>