From: Michael D. <mik...@us...> - 2005-04-04 12:36:22
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Caches/SysCache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24563/src/NHibernate.Caches/SysCache Modified Files: AssemblyInfo.cs syscache.build Log Message: Reversioned assemblies to what authors think it should be versioned as. Added CLSCompliantAttribute to all assemblies except hbm2net. Included version of NHibernate that assemblies are built against in the description. Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Caches/SysCache/AssemblyInfo.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AssemblyInfo.cs 4 Apr 2005 04:27:23 -0000 1.1 --- AssemblyInfo.cs 4 Apr 2005 12:35:38 -0000 1.2 *************** *** 8,12 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if --- 8,12 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 15,24 **** //------------------------------------------------------------------------------ [assembly: AssemblyTitleAttribute("NHibernate.Caches.SysCache for Microsoft .NET Framework 1.1")] ! [assembly: AssemblyDescriptionAttribute("Cache provider for NHibernate using ASP.NET Cache object.")] [assembly: AssemblyCompanyAttribute("nhibernate.sourceforge.net")] [assembly: AssemblyProductAttribute("NHibernate.Caches.SysCache")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.8.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.8")] --- 15,26 ---- //------------------------------------------------------------------------------ + [assembly: CLSCompliantAttribute(true)] [assembly: AssemblyTitleAttribute("NHibernate.Caches.SysCache for Microsoft .NET Framework 1.1")] ! [assembly: AssemblyDescriptionAttribute("Cache provider for NHibernate 0.8.0.0 using ASP.NET Cache object.")] [assembly: AssemblyCompanyAttribute("nhibernate.sourceforge.net")] [assembly: AssemblyProductAttribute("NHibernate.Caches.SysCache")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("1.0.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("1.0")] ! [assembly: AssemblyFileVersionAttribute("1.0.0.0")] Index: syscache.build =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Caches/SysCache/syscache.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** syscache.build 4 Apr 2005 04:27:23 -0000 1.1 --- syscache.build 4 Apr 2005 12:35:38 -0000 1.2 *************** *** 47,57 **** </imports> <attributes> <attribute type="AssemblyTitleAttribute" value="${nant.project.name} for ${current.runtime.description}" /> ! <attribute type="AssemblyDescriptionAttribute" value="Cache provider for NHibernate using ASP.NET Cache object." /> <attribute type="AssemblyCompanyAttribute" value="nhibernate.sourceforge.net" /> <attribute type="AssemblyProductAttribute" value="${nant.project.name}" /> <attribute type="AssemblyCopyrightAttribute" value="Licensed under LGPL." /> ! <attribute type="AssemblyVersionAttribute" value="${project.version}" /> ! <attribute type="AssemblyInformationalVersionAttribute" value="${project.version.major}.${project.version.minor}" /> <attribute type="AssemblyKeyFileAttribute" value="${keyFile}" if="${sign}" /> </attributes> --- 47,59 ---- </imports> <attributes> + <attribute type="CLSCompliantAttribute" value="true" /> <attribute type="AssemblyTitleAttribute" value="${nant.project.name} for ${current.runtime.description}" /> ! <attribute type="AssemblyDescriptionAttribute" value="Cache provider for NHibernate ${project.version} using ASP.NET Cache object." /> <attribute type="AssemblyCompanyAttribute" value="nhibernate.sourceforge.net" /> <attribute type="AssemblyProductAttribute" value="${nant.project.name}" /> <attribute type="AssemblyCopyrightAttribute" value="Licensed under LGPL." /> ! <attribute type="AssemblyVersionAttribute" value="1.0.0.0" /> ! <attribute type="AssemblyInformationalVersionAttribute" value="1.0" /> ! <attribute type="AssemblyFileVersionAttribute" value="1.0.0.0" /> <attribute type="AssemblyKeyFileAttribute" value="${keyFile}" if="${sign}" /> </attributes> |