Skip to content

Commit

Permalink
更新文件版本号映射
Browse files Browse the repository at this point in the history
  • Loading branch information
iccfish committed Aug 25, 2023
1 parent 1ec2bf3 commit 531808d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
<AssemblyOriginatorKeyFile>ifish.snk</AssemblyOriginatorKeyFile>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<PackageId>fishlee.net.simpleupdater</PackageId>
<Version>5.1.1.0</Version>
<Version>5.1.2.0</Version>
<Authors>iFish(木鱼)</Authors>
<Description>A light weight automatic application updater library for .net 2.0+.
一个适用于 .NET 2.0+ 的高度易用的自动更新客户端。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly xdt:Transform="Insert">
<assemblyIdentity name="SimpleUpdater" publicKeyToken="c532149a76b9a64b" />
<bindingRedirect oldVersion="1.0.0.0-99.99.99.99" newVersion="4.3.0.0" />
<bindingRedirect oldVersion="1.0.0.0-5.1.2.0" newVersion="5.1.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
3 changes: 1 addition & 2 deletions SimpleUpdater/sync_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
echo 正在更新Config文件……
sed -i -r "s/newVersion=\"[0-9\.]+\"/newVersion=\"$version\"/" FSLib.App.SimpleUpdater/content/App.config.install.xdt

echo 更新完成!
read
echo 更新完成!

0 comments on commit 531808d

Please sign in to comment.