Skip to content

Commit 8ea031d

Browse files
committed
added appveyor dotnet csproj patching
1 parent 032489e commit 8ea031d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,22 @@ init:
2424
Update-AppveyorBuild -Version "$ver-$commit"
2525
}
2626
27+
#version patching
2728
assembly_info:
2829
file: src\SharedAssemblyInfo.cs
2930
patch: true
3031
assembly_version: '{version}'
3132
assembly_file_version: '{version}'
3233
assembly_informational_version: $(APPVEYOR_BUILD_VERSION)
34+
dotnet_csproj:
35+
patch: true
36+
file: '**\*.csproj'
37+
version: '{version}'
38+
package_version: '{version}'
39+
assembly_version: '{version}'
40+
file_version: '{version}'
41+
informational_version: '{version}'
42+
3343

3444
environment:
3545
matrix:

0 commit comments

Comments
 (0)