Skip to content

Commit

Permalink
README + dosc updated. Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaliszko committed Aug 12, 2015
1 parent d67e8c2 commit b44d1fc
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 72 deletions.
209 changes: 152 additions & 57 deletions README.md

Large diffs are not rendered by default.

Binary file modified doc/api/api.chm
Binary file not shown.
19 changes: 11 additions & 8 deletions doc/api/api.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9fa42e16-83b8-44de-b906-41ddcd493a45}</ProjectGuid>
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
<RootNamespace>Documentation</RootNamespace>
Expand All @@ -19,9 +19,10 @@
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations\bin\Release\ExpressiveAnnotations.dll" />
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations.MvcUnobtrusive\bin\Release\ExpressiveAnnotations.MvcUnobtrusive.dll" />
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations.MvcUnobtrusive\bin\Release\ExpressiveAnnotations.MvcUnobtrusive.xml" />
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations\bin\Release\ExpressiveAnnotations.xml" /></DocumentationSources>
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations.MvcUnobtrusive\bin\Release\ExpressiveAnnotations.MvcUnobtrusive.dll" />
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations.MvcUnobtrusive\bin\Release\ExpressiveAnnotations.MvcUnobtrusive.xml" />
<DocumentationSource sourceFile="..\..\src\ExpressiveAnnotations\bin\Release\ExpressiveAnnotations.xml" />
</DocumentationSources>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
Expand All @@ -41,10 +42,12 @@
<ContentPlacement>AboveNamespaces</ContentPlacement>
<NamespaceSummaries>
<NamespaceSummaryItem name="(global)" isDocumented="False" />
<NamespaceSummaryItem name="ExpressiveAnnotations.Analysis" isDocumented="True">Namespace provides logic related to lexical and syntactic analysis of specified expressions.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.Attributes" isDocumented="True">Namespace provides expressive attributes that are used to define metadata for properties.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.MvcUnobtrusive.Providers" isDocumented="True">Namespace provides validator providers.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.MvcUnobtrusive.Validators" isDocumented="True">Namespace provides expressive validators for a specified validation types.</NamespaceSummaryItem></NamespaceSummaries>
<NamespaceSummaryItem name="ExpressiveAnnotations.Analysis" isDocumented="True">Namespace provides logic related to lexical and syntactic analysis of specified expressions.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.Attributes" isDocumented="True">Namespace provides expressive attributes that are used to define metadata for properties.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.MvcUnobtrusive.Providers" isDocumented="True">Namespace provides validator providers.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.MvcUnobtrusive.Validators" isDocumented="True">Namespace provides expressive validators for a specified validation types.</NamespaceSummaryItem>
<NamespaceSummaryItem name="ExpressiveAnnotations.MvcUnobtrusive.Attributes" isDocumented="True">Namespace provides attributes related to client-side functionality only.</NamespaceSummaryItem>
</NamespaceSummaries>
<VisibleItems>InheritedMembers, Protected, ProtectedInternalAsProtected</VisibleItems>
<ProjectSummary>ExpressiveAnnotations is a small .NET and JavaScript library, which provides annotation-based conditional validation mechanisms. Given RequiredIf and AssertThat attributes allow to forget about imperative way of step-by-step verification of validation conditions in many cases. This in turn results in less amount of code which is also more condensed, since fields validation requirements are applied as metadata, just in the place of such fields declaration.</ProjectSummary>
<RootNamespaceTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace ExpressiveAnnotations.MvcUnobtrusive.Attributes
{
/// <summary>
/// Provides a hint for client-side script referring to parser name, which should be used for DOM field value deserialization.
/// Provides a hint for client-side script pointing at parser name, which should be used for DOM field value deserialization.
/// </summary>
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false)]
public sealed class ValueParserAttribute : Attribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<Content Include="..\expressive.annotations.validate.js">
<Link>Scripts\expressive.annotations.validate.js</Link>
</Content>
<Content Include="Content\favicon.ico" />
<Content Include="favicon.ico" />
<Content Include="Content\themes\base\images\animated-overlay.gif" />
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
<Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
Expand Down
4 changes: 2 additions & 2 deletions src/ExpressiveAnnotations/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyVersion("2.3.2.0")]
[assembly: AssemblyFileVersion("2.3.2.0")]
2 changes: 1 addition & 1 deletion src/expressive.annotations.validate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* expressive.annotations.validate.js - v2.5.1
/* expressive.annotations.validate.js - v2.6.0
* Client-side component of ExpresiveAnnotations - annotation-based conditional validation library.
* https://github.com/JaroslawWaliszko/ExpressiveAnnotations
*
Expand Down

0 comments on commit b44d1fc

Please sign in to comment.