From e83e2087182a8f6a100f88994541f2843172e03e Mon Sep 17 00:00:00 2001 From: Amen Jlili Date: Wed, 1 May 2024 23:38:37 -0700 Subject: [PATCH] Update README.md --- README.md | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index a8baf8e..c1af837 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,30 @@ -# .NET framework Library for SOLIDWORKS PDM Professional -A produtivity framework to improve the development of : - - SOLIDWORKS PDM add-ins - - SOLIDWORKS PDM task add-ins +# PDMSDK is .NET Library for SOLIDWORKS PDM Pro - -# Nuget +>[!TIP] +>We have a new documentation page that contains a step-by-step guide on getting started as well as extensive API reference. It is accessible [here](https://bluebytesystemsinc.github.io/SOLIDWORKS-PDM-API-SDK/docs/getting-started.html). -Install the latest version [here](https://www.nuget.org/packages/BlueByte.SOLIDWORKS.PDMProfessional.SDK). +### What can I Do with PDMSDK? -Command-line: +With PDM SDK, you can develop: -```Install-Package BlueByte.SOLIDWORKS.PDMProfessional.PDMSDK``` - -# Sample add-in - -TestAddIn folder contains a sample copy to clipboard addin. + - SOLIDWORKS PDM add-ins + - SOLIDWORKS PDM task add-ins -# VS Template +### VS Template Get it from [here](https://marketplace.visualstudio.com/items?itemName=BlueByteSystemsInc.ID). + +### Nuget [![NuGet version (BlueByte.SOLIDWORKS.PDMProfessional.SDK)](https://img.shields.io/nuget/v/BlueByte.SOLIDWORKS.PDMProfessional.SDK.svg?style=flat-square)](https://www.nuget.org/packages/BlueByte.SOLIDWORKS.PDMProfessional.SDK) -# Documentation - -Will be built with castle sand. Please also check our [YouTube channel](https://www.youtube.com/c/bluebytesystemsinc). - - -# Examples -Check the Examples folder: -- QRCode add-in +Command-line: -# Support - You can start a ticket on this repo. Best way to get an answer is to ask a question at [cadoverflow.com](https://www.cadoverflow.com) under the PDMFramework group. +```Install-Package BlueByte.SOLIDWORKS.PDMProfessional.PDMSDK``` +### Sample add-in +TestAddIn folder contains a sample copy to clipboard addin. -# Copyright -See LICENSE.md +### Support + You can start a ticket on this repo. The best way to get an answer is to ask a question at [cadoverflow.com](https://www.cadoverflow.com) under the PDMFramework group.