Skip to content

Commit

Permalink
Bumping version to 1.1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamconnelly committed Aug 25, 2018
1 parent 3013f75 commit 8f5355d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AppConfigFacility.Azure/AppConfigFacility.Azure.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<language>en</language>
<projectUrl>https://github.com/adamconnelly/WindsorAppConfigFacility</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/adamconnelly/WindsorAppConfigFacility/master/LICENSE.txt</licenseUrl>
<releaseNotes>Updated to support Castle 4.0.0 and above. No-longer supports Castle 3.*.</releaseNotes>
<releaseNotes>Updated to use Windsor IConversionManager instead of Convert.ChangeType().</releaseNotes>

<dependencies>
<dependency id="WindsorAppConfigFacility" version="$version$" />
Expand Down
2 changes: 1 addition & 1 deletion AppConfigFacility/AppConfigFacility.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<language>en</language>
<projectUrl>https://github.com/adamconnelly/WindsorAppConfigFacility</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/adamconnelly/WindsorAppConfigFacility/master/LICENSE.txt</licenseUrl>
<releaseNotes>Updated to support Castle 4.0.0 and above. No-longer supports Castle 3.*.</releaseNotes>
<releaseNotes>Updated to use Windsor IConversionManager instead of Convert.ChangeType().</releaseNotes>

<dependencies>
<dependency id="Castle.Core" version="4.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyVersion("1.1.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.0.0")]
[assembly: System.Reflection.AssemblyCopyright("Copyright (c) Adam Connelly, 2014")]


0 comments on commit 8f5355d

Please sign in to comment.