We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f3eb1 commit 6963e73Copy full SHA for 6963e73
1 file changed
appveyor.yml
@@ -1,8 +1,9 @@
1
-version: 1.0.{build}
+version: 2.1.{build}
2
+configuration: Release
3
assembly_info:
4
patch: true
5
file: AssemblyInfo.*
- assembly_version: "1.0.{build}"
6
+ assembly_version: "2.1.{build}"
7
assembly_file_version: "{version}"
8
assembly_informational_version: "{version}"
9
nuget:
@@ -30,7 +31,7 @@ notifications:
30
31
to:
32
- [email protected]
33
subject: FAIL - Build MailSystem.NET - Oficial
- message: Fail to process build to CodePlex lib MailSystem.net(https://mailsystem.codeplex.com).
34
+ message: Fail process build to lib MailSystem.net (https://github.com/reinaldocoelho/MailSystem.NET).
35
on_build_success: false
36
on_build_failure: true
37
on_build_status_changed: false
0 commit comments