Skip to content

Commit 0b0a862

Browse files
Merge pull request #333 from nvisionative/develop
Second merge of `develop` into `master` for 2.1.1 release
2 parents 9993e63 + 839615f commit 0b0a862

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

nvQuickSite/Models/Package.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
// You should have received a copy of the GNU General Public License
1616
// along with nvQuickSite. If not, see <http://www.gnu.org/licenses/>.
1717

18-
using Newtonsoft.Json;
19-
using Newtonsoft.Json.Converters;
20-
2118
namespace nvQuickSite.Models
22-
{
19+
{
20+
using Newtonsoft.Json;
21+
using Newtonsoft.Json.Converters;
22+
2323
/// <summary>
2424
/// Represents one package.
2525
/// </summary>

nvQuickSite/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("2.1.0")]
53-
[assembly: AssemblyFileVersion("2.1.0")]
52+
[assembly: AssemblyVersion("2.1.1")]
53+
[assembly: AssemblyFileVersion("2.1.1")]
5454
[assembly: NeutralResourcesLanguage("en")]

nvQuickSite/data/latestVersion.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latestVersion": "2.1.0"
2+
"latestVersion": "2.1.1"
33
}

winget/manifests/2.1.1.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Id: nvisionative.nvQuickSite
2+
Version: 2.1.1
3+
Name: nvQuickSite
4+
Publisher: nvisionative
5+
License: GPL3
6+
LicenseUrl: https://github.com/nvisionative/nvQuickSite/blob/v2.1.1/nvQuickSite/LICENSE.md
7+
AppMoniker: nvQuickSite
8+
Tags: dnn, dotnetnuke, installer, website, cms
9+
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.
10+
Homepage: https://www.nvquicksite.com/
11+
Installers:
12+
- Arch: Neutral
13+
Url: https://github.com/nvisionative/nvQuickSite/releases/download/v2.1.1/nvQuickSite_v2.1.1.0_Installer.msi
14+
Sha256: CF18E99650EE3435EBB2299C4405017994BA65FB09FF969504F30C93CF79A19F
15+
InstallerType: msi

0 commit comments

Comments
 (0)