Author: gbayon
Date: Mon Oct  3 11:50:49 2005
New Revision: 293430

URL: http://svn.apache.org/viewcvs?rev=293430&view=rev
Log:
-Updated versions to 1.7.0 & 1.3.0

Modified:
    ibatis/trunk/cs/mapper/DataAccess.sln
    ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs
    
ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/IBatisNet.DataAccess.Test.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/B.cs
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs

Modified: ibatis/trunk/cs/mapper/DataAccess.sln
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/DataAccess.sln?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/DataAccess.sln (original)
+++ ibatis/trunk/cs/mapper/DataAccess.sln Mon Oct  3 11:50:49 2005
@@ -15,6 +15,10 @@
        ProjectSection(ProjectDependencies) = postProject
        EndProjectSection
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"IBatisNet.Common.Logging.Log4Net", 
"IBatisNet.Common.Logging.Log4Net\IBatisNet.Common.Logging.Log4Net.csproj", 
"{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}"
+       ProjectSection(ProjectDependencies) = postProject
+       EndProjectSection
+EndProject
 Global
        GlobalSection(SolutionConfiguration) = preSolution
                Debug = Debug
@@ -37,6 +41,10 @@
                {888FE332-F7B7-4248-AEE1-73E14EB9C042}.Debug.Build.0 = 
Debug|.NET
                {888FE332-F7B7-4248-AEE1-73E14EB9C042}.Release.ActiveCfg = 
Release|.NET
                {888FE332-F7B7-4248-AEE1-73E14EB9C042}.Release.Build.0 = 
Release|.NET
+               {023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.ActiveCfg = 
Debug|.NET
+               {023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Debug.Build.0 = 
Debug|.NET
+               {023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.ActiveCfg = 
Release|.NET
+               {023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}.Release.Build.0 = 
Release|.NET
        EndGlobalSection
        GlobalSection(ExtensibilityGlobals) = postSolution
        EndGlobalSection

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs Mon Oct  3 11:50:49 
2005
@@ -31,7 +31,7 @@
 // You can specify all the values or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("1.2.0")]
+[assembly: AssemblyVersion("1.3")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs Mon Oct  3 11:50:49 2005
@@ -32,7 +32,6 @@
 using System.Xml.Serialization;
 using IBatisNet.Common.Exceptions;
 using IBatisNet.Common.Utilities.TypesResolver;
-//using log4net;
 
 #endregion
 

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/IBatisNet.DataAccess.Test.csproj
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/IBatisNet.DataAccess.Test.csproj?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/IBatisNet.DataAccess.Test.csproj
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/IBatisNet.DataAccess.Test.csproj
 Mon Oct  3 11:50:49 2005
@@ -104,6 +104,11 @@
                     AssemblyName = "nunit.framework"
                     HintPath = "..\External-Bin\Net\1.1\nunit.framework.dll"
                 />
+                <Reference
+                    Name = "IBatisNet.Common.Logging.Log4Net"
+                    Project = "{023FE8D7-7E1A-4DDF-A0EA-8FB0E1B3122B}"
+                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+                />
             </References>
         </Build>
         <Files>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs Mon Oct  3 
11:50:49 2005
@@ -29,7 +29,7 @@
 // You can specify all the values or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("1.6.1")]
+[assembly: AssemblyVersion("1.7.0")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/B.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/B.cs?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/B.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/B.cs Mon Oct  3 
11:50:49 2005
@@ -8,6 +8,7 @@
        public class B 
        {
                private C _c;
+               private D _d;
                private string _id;
                private string _libelle;
 
@@ -29,7 +30,6 @@
                        set { _c = value; }
                }
 
-               private D _d;
 
                public D D
                {

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config
 Mon Oct  3 11:50:49 2005
@@ -37,7 +37,7 @@
                                <arg key="dateTimeFormat" value="yyyy/MM/dd 
HH:mm:ss:SSS" />
                        </logFactoryAdapter>    -->     
                        
-                       <logFactoryAdapter 
type="IBatisNet.Common.Logging.Impl.Log4NetLoggerFA, 
IBatisNet.Common.Logging.Log4Net">
+                       <logFactoryAdapter 
type="IBatisNet.Common.Logging.Impl.LocationInfoLog4NetLoggerFA, 
IBatisNet.Common.Logging.Log4Net">
                                <arg key="configType" value="inline" />
                        </logFactoryAdapter>    
                </logging>
@@ -62,7 +62,9 @@
                                <appender name="ConsoleAppender" 
type="log4net.Appender.ConsoleAppender">
                        <layout type="log4net.Layout.PatternLayout">
                                <param name="ConversionPattern" value="%d [%t] 
%-5p %c [%x] &lt;%X{auth}&gt; - %m%n" />
-                       </layout>
+                               
+               </layout>
+
                </appender>
                <!-- OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL -->
                <!-- Set root logger level to ERROR and its appenders -->

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs?rev=293430&r1=293429&r2=293430&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs Mon Oct  3 
11:50:49 2005
@@ -29,7 +29,7 @@
 // You can specify all the values or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("1.2.1")]
+[assembly: AssemblyVersion("1.3.0")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 


Reply via email to