Skip to content

Commit d7d32d8

Browse files
author
vicwjb
committed
fix: 由于浩辰总是崩溃,暂时屏蔽浩辰的打包,保留浩辰的项目。后续等2027如果修复api了,就直接支持2027。
1 parent f01e9b2 commit d7d32d8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<!--版本号和提示-->
33
<PropertyGroup>
4-
<Version>0.9.9</Version>
5-
<PackageReleaseNotes>增加浩辰cad的支持</PackageReleaseNotes>
4+
<Version>0.9.9.1</Version>
5+
<PackageReleaseNotes>暂时屏蔽浩辰的打包,保留浩辰的项目</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/IFoxCAD.GstarCad/IFoxCAD.GstarCad.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageId>IFox.CAD.GCAD</PackageId>
88
<Title>IFox.CAD.GCAD</Title>
99
<Product>IFox.CAD.GCAD</Product>
10+
<IsPackable>false</IsPackable>
1011
</PropertyGroup>
1112

1213
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)