Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Aug 24, 2023
1 parent 6416b32 commit 44e4829
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ricaun.HelixToolkit.Wpf.Revit

[![Revit 2017](https://img.shields.io/badge/Revit-2017+-blue.svg)](../..)
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](../..)
[![Revit 2017](https://img.shields.io/badge/Revit-2017+-blue.svg)](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf.Revit)
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf.Revit)
[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build](../../actions/workflows/Build.yml/badge.svg)](../../actions)
[![Build](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf.Revit/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf.Revit/actions)

## Install

Expand All @@ -13,7 +13,7 @@ Install the package from [ricaun.HelixToolkit.Wpf.Revit](https://www.nuget.org/p
<PackageReference Include="ricaun.HelixToolkit.Wpf.Revit" Version="*" />
```

This package depends on [ricaun.HelixToolkit.Wpf](https://www.nuget.org/packages/ricaun.HelixToolkit.Wpf/).
This package depends on [ricaun.HelixToolkit.Wpf](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf).
```xml
<PackageReference Include="ricaun.HelixToolkit.Wpf" Version="*" />
```
Expand Down Expand Up @@ -70,12 +70,12 @@ previewWindow.Camera(lookDirection, upDirection);

## Release

* [Latest release](../../releases/latest)
* [Latest release](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf.Revit/releases/latest)

## License

This project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License).

---

Do you like this project? Please [star this project on GitHub](../../stargazers)!
Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.HelixToolkit.Wpf.Revit/stargazers)!
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- Release -->
<PropertyGroup Condition="!$(Configuration.Contains('Debug'))">
<Optimize>true</Optimize>
<OutputPath>bin\Release\$(RevitVersion)</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>REVIT$(RevitVersion)</DefineConstants>
<NoWarn>MSB3052</NoWarn>
<DebugType>None</DebugType>
Expand Down

0 comments on commit 44e4829

Please sign in to comment.