summaryrefslogtreecommitdiff
path: root/dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet')
-rw-r--r--dotnet/NOTICE.txt8
-rw-r--r--dotnet/default.build4
2 files changed, 9 insertions, 3 deletions
diff --git a/dotnet/NOTICE.txt b/dotnet/NOTICE.txt
index 910974b01c..0b22ed3ab2 100644
--- a/dotnet/NOTICE.txt
+++ b/dotnet/NOTICE.txt
@@ -23,4 +23,10 @@ This product also includes software developed by:
- The Mentalis Security Library, Copyright © 2002-2006, , The Mentalis.org Team
under tterms based on the BSD license (http://www.mentalis.org/site/license.qpx).
- Available from http://www.mentalis.org/soft/projects/seclib/ \ No newline at end of file
+ Available from http://www.mentalis.org/soft/projects/seclib/
+
+This product includes software, Apache Log4Net
+(http://logging.apache.org/log4net)
+License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
+
+
diff --git a/dotnet/default.build b/dotnet/default.build
index 52a67ff638..f719d82c80 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -8,8 +8,8 @@
<property name="build.config" value="debug" />
<!-- Sets build properties consistently accross all assemblies in the project. -->
- <property name="build.version.major" value="2"/>
- <property name="build.version.minor" value="1"/>
+ <property name="build.version.major" value="0"/>
+ <property name="build.version.minor" value="3"/>
<property name="build.version.build" value="0"/>
<property name="build.version.revision" value="0"/>
<property name="build.company" value="Apache Software Foundation"/>