Skip to content

Commit

Permalink
preparing for v3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkozmic committed Apr 27, 2014
1 parent c680bab commit 41a84ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.3.0
==================
- implemented #51 - removed abandoned projects: Binder, Pagination, Validator
- implemented #49 - build NuGet and Zip packages from TeamCity - contributed by Blair Conrad (@blairconrad)
- implemented #42 - move complicated BuildInternalsVisibleMessageForType method out of DynamicProxyBuilder - contributed by Blair Conrad (@blairconrad)
- fixed #47 - Calling DynamicProxy proxy methods with multidimensional array parameters - contributed by Ed Parcell (@edparcell)
- fixed #44 - DictionaryAdapter FetchAttribute on type has no effect
Expand Down
6 changes: 3 additions & 3 deletions Settings.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Project Settings file for VS and external build files
Copyright 2004-2012 Castle Project - http://www.castleproject.org/
Copyright 2004-2014 Castle Project - http://www.castleproject.org/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,8 +39,8 @@ limitations under the License.
<BuildName></BuildName>
<!-- Versioning -->
<Project_Major>3</Project_Major>
<Project_Minor>2</Project_Minor>
<Project_Build>2</Project_Build>
<Project_Minor>3</Project_Minor>
<Project_Build>0</Project_Build>

<AssemblyVersion_Build>0</AssemblyVersion_Build> <!-- By default it's (and should be) equal to $(Project_Build) -->

Expand Down

0 comments on commit 41a84ad

Please sign in to comment.