From c93a3d66c9770b1aa65254e460f31efad49e82b7 Mon Sep 17 00:00:00 2001 From: Kyle Crowder <68043041+KyleC69@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:45:32 -0700 Subject: [PATCH] Enhance versioning and packaging configuration; add release notes and webroot index file --- Directory.Build.props | 8 ++++++-- src/MarkdownViewer.Wpf/MarkdownViewer.Wpf.csproj | 1 + webroot/index.html | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 webroot/index.html 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