forked from ravibpatel/AutoUpdater.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d0a795
commit f0ebde4
Showing
4 changed files
with
49 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>Autoupdater.NET.Official</id> | ||
<version>1.6.1</version> | ||
<title>AutoUpdater.NET</title> | ||
<authors>RBSoft</authors> | ||
<owners>RBSoft</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/ravibpatel/AutoUpdater.NET</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.</description> | ||
<summary>Add auto update functionality to .NET applications.</summary> | ||
<releaseNotes>https://github.com/ravibpatel/AutoUpdater.NET/releases</releaseNotes> | ||
<copyright>RBSoft</copyright> | ||
<language>en-US</language> | ||
<tags>autoupdate updater c# vb wpf winforms</tags> | ||
</metadata> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Autoupdater.NET.Official</id> | ||
<version>1.6.1</version> | ||
<title>AutoUpdater.NET</title> | ||
<authors>rbsoft</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>https://github.com/ravibpatel/AutoUpdater.NET</projectUrl> | ||
<description>AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.</description> | ||
<releaseNotes>https://github.com/ravibpatel/AutoUpdater.NET/releases</releaseNotes> | ||
<copyright>Copyright © 2012-2020 RBSoft</copyright> | ||
<tags>autoupdate updater c# vb wpf winforms</tags> | ||
<dependencies> | ||
<group targetFramework=".NETFramework2.0" /> | ||
<group targetFramework=".NETFramework3.5" /> | ||
<group targetFramework=".NETFramework4.0" /> | ||
<group targetFramework=".NETFramework4.5" /> | ||
</dependencies> | ||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework2.0, .NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework2.0, .NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework2.0, .NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework2.0, .NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework2.0, .NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="PresentationFramework" targetFramework=".NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="WindowsBase" targetFramework=".NETFramework3.5, .NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework=".NETFramework4.0, .NETFramework4.5" /> | ||
<frameworkAssembly assemblyName="System.Xaml" targetFramework=".NETFramework4.0, .NETFramework4.5" /> | ||
</frameworkAssemblies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters