Skip to content

Commit

Permalink
Updated PackageContents.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamenagy committed May 5, 2015
1 parent 7626784 commit 7b1e232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PackageContents.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Fusion360" Name="Parameter I/O Plugin for Fusion 360" Description="Exports sketch to DXF and converts splines to polylines in it" AppVersion="1.0.0" FriendlyVersion="1.0.0" ProductType="Application" SupportedLocales="Enu" AppNameSpace="appstore.exchange.autodesk.com" Author="Autodesk" ProductCode="{b3b4e577-b7c4-4a54-a7a8-10eaa851a95a}" UpgradeCode="{2151ff4a-cc6e-4519-b4a5-c64ec2523e37}" OnlineDocumentation="https://rawgit.com/AutodeskFusion360/DXFSplineToPolyline_Python/master/helpfile.html">
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Fusion360" Name="Parameter I/O Plugin for Fusion 360" Description="Enables users to import/update parameters from or export them to a CSV file" AppVersion="1.0.0" FriendlyVersion="1.0.0" ProductType="Application" SupportedLocales="Enu" AppNameSpace="appstore.exchange.autodesk.com" Author="Autodesk" ProductCode="{f310f5c2-c9d5-4f5e-a913-f0499c21a0a5}" UpgradeCode="{cee71e47-b1f5-4a3b-a564-70a8c96d0921}" OnlineDocumentation="https://rawgit.com/AutodeskFusion360/ParameterIO_Python/master/helpfile.html">
<CompanyDetails Name="Autodesk" Email="fusion.apps@autodesk.com" Url="www.autodesk.com" />
<RuntimeRequirements OS="Win64|MacOS" Platform="Fusion360" />
<Components>
<RuntimeRequirements OS="Win64|MacOS" Platform="Fusion360" SeriesMin="2.0.1482" />
<ComponentEntry AppName="Parameter I/O Plugin for Fusion 360" Version="1.0.0" ModuleName="./Contents/ParameterIO.manifest" AppDescription="Exports sketch to DXF and converts splines to polylines in it" />
<ComponentEntry AppName="Parameter I/O Plugin for Fusion 360" Version="1.0.0" ModuleName="./Contents/ParameterIO.py" AppDescription="Exports sketch to DXF and converts splines to polylines in it" />
<ComponentEntry AppName="Parameter I/O Plugin for Fusion 360" Version="1.0.0" ModuleName="./Contents/ParameterIO.manifest" AppDescription="Enables users to import/update parameters from or export them to a CSV file" />
<ComponentEntry AppName="Parameter I/O Plugin for Fusion 360" Version="1.0.0" ModuleName="./Contents/ParameterIO.py" AppDescription="Enables users to import/update parameters from or export them to a CSV file" />
</Components>
</ApplicationPackage>

0 comments on commit 7b1e232

Please sign in to comment.