Skip to content

Commit

Permalink
同步版本号,发布新的nuget包
Browse files Browse the repository at this point in the history
  • Loading branch information
iccfish committed Dec 13, 2015
1 parent 47ce514 commit 1db5739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FSLib.Extension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>extension.fishlee.net</id>
<version>1.3.0.0</version>
<version>1.3.1.0</version>
<authors>iFish(木鱼)</authors>
<title>iFish's Extension Methods Library</title>
<summary>A extension methods library for .net 3.5/4/4.5</summary>
Expand Down
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.3.0.0" newVersion="1.3.0.0" />
<bindingRedirect oldVersion="1.0.0.0-1.3.1.0" newVersion="1.3.1.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.Network" publicKeyToken="8bf54bd6729f490c" />
<bindingRedirect oldVersion="1.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
<bindingRedirect oldVersion="1.0.0.0-1.3.1.0" newVersion="1.3.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down

0 comments on commit 1db5739

Please sign in to comment.