Skip to content

Commit ba75fe2

Browse files
Update version and change appveyor.
1 parent 73a05cb commit ba75fe2

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

Class Library/ActiveUp.Net/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("2.0.2.*")]
34-
[assembly: AssemblyFileVersion("2.0.2.0")]
33+
[assembly: AssemblyVersion("2.1.0.*")]
34+
[assembly: AssemblyFileVersion("2.1.0.0")]

appveyor.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
version: 2.1.{build}
2-
configuration: Release
2+
init:
3+
- cmd: git config --global core.autocrlf true
34
assembly_info:
45
patch: true
56
file: AssemblyInfo.*
67
assembly_version: "2.1.{build}"
78
assembly_file_version: "{version}"
89
assembly_informational_version: "{version}"
9-
nuget:
10-
account_feed: true
11-
project_feed: true
1210
before_build:
1311
- ps: nuget restore
1412
build:
@@ -18,23 +16,19 @@ build:
1816
include_nuget_references: true
1917
verbosity: minimal
2018
artifacts:
21-
# pushing all *.nupkg files in directory
22-
- path: '**\*.nupkg'
23-
name: NuGet
24-
- path: '**\*.dll'
25-
name: ActiveUp
19+
- path: '**\*.nupkg'
20+
- path: '**\*.dll'
2621
deploy:
2722
- provider: NuGet
2823
api_key:
2924
secure: ubOtyPLGDRR2As2YTkLUUN8cjmV66GWheJaDWf52o133MIi4Qe3nw0pUDjBkQCA2
30-
skip_symbols: false
3125
artifact: /.*\.nupkg/
3226
notifications:
3327
- provider: Email
3428
to:
3529
3630
subject: FAIL - Build MailSystem.NET - Oficial
37-
message: Fail process build to lib MailSystem.net (https://github.com/reinaldocoelho/MailSystem.NET).
31+
message: Fail process build to lib MailSystem.net(https://github.com/reinaldocoelho/MailSystem.NET).
3832
on_build_success: false
3933
on_build_failure: true
4034
on_build_status_changed: false

0 commit comments

Comments
 (0)