Skip to content

Commit b2b171b

Browse files
committed
更新解决方案
1 parent abb5706 commit b2b171b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeltaTrack/DeltaTrack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>disable</Nullable>
66
<RootNamespace>DeltaTrack</RootNamespace>
77
<PackageId>DeltaTrack</PackageId>
8-
<Version>1.0.6</Version>
8+
<Version>1.0.7</Version>
99
<Authors>XBlueC</Authors>
1010
<Description>Precise object change detection library - Generates code at compile time using Roslyn, automatically tracks property changes with zero intrusion, supports nested objects and collection monitoring.</Description>
1111
<PackageProjectUrl>https://github.com/XBlueC/DeltaTrack</PackageProjectUrl>
@@ -17,7 +17,7 @@
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<LangVersion>14</LangVersion>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
20-
<PackageIcon>packageIcon.png</PackageIcon>
20+
<!-- <PackageIcon>icon.png</PackageIcon>-->
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<None Include="../README.md" Pack="true" PackagePath="\"/>

0 commit comments

Comments
 (0)