Skip to content

Commit ffa9b67

Browse files
committed
Minor fixes
2 parents 923422c + 76110ef commit ffa9b67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

GitReleaseManager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)