From c1e08e068f938997a707dc5045f734830646a606 Mon Sep 17 00:00:00 2001 From: Ravi Patel Date: Fri, 10 May 2024 17:52:05 +0530 Subject: [PATCH] Grouped resource files with their respective forms using .csproj. --- AutoUpdater.NET/AutoUpdater.NET.csproj | 201 +++++++++++++++++- .../build/Autoupdater.NET.Official.nuspec | 14 +- LICENSE | 2 +- appveyor.yml | 4 +- 4 files changed, 206 insertions(+), 15 deletions(-) diff --git a/AutoUpdater.NET/AutoUpdater.NET.csproj b/AutoUpdater.NET/AutoUpdater.NET.csproj index 74fc2549..3c5273a6 100644 --- a/AutoUpdater.NET/AutoUpdater.NET.csproj +++ b/AutoUpdater.NET/AutoUpdater.NET.csproj @@ -11,10 +11,10 @@ RBSoft AutoUpdater.NET Copyright © 2012-2024 RBSoft - 1.8.5.0 - 1.8.5.0 - 1.8.5.0 - 1.8.5.0 + 1.8.6.0 + 1.8.6.0 + 1.8.6.0 + 1.8.6.0 true AutoUpdater.NET.snk en @@ -50,6 +50,197 @@ - + + + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + DownloadUpdateDialog.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + RemindLaterForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + + + UpdateForm.cs + \ No newline at end of file diff --git a/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec b/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec index 19027734..398fd245 100644 --- a/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec +++ b/AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec @@ -2,7 +2,7 @@ Autoupdater.NET.Official - 1.8.5.0 + 1.8.6.0 AutoUpdater.NET rbsoft false @@ -18,22 +18,22 @@ autoupdate updater c# vb wpf winforms - + - + - + - + - + - + diff --git a/LICENSE b/LICENSE index 3e4ea36b..f8d69934 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012-2023 RBSoft +Copyright (c) 2012-2024 RBSoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/appveyor.yml b/appveyor.yml index 75beff1e..319cadcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ -version: 1.8.5.{build} +version: 1.8.6.{build} environment: - my_version: 1.8.5 + my_version: 1.8.6 my_secret: secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA= skip_branch_with_pr: true