From 623bb2c8aa2546c4271f2b5b24dc7d66c8d21e3f Mon Sep 17 00:00:00 2001 From: David Poindexter Date: Sat, 4 Sep 2021 12:40:24 -0400 Subject: [PATCH 1/2] Increment version and move usings into namespace Resolves #328 Resolves #330 --- nvQuickSite/Models/Package.cs | 8 ++++---- nvQuickSite/Properties/AssemblyInfo.cs | 4 ++-- nvQuickSite/data/latestVersion.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nvQuickSite/Models/Package.cs b/nvQuickSite/Models/Package.cs index 02b7a993..c41475b8 100644 --- a/nvQuickSite/Models/Package.cs +++ b/nvQuickSite/Models/Package.cs @@ -15,11 +15,11 @@ // You should have received a copy of the GNU General Public License // along with nvQuickSite. If not, see . -using Newtonsoft.Json; -using Newtonsoft.Json.Converters; - namespace nvQuickSite.Models -{ +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + /// /// Represents one package. /// diff --git a/nvQuickSite/Properties/AssemblyInfo.cs b/nvQuickSite/Properties/AssemblyInfo.cs index 034fcf07..262a2847 100644 --- a/nvQuickSite/Properties/AssemblyInfo.cs +++ b/nvQuickSite/Properties/AssemblyInfo.cs @@ -49,6 +49,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0")] -[assembly: AssemblyFileVersion("2.1.0")] +[assembly: AssemblyVersion("2.1.1")] +[assembly: AssemblyFileVersion("2.1.1")] [assembly: NeutralResourcesLanguage("en")] diff --git a/nvQuickSite/data/latestVersion.json b/nvQuickSite/data/latestVersion.json index 6ad468e8..e7d937e0 100644 --- a/nvQuickSite/data/latestVersion.json +++ b/nvQuickSite/data/latestVersion.json @@ -1,3 +1,3 @@ { - "latestVersion": "2.1.0" + "latestVersion": "2.1.1" } \ No newline at end of file From 1d3a476d3336c04cf612cd4cfdd314f452b119e1 Mon Sep 17 00:00:00 2001 From: David Poindexter Date: Sat, 4 Sep 2021 12:50:07 -0400 Subject: [PATCH 2/2] Add v2.1.1 manifest for WinGet Resolves #329 --- winget/manifests/2.1.1.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 winget/manifests/2.1.1.yaml diff --git a/winget/manifests/2.1.1.yaml b/winget/manifests/2.1.1.yaml new file mode 100644 index 00000000..29247110 --- /dev/null +++ b/winget/manifests/2.1.1.yaml @@ -0,0 +1,15 @@ +Id: nvisionative.nvQuickSite +Version: 2.1.1 +Name: nvQuickSite +Publisher: nvisionative +License: GPL3 +LicenseUrl: https://github.com/nvisionative/nvQuickSite/blob/v2.1.1/nvQuickSite/LICENSE.md +AppMoniker: nvQuickSite +Tags: dnn, dotnetnuke, installer, website, cms +Description: nvQuickSite is a desktop installation app for DNN, the world's most popular ASP.NET-based CMS. This app allows you to easily install DNN onto any environment that meets the minimum system requirements for DNN to be installed. +Homepage: https://www.nvquicksite.com/ +Installers: + - Arch: Neutral + Url: https://github.com/nvisionative/nvQuickSite/releases/download/v2.1.1/nvQuickSite_v2.1.1.0_Installer.msi + Sha256: CF18E99650EE3435EBB2299C4405017994BA65FB09FF969504F30C93CF79A19F + InstallerType: msi \ No newline at end of file