Skip to content

Commit

Permalink
Fixed assembly version to the correct value of 2.0.13 beta 1.
Browse files Browse the repository at this point in the history
Internally the version numbers of the beta are coded with a vlue
starting with 1x.9x where 12.91 is beta1, 12.92 is beta2 to indicate it is close
to the final release 13.0. Incorrectly I used a wrong value.
  • Loading branch information
franciscojunior committed Jun 28, 2013
1 parent 8374f60 commit 3ba5213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Npgsql/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[assembly: AssemblyProductAttribute("Npgsql")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2002 - 2013 Npgsql Development Team")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyVersionAttribute("2.0.13.91")]
[assembly: AssemblyFileVersionAttribute("2.0.13.91")]
[assembly: AssemblyVersionAttribute("2.0.12.91")]
[assembly: AssemblyFileVersionAttribute("2.0.12.91")]
[assembly: NeutralResourcesLanguageAttribute("en", UltimateResourceFallbackLocation.MainAssembly)]

0 comments on commit 3ba5213

Please sign in to comment.