Skip to content

Commit

Permalink
prepare for release v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florinc committed Mar 2, 2015
1 parent d15e977 commit 0a8a370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AppBoot/iQuarc.AppBoot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
2 changes: 1 addition & 1 deletion AppBoot/iQuarc.AppBoot/iQuarc.AppBoot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>$description$</summary>
<description>$description$</description>
<releaseNotes>Basic functionality for hiding the DI Container and for defining a modular application.</releaseNotes>
<releaseNotes>Adds registrations by convention support.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Dependency Injection Modularity Bootstrap Configuration</tags>
<licenseUrl>https://raw.githubusercontent.com/iQuarc/AppBoot/master/MIT.md</licenseUrl>
Expand Down

0 comments on commit 0a8a370

Please sign in to comment.