added missing readme-net-3.5.txt
This commit is contained in:
@@ -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..."/>
|
||||
|
||||
|
||||
6
build-support/readme-net-3.0.txt
Normal file
6
build-support/readme-net-3.0.txt
Normal 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.
|
||||
8
build-support/readme-net-3.5.txt
Normal file
8
build-support/readme-net-3.5.txt
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user