Skip to content

Commit

Permalink
up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Sep 11, 2012
1 parent 4aa1117 commit f0c3657
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ImpromptuInterface.FSharp/AssemblyInfo.fs
Original file line number Diff line number Diff line change
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.9.0")>]
[<assembly: AssemblyVersion("1.2.10.0")>]
()
7 changes: 2 additions & 5 deletions ImpromptuInterface.MVVM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +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.*")]
#if SILVERLIGHT
[assembly: AssemblyVersion("4.0.9.0")]
#else
[assembly: AssemblyVersion("4.0.9.*")]
#endif

[assembly: AssemblyVersion("4.0.10.0")]
8 changes: 1 addition & 7 deletions ImpromptuInterface/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

#if SILVERLIGHT

[assembly: AssemblyVersion("6.1.2.0")]

#else

[assembly: AssemblyVersion("6.1.2.*")]
[assembly: AssemblyVersion("6.1.3.0")]

#endif
2 changes: 1 addition & 1 deletion NuGetBuild/Core/ImpromptuInterface.MetaData.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<metadata>
<id>ImpromptuInterface</id>
<version>6.1.2</version>
<version>6.1.3</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>
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/Core/ImpromptuInterface.Symbol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ImpromptuInterface</id>
<version>6.1.2</version>
<version>6.1.3</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>
Expand Down
2 changes: 1 addition & 1 deletion NuGetBuild/Core/ImpromptuInterface.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ImpromptuInterface</id>
<version>6.1.2</version>
<version>6.1.3</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>
Expand Down
4 changes: 2 additions & 2 deletions NuGetBuild/FSharp/ImpromptuInterface.FSharp.MetaData.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<metadata>
<id>ImpromptuInterface.FSharp</id>
<version>1.2.9</version>
<version>1.2.10</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A complete dlr based dynamic operator implementation for F# (.net4 &amp; silverlight4)</description>
Expand All @@ -13,6 +13,6 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.1.2" />
<dependency id="ImpromptuInterface" version="6.1.3" />
</dependencies>
</metadata>
4 changes: 2 additions & 2 deletions NuGetBuild/FSharp/ImpromptuInterface.FSharp.Symbol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ImpromptuInterface.FSharp</id>
<version>1.2.9</version>
<version>1.2.10</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A complete dlr based dynamic operator implementation for F# (.net4 &amp; silverlight4)</description>
Expand All @@ -15,7 +15,7 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.1.2" />
<dependency id="ImpromptuInterface" version="6.1.3" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions NuGetBuild/FSharp/ImpromptuInterface.FSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ImpromptuInterface.FSharp</id>
<version>1.2.9</version>
<version>1.2.10</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A complete dlr based dynamic operator implementation for F# (.net4 &amp; silverlight4)</description>
Expand All @@ -15,7 +15,7 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.1.2" />
<dependency id="ImpromptuInterface" version="6.1.3" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions NuGetBuild/MVVM/ImpromptuInterface.MVVM.MetaData.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<metadata>
<id>ImpromptuInterface.MVVM</id>
<version>4.0.9-beta</version>
<version>4.0.10-beta</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5).
Expand All @@ -15,6 +15,6 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.1.2" />
<dependency id="ImpromptuInterface" version="6.1.3" />
</dependencies>
</metadata>
4 changes: 2 additions & 2 deletions NuGetBuild/MVVM/ImpromptuInterface.MVVM.Symbol.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ImpromptuInterface.MVVM</id>
<version>4.0.9-beta</version>
<version>4.0.10-beta</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5).
Expand All @@ -17,7 +17,7 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.1.2" />
<dependency id="ImpromptuInterface" version="6.1.3" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions NuGetBuild/MVVM/ImpromptuInterface.MVVM.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ImpromptuInterface.MVVM</id>
<version>4.0.9-beta</version>
<version>4.0.10-beta</version>
<authors>Jay Tuley</authors>
<owners>Jay Tuley</owners>
<description>A Lightweight Dynamic MVVM View Model(.net4 &amp; silverlight4 &amp; silverlight5).
Expand All @@ -17,7 +17,7 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" />
</frameworkAssemblies>
<dependencies>
<dependency id="ImpromptuInterface" version="6.1.2" />
<dependency id="ImpromptuInterface" version="6.1.3" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit f0c3657

Please sign in to comment.