Skip to content

Commit

Permalink
Bumped version to 1.2.0, updated .gitignore to ignore nupkg files, up…
Browse files Browse the repository at this point in the history
…dated README.md
  • Loading branch information
dchaib committed Feb 24, 2013
1 parent c02fade commit 51de349
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,5 @@ pip-log.txt

# Mac crap
.DS_Store

*.nupkg
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The project contains the default screens and conductors provided by Caliburn.Mic

## What does it support?

For now, this only supports the latest versions of Caliburn.Micro (1.4) and ReactiveUI (4.3.0), for .Net 4.5.
For now, this only supports the latest versions of Caliburn.Micro (1.4) and ReactiveUI (4.3.0), for .Net 4.5, WinRT and Silverlight 5.

## Where can it be found?

Expand Down
2 changes: 1 addition & 1 deletion nuget/package/Caliburn.Micro.ReactiveUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Caliburn.Micro.ReactiveUI</id>
<version>1.2</version>
<version>1.2.0</version>
<title>Caliburn.Micro.ReactiveUI</title>
<authors>Damien Chaib</authors>
<owners>Damien Chaib</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/Caliburn.Micro.ReactiveUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
4 changes: 2 additions & 2 deletions src/Caliburn.Micro.ReactiveUI_SL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]

0 comments on commit 51de349

Please sign in to comment.