We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12194f2 commit bdf2df1Copy full SHA for bdf2df1
2 files changed
nupkg.props
@@ -3,8 +3,6 @@
3
4
<PropertyGroup Condition="'$(Configuration)'=='Release'">
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
- <Version>1.0.140-preview3</Version>
7
- <Authors>Berrysoft</Authors>
8
</PropertyGroup>
9
10
<PropertyGroup>
target.props
@@ -11,4 +11,10 @@
11
<FileVersion>1.0.140.0</FileVersion>
12
13
14
+ <PropertyGroup>
15
+ <Version>1.0.140-preview3</Version>
16
+ <Authors>Berrysoft</Authors>
17
+ <Company>Berrysoft</Company>
18
+ </PropertyGroup>
19
+
20
</Project>
0 commit comments