From 3924f25f1425e48eb6dde2c704ae8840b797164f Mon Sep 17 00:00:00 2001 From: eeichinger Date: Fri, 25 Dec 2009 09:36:04 +0000 Subject: [PATCH] added missing readme-net-3.5.txt --- Spring.build | 2 -- build-support/readme-net-3.0.txt | 6 ++++++ build-support/readme-net-3.5.txt | 8 ++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 build-support/readme-net-3.0.txt create mode 100644 build-support/readme-net-3.5.txt diff --git a/Spring.build b/Spring.build index 22d453e9..ee8447f7 100644 --- a/Spring.build +++ b/Spring.build @@ -1242,7 +1242,6 @@ Commandline Examples: - diff --git a/build-support/readme-net-3.0.txt b/build-support/readme-net-3.0.txt new file mode 100644 index 00000000..8f905ade --- /dev/null +++ b/build-support/readme-net-3.0.txt @@ -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. diff --git a/build-support/readme-net-3.5.txt b/build-support/readme-net-3.5.txt new file mode 100644 index 00000000..14f436ad --- /dev/null +++ b/build-support/readme-net-3.5.txt @@ -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. +