Skip to content

Commit

Permalink
Merge pull request #333 from nvisionative/develop
Browse files Browse the repository at this point in the history
Second merge of `develop` into `master` for 2.1.1 release
  • Loading branch information
david-poindexter authored Sep 4, 2021
2 parents 9993e63 + 839615f commit 0b0a862
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
8 changes: 4 additions & 4 deletions nvQuickSite/Models/Package.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
// You should have received a copy of the GNU General Public License
// along with nvQuickSite. If not, see <http://www.gnu.org/licenses/>.

using Newtonsoft.Json;
using Newtonsoft.Json.Converters;

namespace nvQuickSite.Models
{
{
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;

/// <summary>
/// Represents one package.
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions nvQuickSite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion nvQuickSite/data/latestVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latestVersion": "2.1.0"
"latestVersion": "2.1.1"
}
15 changes: 15 additions & 0 deletions winget/manifests/2.1.1.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0b0a862

Please sign in to comment.