1 Star 0 Fork 14

risheng/FSLib.App.SimpleUpdater

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FSLib.App.SimpleUpdater.nuspec 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
木魚 提交于 2016-01-19 15:50 +08:00 . 更新基本版本信息
<?xml version="1.0" encoding="utf-8"?>
<!--
For more info on this file format visit http://docs.nuget.org/docs/reference/nuspec-reference.
-->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>fishlee.net.simpleupdater</id>
<version>4.3.0.0</version>
<authors>iFish(木鱼)</authors>
<title>iFish's Simple Application Updater Library</title>
<summary>A light weight automatic application updater library for .net 2.0/3.5/4.0/4.5</summary>
<description>
A light weight automatic application updater library for .net 2.0/3.5/4.0/4.5.
一个适用于 .NET 2.0/3.5/4.0/4.5 的高度易用的自动更新客户端。
Please visit http://www.fishlee.net/soft/simple_autoupdater/ to get update package builder tool.
请访问 http://www.fishlee.net/soft/simple_autoupdater/ 获得更新包打包工具。
</description>
<language>zh-cn</language>
<projectUrl>http://www.fishlee.net/soft/simple_autoupdater/</projectUrl>
<licenseUrl>http://www.fishlee.net/soft/simple_autoupdater/license.html</licenseUrl>
<iconUrl>http://static.fishlee.net/resources/images/coquette/32x32/promotion.png</iconUrl>
<tags>autoupdate updater automatic</tags>
<!--<references>
<group targetFramework="net45">
<reference file="FSLib.Network.dll" />
</group>
<group targetFramework="net40">
<reference file="FSLib.Network.dll" />
</group>
<group targetFramework="net35">
<reference file="FSLib.Network.dll" />
</group>
</references>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="[6.0.0,)" />
<dependency id="extension.fishlee.net" version="[1.2.0.0,)" />
</group>
</dependencies>-->
<frameworkAssemblies>
<frameworkAssembly assemblyName="System"/>
<frameworkAssembly assemblyName="System.Windows.Forms"/>
</frameworkAssemblies>
<releaseNotes>
see https://github.com/iccfish/FSLib.App.SimpleUpdater#更新记录 for update details.
</releaseNotes>
</metadata>
<files>
<file src="FSLib.App.SimpleUpdater\bin\dll\release\**\*.*" exclude="**\*.pdb" target="lib\net20" />
<file src="FSLib.App.SimpleUpdater\bin\dll_net40\release\**\*.*" exclude="**\*.pdb" target="lib\net40" />
<file src="FSLib.App.SimpleUpdater\bin\dll_net40\release\**\*.*" exclude="**\*.pdb" target="lib\net45" />
<file src="content\*" target="content\" />
</files>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/rs91/FSLib.App.SimpleUpdater.git
git@gitee.com:rs91/FSLib.App.SimpleUpdater.git
rs91
FSLib.App.SimpleUpdater
FSLib.App.SimpleUpdater
master

搜索帮助