-
Notifications
You must be signed in to change notification settings - Fork 25
/
VersionHistory.txt
82 lines (60 loc) · 2.77 KB
/
VersionHistory.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
==================================================
S#arp Lite 0.9
==================================================
Resolved the following issues:
* Upgraded to NHibernate 3.3.1
* Fixed exception handling issue within SessionPerRequestModule that was leaving connections open
* Added \SharpLite\Template\TemplateSrc\app\TemplateSrc.DB\Migrations\_SqlMigrations.exe which
will be included in all Templify generated S#arp Lite projects. Details about this project may
be found at http://code.google.com/p/db-migrations-in-raw-sql/
Upgrading from previous version:
#) Copy the following into your project's lib folder:
* \SharpLite\Template\TemplateSrc\lib\SharpLite.*
* \SharpLite\Template\TemplateSrc\lib\Iesi.Collections.*
* \SharpLite\Template\TemplateSrc\lib\NHibernate.*
#) To upgrade the Templify template, copy \SharpLite\Template\s#arp-lite-project-v0.9.pkg to
C:\Users\%USER%\AppData\Roaming\Endjin\Templify\repo\ (Note that the AppData folder is hidden by
default.)
Coming in v 1.0...
* More documentation, example code, and blog posts
* Support for Entity Framework in addition to NHibernate
* ASP.NET MVC 4 (if available at release)
==================================================
S#arp Lite 0.42.02
==================================================
Added good sized example project and very comprehensive greenfield development with S#arp Lite
under \SharpLite\Example\CaTS
Resolved the following issues:
* https://github.com/codai/Sharp-Lite/pull/8
* https://github.com/codai/Sharp-Lite/pull/5 to add configuration caching
* https://github.com/sharparchitecture/Sharp-Architecture/pull/41
* https://github.com/codai/Sharp-Lite/issues/6
* Updated Templify template to 0.42.02
Upgrading from previous version:
#) Copy \SharpLite\Template\TemplateSrc\lib\SharpLite.* into your project's lib folder
#) To use NHibernate configuration caching, emulate
\SharpLite\Example\MyStore\app\MyStore.NHibernateProvider\NHibernateInitializer.cs
==================================================
S#arp Lite 0.42.01
==================================================
Resolved the following issues:
* https://github.com/codai/Sharp-Lite/pull/1
* https://github.com/codai/Sharp-Lite/issues/2
* https://github.com/codai/Sharp-Lite/issues/3
Upgrading from previous version:
#) Copy \SharpLite\Template\TemplateSrc\lib\SharpLite.* into your project's lib folder
==================================================
S#arp Lite 0.42 for Visual Studio 2010
==================================================
New and exciting:
It's S#arp Lite!
This initial release of S#arp Lite includes:
* S#arp Lite source
* Templify project template
* Support for NHibernate (Entity Framework support might be coming soon)
-------
Dependencies:
ASP.NET MVC 3
NHibernate 3.2.0 GA
NUnit 2.5.10.11092
Structure Map 2.6.1