We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd648 commit 5ea3667Copy full SHA for 5ea3667
src/Directory.Build.props
@@ -28,8 +28,8 @@
28
29
<PropertyGroup>
30
<Version>$(JsonDiffPatchPackageVersion)</Version>
31
- <AssemblyVersion>1.0.0.0</AssemblyVersion>
32
- <FileVersion>1.0.0.0</FileVersion>
+ <AssemblyVersion>$(JsonDiffPatchPackageVersion).0</AssemblyVersion>
+ <FileVersion>$(JsonDiffPatchPackageVersion).0</FileVersion>
33
</PropertyGroup>
34
35
<ItemGroup>
0 commit comments