File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 34
34
<RepositoryType >git</RepositoryType >
35
35
<AssemblyVersion >4.0.0.0</AssemblyVersion >
36
36
<FileVersion >4.0.0.0</FileVersion >
37
+ <PackageReleaseNotes >- Support snupkg
38
+ - Update dependency to lastest NLog
39
+ - Package improvements</PackageReleaseNotes >
37
40
</PropertyGroup >
38
41
<ItemGroup >
39
42
<PackageReference Include =" NLog" Version =" 4.6.5" />
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ artifacts:
25
25
- path : ' **\NLog.*.nupkg'
26
26
- path : ' **\NLog.*.snupkg'
27
27
28
- # deploy:
29
- # - provider: NuGet
30
- # api_key:
31
- # secure: DtVDH1ZfIR8E2oDLeSPxfn0WFXw3MCv4WhLkkQQl9LfEHswb5sdxdCYodNKhrKik
32
- # on:
33
- # branch: master
28
+ deploy :
29
+ - provider : NuGet
30
+ api_key :
31
+ secure : DtVDH1ZfIR8E2oDLeSPxfn0WFXw3MCv4WhLkkQQl9LfEHswb5sdxdCYodNKhrKik
32
+ on :
33
+ branch : master
You can’t perform that action at this time.
0 commit comments