diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 872f123..59eea62 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -15,7 +15,7 @@
icon.png
https://github.com/hardcodet/wpf-notifyicon
git
- hhttp://www.hardcodet.net/projects/wpf-notifyicon
+ http://www.hardcodet.net/projects/wpf-notifyicon
CPOL-1.02
false
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
diff --git a/src/version.json b/src/version.json
index 136b067..13265ca 100644
--- a/src/version.json
+++ b/src/version.json
@@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.0",
"publicReleaseRefSpec": [
- ".*/master$"
+ ".*/release$"
],
"nugetPackageVersion": {
"semVer": 2