diff --git a/.gitignore b/.gitignore index 4d13c54..8d9a891 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/appveyor.yml b/appveyor.yml index 48104ae..d2f41a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # main branch -version: 1.0.{build} +version: 1.3.{build} clone_depth: 15 image: Visual Studio 2019