[Mono-dev] Changes for the build of FirebirdSql.Data.Firebird assembly

Miguel de Icaza miguel at ximian.com
Sun Aug 20 12:12:09 EDT 2006


Hello,

> I have done two changes to the build of the FirebirdSql.Data.Firebird 
> assembly to try to not generate always the same assembly version, but
> i can't test it right now :(

Should the Firebird provide be built against 1.1 and 2.0, or only one of
them?


> Can somebody try to build the assembly with the patches attached to this 
> email and
> let me know if they are correct, please ??
> 
> 
> 
> 
> 
> --
> Best regards
> 
> Carlos Guzmán Álvarez
> Vigo-Spain
> plain text document attachment (AssemblyInfo.cs.diff)
> Index: AssemblyInfo.cs
> ===================================================================
> --- AssemblyInfo.cs	(revisin: 64076)
> +++ AssemblyInfo.cs	(copia de trabajo)
> @@ -29,8 +29,8 @@
>  [assembly: AssemblyConfiguration("")]
>  [assembly: AssemblyCompany("FirebirdSQL")]
>  [assembly: AssemblyProduct("Firebird .NET Data Provider")]
> -[assembly: AssemblyCopyright("(c) 2002-2005. Carlos Guzman Alvarez")]
> -[assembly: AssemblyVersion("1.7.1.0")]
> +[assembly: AssemblyCopyright("(c) 2002-2005. Carlos Guzman Alvarez")]
> +[assembly: AssemblyVersion(Consts.FxVersion)]
>  [assembly: AssemblyDelaySign(false)]
>  [assembly: AssemblyKeyFile("FirebirdSql.Data.Firebird.snk")]
>  [assembly: AssemblyKeyName("")]
> plain text document attachment
> (FirebirdSql.Data.Firebird.dll.sources.diff)
> Index: FirebirdSql.Data.Firebird.dll.sources
> ===================================================================
> --- FirebirdSql.Data.Firebird.dll.sources	(revisin: 64076)
> +++ FirebirdSql.Data.Firebird.dll.sources	(copia de trabajo)
> @@ -1,4 +1,5 @@
>  Assembly/AssemblyInfo.cs
> +../../build/common/Consts.cs
>  FirebirdSql.Data.Common/ArrayBase.cs
>  FirebirdSql.Data.Common/ArrayDesc.cs
>  FirebirdSql.Data.Common/BinaryEncoding.cs
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
-- 
Miguel de Icaza <miguel at ximian.com>



More information about the Mono-devel-list mailing list