Skip to content

Commit 8e23d7e

Browse files
Burgynclaude
andcommitted
Remove hardcoded Version from TeaPie.csproj to inherit from Directory.Build.props
The csproj had Version set to 1.5.2 which overrode the 1.6.0 defined in src/Directory.Build.props, causing NuGet to publish the wrong version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 474b66a commit 8e23d7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/TeaPie/TeaPie.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
<PropertyGroup>
1111
<OutputType>Library</OutputType>
12-
<Version>1.5.2</Version>
1312
</PropertyGroup>
1413

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

0 commit comments

Comments
 (0)