Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit bdd47fd

Browse files
authored
Bump version number (1.0) before merging [Skip CI]
1 parent 3f24879 commit bdd47fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{build}'
22
image: Visual Studio 2017
33
build_script:
4-
- ps: ./Build.ps1 -majorMinor "0.1" -patch "$env:APPVEYOR_BUILD_VERSION" -customLogger "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
4+
- ps: ./Build.ps1 -majorMinor "1.0" -patch "$env:APPVEYOR_BUILD_VERSION" -customLogger "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
55
artifacts:
66
- path: SerilogWeb.*.nupkg
77
deploy:

0 commit comments

Comments
 (0)