Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NuGet package bugfix (multiple exceptions in the install script)
  • Loading branch information
Sergio Turolla committed Jan 24, 2013
1 parent 91a59c6 commit dfbd5ea
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Expand Up @@ -31,5 +31,5 @@
//
// È possibile specificare tutti i valori o impostare come predefiniti i valori Numero revisione e Numero build
// utilizzando l'asterisco (*) come descritto di seguito:
[assembly: AssemblyVersion("3.0.4.0")]
[assembly: AssemblyFileVersion("3.0.4.0")]
[assembly: AssemblyVersion("3.0.5.0")]
[assembly: AssemblyFileVersion("3.0.5.0")]
Binary file not shown.
Expand Up @@ -81,7 +81,7 @@
</div>
<div style="margin:5px; padding: 5px; border: solid 1px #c6c6c6; background-color: #d6d6d6; font-size: 12px; font-family:Arial,Hevetica,sans-serif;text-align:left;">
<span style="font-weight:bold;">Piczard</span> - .NET Image Manipulation Library by Sergio Turolla<br />
SimpleImageUpload User Control &nbsp;v 3.0.4
SimpleImageUpload User Control &nbsp;v 3.0.5
</div>
</asp:PlaceHolder>

Expand Up @@ -35,7 +35,7 @@
*/

// #########
// SimpleImageUpload Version 3.0.4
// SimpleImageUpload Version 3.0.5
// #########

using System;
Expand Down
Expand Up @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' utilizzando l'asterisco (*) come descritto di seguito:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("3.0.4.0")>
<Assembly: AssemblyFileVersion("3.0.4.0")>
<Assembly: AssemblyVersion("3.0.5.0")>
<Assembly: AssemblyFileVersion("3.0.5.0")>
Binary file not shown.
Expand Up @@ -81,7 +81,7 @@
</div>
<div style="margin:5px; padding: 5px; border: solid 1px #c6c6c6; background-color: #d6d6d6; font-size: 12px; font-family:Arial,Hevetica,sans-serif;text-align:left;">
<span style="font-weight:bold;">Piczard</span> - .NET Image Manipulation Library by Sergio Turolla<br />
SimpleImageUpload User Control &nbsp;v 3.0.4
SimpleImageUpload User Control &nbsp;v 3.0.5
</div>
</asp:PlaceHolder>

Expand Down
Expand Up @@ -35,7 +35,7 @@
' -------------------------------------------------------

' #########
' SimpleImageUpload Version 3.0.4
' SimpleImageUpload Version 3.0.5
' #########

Option Strict On
Expand Down
Expand Up @@ -81,7 +81,7 @@
</div>
<div style="margin:5px; padding: 5px; border: solid 1px #c6c6c6; background-color: #d6d6d6; font-size: 12px; font-family:Arial,Hevetica,sans-serif;text-align:left;">
<span style="font-weight:bold;">Piczard</span> - .NET Image Manipulation Library by Sergio Turolla<br />
SimpleImageUpload User Control &nbsp;v 3.0.4
SimpleImageUpload User Control &nbsp;v 3.0.5
</div>
</asp:PlaceHolder>

Expand Up @@ -35,7 +35,7 @@
*/

// #########
// SimpleImageUpload Version 3.0.4
// SimpleImageUpload Version 3.0.5
// #########

using System;
Expand Down
Expand Up @@ -81,7 +81,7 @@
</div>
<div style="margin:5px; padding: 5px; border: solid 1px #c6c6c6; background-color: #d6d6d6; font-size: 12px; font-family:Arial,Hevetica,sans-serif;text-align:left;">
<span style="font-weight:bold;">Piczard</span> - .NET Image Manipulation Library by Sergio Turolla<br />
SimpleImageUpload User Control &nbsp;v 3.0.4
SimpleImageUpload User Control &nbsp;v 3.0.5
</div>
</asp:PlaceHolder>

Expand Down
Expand Up @@ -35,7 +35,7 @@
' -------------------------------------------------------

' #########
' SimpleImageUpload Version 3.0.4
' SimpleImageUpload Version 3.0.5
' #########

Option Strict On
Expand Down

0 comments on commit dfbd5ea

Please sign in to comment.