Skip to content

Commit

Permalink
Update Readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayt committed Aug 3, 2012
1 parent 9600383 commit 50fecd5
Show file tree
Hide file tree
Showing 22 changed files with 126 additions and 87 deletions.
2 changes: 1 addition & 1 deletion ImpromptuInterface.FSharp/AssemblyInfo.fs
Expand Up @@ -40,5 +40,5 @@ open System.Runtime.InteropServices;
// 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("1.2.5.0")>]
[<assembly: AssemblyVersion("1.2.6.0")>]
()
4 changes: 2 additions & 2 deletions ImpromptuInterface.MVVM/Properties/AssemblyInfo.cs
Expand Up @@ -42,7 +42,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
#if SILVERLIGHT
[assembly: AssemblyVersion("4.0.5.0")]
[assembly: AssemblyVersion("4.0.6.0")]
#else
[assembly: AssemblyVersion("4.0.5.*")]
[assembly: AssemblyVersion("4.0.6.*")]
#endif
4 changes: 2 additions & 2 deletions ImpromptuInterface/Properties/AssemblyInfo.cs
Expand Up @@ -59,10 +59,10 @@

#if SILVERLIGHT

[assembly: AssemblyVersion("6.0.5.0")]
[assembly: AssemblyVersion("6.0.6.0")]

#else

[assembly: AssemblyVersion("6.0.5.*")]
[assembly: AssemblyVersion("6.0.6.*")]

