Skip to content

Commit

Permalink
Updating version to 1.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislawSwierc committed Jul 11, 2011
1 parent df01b52 commit e15d064
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CodeBinding.Rx/Properties/AssemblyInfo.cs
Expand Up @@ -18,5 +18,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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
4 changes: 2 additions & 2 deletions CodeBinding/Properties/AssemblyInfo.cs
Expand Up @@ -19,8 +19,8 @@
// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]


// Make internal visible to other projects from the CodeBinding package
Expand Down
4 changes: 2 additions & 2 deletions Nuget/CodeBinding.Rx.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CodeBinding.Rx</id>
<version>1.1.0.0</version>
<version>1.1.1.0</version>
<title>CodeBinding.Rx</title>
<authors>StanislawSwierc</authors>
<owners>StanislawSwierc</owners>
Expand All @@ -14,7 +14,7 @@
<language>es-US</language>
<tags>wpf binding Rx Reactive Observable</tags>
<dependencies>
<dependency id="CodeBinding" version="1.1.0.0" />
<dependency id="CodeBinding" version="1.1.1.0" />
<dependency id="Rx-Main" version="1.0.10605" />
</dependencies>
</metadata>
Expand Down
5 changes: 4 additions & 1 deletion Nuget/CodeBinding.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CodeBinding</id>
<version>1.1.0.0</version>
<version>1.1.1.0</version>
<title>CodeBinding</title>
<authors>StanislawSwierc</authors>
<owners>StanislawSwierc</owners>
Expand All @@ -14,4 +14,7 @@
<language>es-US</language>
<tags>wpf binding</tags>
</metadata>
<files>
<file src="lib\net40\CodeBinding.dll" target="lib\net40\CodeBinding.dll" />
</files>
</package>
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,9 @@ CodeBinding

Change log
----------
1.1.1.0

* Fixed bug related to implicit conversion when binding to enum types

1.1.0.0

Expand All @@ -27,6 +30,10 @@ CodeBinding.Rx
Change log
----------

1.1.1.0

* Updated dependency on CodeBinding

1.1.0.0

* Added test projects
Expand Down

0 comments on commit e15d064

Please sign in to comment.