User: rbellamy
Date: 2010/01/14 05:02 AM
Added:
/Components/Validator/trunk/lib/net-3.5/
Castle.Components.Validator.dll, Castle.Components.Validator.pdb,
Castle.Components.Validator.xml
Removed:
/Components/Binder/trunk/lib/mono-3.5/
/Components/Binder/trunk/src/Castle.Components.Binder.Tests/
AssemblyInfo.cs
/Components/Binder/trunk/src/Castle.Components.Binder/
AssemblyInfo.cs
Modified:
/Components/Binder/trunk/
default.build
/Components/Binder/trunk/src/
Changes.txt
/Components/Binder/trunk/src/Castle.Components.Binder.Tests/
Castle.Components.Binder.Tests-vs2008.csproj, default.build
/Components/Binder/trunk/src/Castle.Components.Binder/
Castle.Components.Binder-vs2008.csproj, default.build
Log:
Updated to Validator 1.1.1, Core 1.2 and DP 2.1.
Directory Changes:
Directory: /svn:mime-type/
==========================
+ application/octet-stream
--- Components/Validator/trunk/lib/net-3.5/Castle.Components.Validator.pdb
(rev 0)
+++ Components/Validator/trunk/lib/net-3.5/Castle.Components.Validator.pdb
2010-01-14 12:02:01 UTC (rev 6663)
@@ -0,0 +1,880 @@
+Microsoft C/C++ MSF 7.00
File Changes:
Directory: /Components/Binder/trunk/src/Castle.Components.Binder/
=================================================================
File [removed]: AssemblyInfo.cs
Delta lines: +0 -3
===================================================================
---
Components/Binder/trunk/src/Castle.Components.Binder/Castle.Components.Binder-vs2008.csproj
2010-01-14 11:58:25 UTC (rev 6662)
+++
Components/Binder/trunk/src/Castle.Components.Binder/Castle.Components.Binder-vs2008.csproj
2010-01-14 12:02:01 UTC (rev 6663)
@@ -99,9 +99,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ArrayConverter.cs" />
- <Compile Include="AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
<Compile Include="BindingException.cs">
<SubType>Code</SubType>
File [modified]: Castle.Components.Binder-vs2008.csproj
Delta lines: +1 -0
===================================================================
--- Components/Binder/trunk/src/Castle.Components.Binder/default.build
2010-01-14 11:58:25 UTC (rev 6662)
+++ Components/Binder/trunk/src/Castle.Components.Binder/default.build
2010-01-14 12:02:01 UTC (rev 6663)
@@ -9,6 +9,7 @@
<include buildfile="${common.scripts.dir}/common-project.xml" />
<target name="init" depends="common.init">
+ <property name="assembly.version" value="1.1.1.0" />
<assemblyfileset id="project.references" basedir="${build.dir}">
<include name="Castle.Core.dll" />
File [modified]: default.build
Delta lines: +0 -26
===================================================================
--- Components/Binder/trunk/src/Castle.Components.Binder.Tests/AssemblyInfo.cs
2010-01-14 11:58:25 UTC (rev 6662)
+++ Components/Binder/trunk/src/Castle.Components.Binder.Tests/AssemblyInfo.cs
2010-01-14 12:02:01 UTC (rev 6663)
@@ -1,27 +0,0 @@
-using System;
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.4200
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-[assembly: CLSCompliantAttribute(true)]
-[assembly: ComVisibleAttribute(false)]
-[assembly: AssemblyTitleAttribute("Castle.Components.Binder.Tests for
Microsoft .NET Framework 3.5")]
-[assembly: AssemblyDescriptionAttribute("The Unit Tests for
Castle.Components.Binder")]
-[assembly: AssemblyCompanyAttribute("Castle Project")]
-[assembly: AssemblyProductAttribute("Castle.Components.Binder.Tests")]
-[assembly: AssemblyCopyrightAttribute("Castle Project, original author or
authors")]
-[assembly: AssemblyVersionAttribute("1.1.0.0")]
-[assembly: AssemblyInformationalVersionAttribute("1.1.0.0")]
-[assembly: AssemblyFileVersionAttribute("1.1.0.0")]
-[assembly: AssemblyDelaySignAttribute(false)]
Directory: /Components/Binder/trunk/src/Castle.Components.Binder.Tests/
=======================================================================
File [removed]: AssemblyInfo.cs
Delta lines: +0 -1
===================================================================
---
Components/Binder/trunk/src/Castle.Components.Binder.Tests/Castle.Components.Binder.Tests-vs2008.csproj
2010-01-14 11:58:25 UTC (rev 6662)
+++
Components/Binder/trunk/src/Castle.Components.Binder.Tests/Castle.Components.Binder.Tests-vs2008.csproj
2010-01-14 12:02:01 UTC (rev 6663)
@@ -108,7 +108,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Models\Address.cs" />
- <Compile Include="AssemblyInfo.cs" />
<Compile Include="Models\Comp.cs" />
<Compile Include="ConverterTestCase.cs" />
File [modified]: Castle.Components.Binder.Tests-vs2008.csproj
Delta lines: +1 -0
===================================================================
--- Components/Binder/trunk/src/Castle.Components.Binder.Tests/default.build
2010-01-14 11:58:25 UTC (rev 6662)
+++ Components/Binder/trunk/src/Castle.Components.Binder.Tests/default.build
2010-01-14 12:02:01 UTC (rev 6663)
@@ -9,6 +9,7 @@
<include buildfile="${common.scripts.dir}/common-project.xml" />
<target name="init" depends="common.init">
+ <property name="assembly.version" value="1.1.1.0" />
<assemblyfileset id="project.references" basedir="${build.dir}">
<include name="nunit.framework.dll" />
File [modified]: default.build
Delta lines: +4 -0
===================================================================
--- Components/Binder/trunk/src/Changes.txt 2010-01-14 11:58:25 UTC (rev
6662)
+++ Components/Binder/trunk/src/Changes.txt 2010-01-14 12:02:01 UTC (rev
6663)
@@ -1,3 +1,7 @@
+1.1.1
+==================
+- Updated to Validator 1.1.1, Core 1.2 and DP 2.1.
+
1.1.0
==================
Directory: /Components/Validator/trunk/lib/net-3.5/
===================================================
File [added]: Castle.Components.Validator.dll
Delta lines: +0 -0
===================================================================
Property changes on:
Components/Validator/trunk/lib/net-3.5/Castle.Components.Validator.dll
___________________________________________________________________
File [added]: Castle.Components.Validator.pdb
Delta lines: None
None
File [added]: Castle.Components.Validator.xml
Delta lines: None
None
Directory: /Components/Binder/trunk/src/
========================================
File [modified]: Changes.txt
Delta lines: +0 -0
===================================================================
Directory: /Components/Binder/trunk/
====================================
File [modified]: default.build
Delta lines: +0 -26
===================================================================
--- Components/Binder/trunk/src/Castle.Components.Binder/AssemblyInfo.cs
2010-01-14 11:58:25 UTC (rev 6662)
+++ Components/Binder/trunk/src/Castle.Components.Binder/AssemblyInfo.cs
2010-01-14 12:02:01 UTC (rev 6663)
@@ -1,27 +0,0 @@
-using System;
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.4200
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-[assembly: CLSCompliantAttribute(true)]
-[assembly: ComVisibleAttribute(false)]
-[assembly: AssemblyTitleAttribute("Castle.Components.Binder for Microsoft .NET
Framework 3.5")]
-[assembly: AssemblyDescriptionAttribute("")]
-[assembly: AssemblyCompanyAttribute("Castle Project")]
-[assembly: AssemblyProductAttribute("Castle.Components.Binder")]
-[assembly: AssemblyCopyrightAttribute("Castle Project, original author or
authors")]
-[assembly: AssemblyVersionAttribute("1.0.3.0")]
-[assembly: AssemblyInformationalVersionAttribute("1.0.3.0")]
-[assembly: AssemblyFileVersionAttribute("1.0.3.0")]
-[assembly: AssemblyDelaySignAttribute(false)]
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.