From b021bded67aec6f56a91698afd3d021a90ade5ae Mon Sep 17 00:00:00 2001 From: ShrlAlgo <903524121@qq.com> Date: Thu, 4 Sep 2025 14:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnuget=20dll=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevitGen/RevitGen.csproj | 17 ++++++++++++++--- RevitGen/build/RevitGen.targets | 13 +++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 RevitGen/build/RevitGen.targets diff --git a/RevitGen/RevitGen.csproj b/RevitGen/RevitGen.csproj index aedd46b..f22ca94 100644 --- a/RevitGen/RevitGen.csproj +++ b/RevitGen/RevitGen.csproj @@ -4,8 +4,11 @@ netstandard2.0 RevitGen - 1.0.0 + 1.0.1 ShrlAlgo + https://www.shrlalgo.cn/ + https://github.com/ShrlAlgo/RevitGen + git README.md LICENSE A powerful source generator to accelerate Revit add-in development. @@ -24,8 +27,11 @@ - - + + + + + + + $(MSBuildThisFileDirectory)..\lib\netstandard2.0\RevitGen.Common.dll + all + + + \ No newline at end of file