#endif
4 changes: 2 additions & 2 deletions NuGetBuild/Core/ImpromptuInterface.MetaData.xml
@@ -1,13 +1,13 @@
<metadata>
<id>ImpromptuInterface</id>
<version>6.0.5</version>
<version>6.0.6</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Duck Casting Framework for dynamic C# 4.0 (.net4 &amp; silverlight4 &amp; silveright5 ). Includes helper methods for dynamic invocation via method and property names known only at runtime (runs faster than reflection).</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface-Icon.png</iconUrl>
<tags>ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr</tags>
<tags>ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr currying</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
Expand Down
6 changes: 3 additions & 3 deletions NuGetBuild/Core/ImpromptuInterface.Symbol.nuspec
Expand Up @@ -2,22 +2,22 @@
<package>
<metadata>
<id>ImpromptuInterface</id>
<version>6.0.5</version>
<version>6.0.6</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Duck Casting Framework for dynamic C# 4.0 (.net4 &amp; silverlight4 &amp; silveright5 ). Includes helper methods for dynamic invocation via method and property names known only at runtime (runs faster than reflection).</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface-Icon.png</iconUrl>
<tags>ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr</tags>
<tags>ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr currying</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
</metadata>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.txt" />
<file src="..\..\..\..\docs\Core\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.Silverlight\bin\Release\Impromptu*.xml" target="lib\SL40" />
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/Core/ImpromptuInterface.Symbol.tt
Expand Up @@ -4,7 +4,7 @@
<#@ include file="ImpromptuInterface.MetaData.xml" #>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.txt" />
<file src="..\..\..\..\docs\Core\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.Silverlight\bin\Release\Impromptu*.xml" target="lib\SL40" />
Expand Down
6 changes: 3 additions & 3 deletions NuGetBuild/Core/ImpromptuInterface.nuspec
Expand Up @@ -2,22 +2,22 @@
<package>
<metadata>
<id>ImpromptuInterface</id>
<version>6.0.5</version>
<version>6.0.6</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Duck Casting Framework for dynamic C# 4.0 (.net4 &amp; silverlight4 &amp; silveright5 ). Includes helper methods for dynamic invocation via method and property names known only at runtime (runs faster than reflection).</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface-Icon.png</iconUrl>
<tags>ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr</tags>
<tags>ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr currying</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
</metadata>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.txt" />
<file src="..\..\..\..\docs\Core\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.Silverlight\bin\Release\Impromptu*.xml" target="lib\SL40" />
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/Core/ImpromptuInterface.tt
Expand Up @@ -4,7 +4,7 @@
<#@ include file="ImpromptuInterface.MetaData.xml" #>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.txt" />
<file src="..\..\..\..\docs\Core\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface\bin\Release\Impromptu*.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.Silverlight\bin\Release\Impromptu*.xml" target="lib\SL40" />
Expand Down
8 changes: 4 additions & 4 deletions NuGetBuild/FSharp/ImpromptuInterface.FSharp.MetaData.xml
@@ -1,18 +1,18 @@
<metadata>
<id>ImpromptuInterface.FSharp</id>
<version>1.2.5</version>
<version>1.2.6</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A complete dlr based dynamic operator implementation for F#</description>
<description>A complete dlr based dynamic operator implementation for F# (.net4 &amp; silverlight4)</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface.FSharp-Icon.png</iconUrl>
<tags>dynamic .net40 FSharp dlr impromptu interface</tags>
<tags>dynamic .net40 FSharp dlr impromptu interface silverlight</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.0.5" />
<dependency id="ImpromptuInterface" version="6.0.6" />
</dependencies>
</metadata>
10 changes: 5 additions & 5 deletions NuGetBuild/FSharp/ImpromptuInterface.FSharp.Symbol.nuspec
Expand Up @@ -2,25 +2,25 @@
<package>
<metadata>
<id>ImpromptuInterface.FSharp</id>
<version>1.2.5</version>
<version>1.2.6</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A complete dlr based dynamic operator implementation for F#</description>
<description>A complete dlr based dynamic operator implementation for F# (.net4 &amp; silverlight4)</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface.FSharp-Icon.png</iconUrl>
<tags>dynamic .net40 FSharp dlr impromptu interface</tags>
<tags>dynamic .net40 FSharp dlr impromptu interface silverlight</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.0.5" />
<dependency id="ImpromptuInterface" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.FSharp.txt" />
<file src="..\..\..\..\docs\FSharp\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp.Silverlight\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\SL40" />
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/FSharp/ImpromptuInterface.FSharp.Symbol.tt
Expand Up @@ -4,7 +4,7 @@
<#@ include file="ImpromptuInterface.FSharp.MetaData.xml" #>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.FSharp.txt" />
<file src="..\..\..\..\docs\FSharp\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp.Silverlight\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\SL40" />
Expand Down
10 changes: 5 additions & 5 deletions NuGetBuild/FSharp/ImpromptuInterface.FSharp.nuspec
Expand Up @@ -2,25 +2,25 @@
<package>
<metadata>
<id>ImpromptuInterface.FSharp</id>
<version>1.2.5</version>
<version>1.2.6</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A complete dlr based dynamic operator implementation for F#</description>
<description>A complete dlr based dynamic operator implementation for F# (.net4 &amp; silverlight4)</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface.FSharp-Icon.png</iconUrl>
<tags>dynamic .net40 FSharp dlr impromptu interface</tags>
<tags>dynamic .net40 FSharp dlr impromptu interface silverlight</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.0.5" />
<dependency id="ImpromptuInterface" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.FSharp.txt" />
<file src="..\..\..\..\docs\FSharp\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp.Silverlight\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\SL40" />
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/FSharp/ImpromptuInterface.FSharp.tt
Expand Up @@ -4,7 +4,7 @@
<#@ include file="ImpromptuInterface.FSharp.MetaData.xml" #>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.FSharp.txt" />
<file src="..\..\..\..\docs\FSharp\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp\bin\Release\ImpromptuInterface.FSharp.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.FSharp.Silverlight\bin\Release\ImpromptuInterface.FSharp.xml" target="lib\SL40" />
Expand Down
10 changes: 6 additions & 4 deletions NuGetBuild/MVVM/ImpromptuInterface.MVVM.MetaData.xml
@@ -1,18 +1,20 @@
<metadata>
<id>ImpromptuInterface.MVVM</id>
<version>4.0.5-beta</version>
<version>4.0.6-beta</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5). Removes boilerplate code for MVVM, makes it practical to use MVVM in small apps.</description>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5).
Removes boilerplate code for MVVM, makes it practical to use MVVM in all size apps.
IOC supported using NInject, TinyIOC, Unity or MEF.</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface.MVVM-Icon.png</iconUrl>
<tags>MVVM dynamic .net40 Silverlight wpf impromptu interface</tags>
<tags>MVVM dynamic .net40 Silverlight wpf impromptu interface unity mef ninject tinyioc</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.0.5" />
<dependency id="ImpromptuInterface" version="6.0.6" />
</dependencies>
</metadata>
12 changes: 7 additions & 5 deletions NuGetBuild/MVVM/ImpromptuInterface.MVVM.Symbol.nuspec
Expand Up @@ -2,25 +2,27 @@
<package>
<metadata>
<id>ImpromptuInterface.MVVM</id>
<version>4.0.5-beta</version>
<version>4.0.6-beta</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5). Removes boilerplate code for MVVM, makes it practical to use MVVM in small apps.</description>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5).
Removes boilerplate code for MVVM, makes it practical to use MVVM in all size apps.
IOC supported using NInject, TinyIOC, Unity or MEF.</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface.MVVM-Icon.png</iconUrl>
<tags>MVVM dynamic .net40 Silverlight wpf impromptu interface</tags>
<tags>MVVM dynamic .net40 Silverlight wpf impromptu interface unity mef ninject tinyioc</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.0.5" />
<dependency id="ImpromptuInterface" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.MVVM.txt" />
<file src="..\..\..\..\docs\MVVM\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM.Silverlight\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\SL40" />
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/MVVM/ImpromptuInterface.MVVM.Symbol.tt
Expand Up @@ -4,7 +4,7 @@
<#@ include file="ImpromptuInterface.MVVM.MetaData.xml" #>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.MVVM.txt" />
<file src="..\..\..\..\docs\MVVM\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM.Silverlight\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\SL40" />
Expand Down
12 changes: 7 additions & 5 deletions NuGetBuild/MVVM/ImpromptuInterface.MVVM.nuspec
Expand Up @@ -2,25 +2,27 @@
<package>
<metadata>
<id>ImpromptuInterface.MVVM</id>
<version>4.0.5-beta</version>
<version>4.0.6-beta</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5). Removes boilerplate code for MVVM, makes it practical to use MVVM in small apps.</description>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5).
Removes boilerplate code for MVVM, makes it practical to use MVVM in all size apps.
IOC supported using NInject, TinyIOC, Unity or MEF.</description>
<projectUrl>http://code.google.com/p/impromptu-interface/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://impromptu-interface.googlecode.com/files/ImpromptuInterface.MVVM-Icon.png</iconUrl>
<tags>MVVM dynamic .net40 Silverlight wpf impromptu interface</tags>
<tags>MVVM dynamic .net40 Silverlight wpf impromptu interface unity mef ninject tinyioc</tags>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.0.5" />
<dependency id="ImpromptuInterface" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.MVVM.txt" />
<file src="..\..\..\..\docs\MVVM\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM.Silverlight\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\SL40" />
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/MVVM/ImpromptuInterface.MVVM.tt
Expand Up @@ -4,7 +4,7 @@
<#@ include file="ImpromptuInterface.MVVM.MetaData.xml" #>
<files>
<file src="..\..\..\..\docs\License.txt" />
<file src="..\..\..\..\docs\Readme.MVVM.txt" />
<file src="..\..\..\..\docs\MVVM\Readme.txt" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM\bin\Release\ImpromptuInterface.MVVM.dll" target="lib\net40" />
<file src="..\..\..\..\ImpromptuInterface.MVVM.Silverlight\bin\Release\ImpromptuInterface.MVVM.xml" target="lib\SL40" />
Expand Down

0 comments on commit 50fecd5

Please sign in to comment.