Skip to content

Commit

Permalink
Version changed to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Dombrovskyi committed Jul 2, 2016
1 parent c3e6a21 commit abd9c5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/EntityHooks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EntityHooks</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>EntityFramework Hooks</title>
<authors>Volodymyr Dombrovskyi</authors>
<licenseUrl>https://github.com/dombrovsky/EntityHooks/blob/master/LICENSE</licenseUrl>
Expand Down
12 changes: 6 additions & 6 deletions build/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;

// Version information for an assembly consists of the following four values:
Expand All @@ -10,9 +10,9 @@
//
// 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: AssemblyInformationalVersion("1.1.0")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.1")]

[assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "Need to include suffix in AssemblyInformationalVersion.")]

0 comments on commit abd9c5e

Please sign in to comment.