##// END OF EJS Templates
changed urls in Implab.csproj
changed urls in Implab.csproj

File last commit:

r295:28af686e24f7 default
r296:58f49e47605b default
Show More
JsonXmlCaseTransform.cs
6 lines | 116 B | text/x-csharp | CSharpLexer
/ Implab / src / Xml / JsonXmlCaseTransform.cs
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 namespace Implab.Xml {
public enum JsonXmlCaseTransform {
None,
UcFirst,
LcFirst
}
cin
Added tests for Implab.ServiceHost.Unity configuration loader.
r289 }