Skip to content

Commit

Permalink
更新文件版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
iccfish committed Sep 1, 2016
1 parent 9ae0675 commit 7f444ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
2 changes: 1 addition & 1 deletion src/content/App.config.install.xdt
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="FSLib.Extension" publicKeyToken="61d6a007a0eb6994" />
<bindingRedirect oldVersion="1.0.0.0-1.4.2.0" newVersion="1.4.2.0" />
<bindingRedirect oldVersion="1.0.0.0-1.4.3.0" newVersion="1.4.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion src/content/Web.config.install.xdt
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="FSLib.Extension" publicKeyToken="61d6a007a0eb6994" />
<bindingRedirect oldVersion="1.0.0.0-1.4.2.0" newVersion="1.4.2.0" />
<bindingRedirect oldVersion="1.0.0.0-1.4.3.0" newVersion="1.4.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down

0 comments on commit 7f444ac

Please sign in to comment.