File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11create :
22 include-footer : true
33 footer-heading : Where to get it
4- footer-content : You can download this release from [GitHub](https://github.com/sharparchitecture/Sharp-Architecture/releases/{milestone}
4+ footer-content : You can download this release from [GitHub](https://github.com/sharparchitecture/Sharp-Architecture/releases/{milestone})
55 footer-includes-milestone : true
66 milestone-replace-text : ' {milestone}'
77# export:
Original file line number Diff line number Diff line change 44| | Stable | Develop |
55| :--:| :--:| :--:|
66| Build | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/q90e3hg7g3wgf79p/branch/master?svg=true )] ( https://ci.appveyor.com/project/sharparchitecture/sharp-architecture/branch/master ) | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/q90e3hg7g3wgf79p?svg=true )] ( https://ci.appveyor.com/project/sharparchitecture/sharp-architecture ) |
7- | NuGet | [ ![ NuGet] ( https://img.shields.io/nuget/v/Sharp-Architecture. svg )] ( https://www.nuget.org/packages?q=SharpArch ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/Sharp-Architecture .svg )] ( https://www.nuget.org/packages?q=SharpArch ) |
7+ | NuGet | [ ![ NuGet] ( https://img.shields.io/nuget/v/SharpArch.Domain. svg )] ( https://www.nuget.org/packages?q=SharpArch ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/SharpArch.Domain .svg )] ( https://www.nuget.org/packages?q=SharpArch ) |
88| Coverage | [ ![ Coverage Status] ( https://coveralls.io/repos/github/sharparchitecture/Sharp-Architecture/badge.svg?branch=master )] ( https://coveralls.io/github/sharparchitecture/Sharp-Architecture?branch=master ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/sharparchitecture/Sharp-Architecture/badge.svg?branch=develop )] ( https://coveralls.io/github/sharparchitecture/Sharp-Architecture?branch=develop ) |
99
1010
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ Task("CreateNugetPackages")
316316 if ( isTagged ) {
317317 var releaseNotes = $ "https://github.com/{ repoOwner } /{ repoName } /releases/tag/{ milestone } ";
318318 Information ( "Updating ReleaseNotes Link: {0}" , releaseNotes ) ;
319- XmlPoke ( $ " { srcDir } /Directory.Build.props",
319+ XmlPoke ( ". /Directory.Build.props",
320320 "/Project/PropertyGroup[@Label=\" Package\" ]/PackageReleaseNotes" ,
321321 releaseNotes
322322 ) ;
You can’t perform that action at this time.
0 commit comments