Skip to content

Commit

Permalink
Add ReadMe, NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 26, 2021
1 parent 43aa7cc commit fb05729
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Binary file added Nuget/ChuongmepRevitAPI.1.0.0.nupkg
Binary file not shown.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# RevitAPI-Nuget
RevitAPI Framework Support Full Version

### NuGet packages

```
Install-Package Chuongmep.RevitAPI -Version 1.0.0
```

### .NET CLI

```
dotnet add package Chuongmep.RevitAPI --version 1.0.0
```
### PackageReference

For projects that support PackageReference, copy this XML node into the project file to reference the package.

```
<PackageReference Include="Chuongmep.RevitAPI" Version="1.0.0" />
```

### Paket CLI

```
paket add Chuongmep.RevitAPI --version 1.0.0
```

The NuGet Team does not provide support for this client. Please contact its maintainers for support.

### F# Interactive

```
#r "nuget: Chuongmep.RevitAPI, 1.0.0"
```

0 comments on commit fb05729

Please sign in to comment.