Skip to content

Commit 730f1d3

Browse files
committed
update AssemblyVersion and FileVersion to use JsonDiffPatchPackageVersion
1 parent db7fdd0 commit 730f1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<PropertyGroup>
2929
<Version>$(JsonDiffPatchPackageVersion)</Version>
30-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
31-
<FileVersion>1.0.0.0</FileVersion>
30+
<AssemblyVersion>$(JsonDiffPatchPackageVersion).0</AssemblyVersion>
31+
<FileVersion>$(JsonDiffPatchPackageVersion).0</FileVersion>
3232
</PropertyGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)