From 5da4b72723c1595328956247d778d6b772433390 Mon Sep 17 00:00:00 2001 From: Gigas002 Date: Sun, 8 Sep 2019 18:23:20 +0300 Subject: [PATCH] Release 1.0.0 --- Demo/Demo.csproj | 4 +- MaterialMessageBox-x64.nuspec | 26 +++ ...ox.nuspec => MaterialMessageBox-x86.nuspec | 8 +- MaterialMessageBox/MaterialMessageBox.csproj | 12 +- MaterialMessageBox/MaterialMessageBox.xml | 213 ++++++++++++++++++ README.md | 6 +- 6 files changed, 260 insertions(+), 9 deletions(-) create mode 100644 MaterialMessageBox-x64.nuspec rename MaterialMessageBox.nuspec => MaterialMessageBox-x86.nuspec (70%) create mode 100644 MaterialMessageBox/MaterialMessageBox.xml diff --git a/Demo/Demo.csproj b/Demo/Demo.csproj index 04efb79..b702ac2 100644 --- a/Demo/Demo.csproj +++ b/Demo/Demo.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.0 true - 1.0.0.112 - 1.0.0.112 + 1.0.0.114 + 1.0.0.114 AnyCPU;x64 Icon\icon.ico diff --git a/MaterialMessageBox-x64.nuspec b/MaterialMessageBox-x64.nuspec new file mode 100644 index 0000000..3d1c7b5 --- /dev/null +++ b/MaterialMessageBox-x64.nuspec @@ -0,0 +1,26 @@ + + + + MaterialMessageBox-x64 + 1.0.0 + MaterialMessageBox-x64 + Gigas002 + Gigas002 + false + http://www.wtfpl.net/ + https://github.com/Gigas002/MaterialMessageBox + Material Message Box for WPF apps. + Gigas002 + wpf messagebox materialdesign material-ui desktop + + + + + + + + + + + + \ No newline at end of file diff --git a/MaterialMessageBox.nuspec b/MaterialMessageBox-x86.nuspec similarity index 70% rename from MaterialMessageBox.nuspec rename to MaterialMessageBox-x86.nuspec index e71bcd5..035b28d 100644 --- a/MaterialMessageBox.nuspec +++ b/MaterialMessageBox-x86.nuspec @@ -1,9 +1,9 @@ - MaterialMessageBox + MaterialMessageBox-x86 1.0.0 - MaterialMessageBox x86 + MaterialMessageBox-x86 Gigas002 Gigas002 false @@ -20,7 +20,7 @@ - - + + \ No newline at end of file diff --git a/MaterialMessageBox/MaterialMessageBox.csproj b/MaterialMessageBox/MaterialMessageBox.csproj index 14d6ce8..0698803 100644 --- a/MaterialMessageBox/MaterialMessageBox.csproj +++ b/MaterialMessageBox/MaterialMessageBox.csproj @@ -4,12 +4,20 @@ netcoreapp3.0 true preview - 1.0.0.72 - 1.0.0.72 + 1.0.0.74 + 1.0.0.74 AnyCPU;x64 + + C:\Users\gigas\Documents\Visual Studio 2019\Projects\MaterialMessageBox\MaterialMessageBox\MaterialMessageBox.xml + + + + C:\Users\gigas\Documents\Visual Studio 2019\Projects\MaterialMessageBox\MaterialMessageBox\MaterialMessageBox.xml + + diff --git a/MaterialMessageBox/MaterialMessageBox.xml b/MaterialMessageBox/MaterialMessageBox.xml new file mode 100644 index 0000000..752e4f7 --- /dev/null +++ b/MaterialMessageBox/MaterialMessageBox.xml @@ -0,0 +1,213 @@ + + + + MaterialMessageBox + + + + + Interaction logic for MaterialMessageBoxUserControl.xaml + + + MaterialMessageBoxUserControl + + + + + OkButton/CancelButton result. + + + + + Default constructor. + + + + + Shows usual message box. + + The message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows error message box. + + The error message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows warning message box. + + The warning message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows usual message box. + + The message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows error message box. + + The error message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows warning message box. + + The warning message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + BordersGrid Name Field + + + + + MainGrid Name Field + + + + + MessageTextBlock Name Field + + + + + CopyToClipboardButton Name Field + + + + + OkButton Name Field + + + + + CancelButton Name Field + + + + + InitializeComponent + + + + + Interaction logic for MaterialMessageBoxWindow.xaml + + + MaterialMessageBoxWindow + + + + + OkButton/CancelButton result. + + + + + Default constructor. + + + + + Shows usual message box. + + The message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows error message box. + + The error message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + Shows warning message box. + + The warning message to display. + (Optional) Is cancel button visible? + By default is + (Optional) Is =? + By default is + . + + + + BordersGrid Name Field + + + + + MainGrid Name Field + + + + + MessageTextBlock Name Field + + + + + CopyToClipboardButton Name Field + + + + + OkButton Name Field + + + + + CancelButton Name Field + + + + + InitializeComponent + + + + diff --git a/README.md b/README.md index f6021c9..98fe87e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ You can build project in **VS2019** (**16.2.4**+) or in **VSCode** (**1.38.0**+) ## Current version -[![Release](https://img.shields.io/github/release/Gigas002/MaterialMessageBox.svg)](https://github.com/Gigas002/MaterialMessageBox/releases/latest), or on NuGet: *todo*. +[![Release](https://img.shields.io/github/release/Gigas002/MaterialMessageBox.svg)](https://github.com/Gigas002/MaterialMessageBox/releases/latest), or on NuGet: + +[![NuGet](https://img.shields.io/nuget/v/MaterialMessageBox-x86.svg)](https://www.nuget.org/packages/MaterialMessageBox-x86/) + +[![NuGet](https://img.shields.io/nuget/v/MaterialMessageBox-x64.svg)](https://www.nuget.org/packages/MaterialMessageBox-x64/) Information about changes since previous releases can be found in [changelog](https://github.com/Gigas002/MaterialMessageBox/blob/master/CHANGELOG.md). This project supports [SemVer 2.0.0](https://semver.org/) (template is `{MAJOR}.{MINOR}.{PATCH}.{BUILD}`).