added missing readme-net-3.5.txt

This commit is contained in:
eeichinger
2009-12-25 09:36:04 +00:00
parent 2c3d2c204f
commit 3924f25f14
3 changed files with 14 additions and 2 deletions

View File

@@ -1242,7 +1242,6 @@ Commandline Examples:
<copy todir="${current.package.dir}/doc/schema"
file="build-support/install-schema.build"/>
<!--
<copy todir="${current.package.dir}/net/3.0/debug"
file="build-support/readme-net-3.0.txt"/>
@@ -1257,7 +1256,6 @@ Commandline Examples:
<copy todir="${current.package.dir}/bin/net/3.5/release"
file="build-support/readme-net-3.5.txt"/>
-->
<echo message="copying source code for release..."/>

View File

@@ -0,0 +1,6 @@
Spring.NET 1.3 supports .NET 1.1, 2.0, 3.0 and 3.5.
This folder contains DLLs specific for .NET 3.0. When on .NET 3.0 or higher, you should use the
the libraries from the bin\net\3.0 directory and all other Spring DLLs from the bin\net\2.0 directory
The libraries in the bin\net\3.0 directory is built against Spring DLLs in the corresponding bin\net\2.0 directory.

View File

@@ -0,0 +1,8 @@
Spring.NET 1.3 supports .NET 1.1, 2.0, 3.0 and 3.5.
There no specific .NET 3.5 DLLs since Spring.NET does not use any features from the .NET 3.5 Framework.
You should use the Spring.Services.dll library from the bin\net\3.0 directory and all other Spring DLLs from the bin\net\2.0 directory
The Spring.Services.dll in the bin\net\3.0 directory is built against Spring DLLs in the corresponding bin\net\2.0 directory.