diff --git a/Directory.Build.props b/Directory.Build.props index 43beb5c..78d6d24 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,10 +22,11 @@ 2.0.$(HoursSinceYearStart) - + 2.0.$(HoursSinceYearStart) 2.0.$(HoursSinceYearStart).1 2.0.1.$(HoursSinceYearStart) - \$(ProjectName)\bin\Debug + $(ProjectName)\bin\Release + True @@ -41,6 +42,9 @@ + + + diff --git a/src/MarkdownViewer.Wpf/MarkdownViewer.Wpf.csproj b/src/MarkdownViewer.Wpf/MarkdownViewer.Wpf.csproj index 58ae3ef..d7ab470 100644 --- a/src/MarkdownViewer.Wpf/MarkdownViewer.Wpf.csproj +++ b/src/MarkdownViewer.Wpf/MarkdownViewer.Wpf.csproj @@ -26,6 +26,7 @@ Kyle L. Crowder © 2026 app-icon.png README.md + See the GitHub repository for release notes. en diff --git a/webroot/index.html b/webroot/index.html new file mode 100644 index 0000000..2447ce7 --- /dev/null +++ b/webroot/index.html @@ -0,0 +1,3 @@ + +

Welcome to the Webroot!

+ \ No newline at end of file