Skip to content

Commit c289d93

Browse files
committed
Version 1.4.0, patch csproj file
1 parent 9887b40 commit c289d93

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

appveyor.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
version: 1.3.0.{build}
1+
version: 1.4.0.{build}
22
image: Visual Studio 2019
33
configuration: Release
4-
assembly_info:
4+
dotnet_csproj:
55
patch: true
6-
file: '**\AssemblyInfo.*'
6+
file: '**\*.csproj'
7+
version: '{version}'
8+
package_version: 1.4.0
79
assembly_version: '{version}'
8-
assembly_file_version: '{version}'
9-
assembly_informational_version: '{version}'
10+
file_version: '{version}'
11+
informational_version: '{version}'
1012
before_build:
1113
- ps: nuget restore RoslynAnalyzers.sln
1214
build:

0 commit comments

Comments
 (0)