Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Jan 14, 2016
1 parent 877de3c commit 205d341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nuget/Caliburn.Light.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Caliburn.Light</id>
<title>Caliburn.Light</title>
<version>3.1.0-alpha</version>
<version>3.1.0</version>
<authors>Thomas Ibel</authors>
<description>The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.</description>
<language>en-US</language>
Expand All @@ -13,6 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
- change Validation to be reflection free
- don't create new strings in validators (pre-format error messages)
- remove usage of Expression&lt;Func&lt;TProperty&gt;&gt; to extract the property name
- initial documentation update
- add BindableCommand as base class of DelegateCommand
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#endif

[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.1")]

0 comments on commit 205d341

Please sign in to comment.