Skip to content

Commit

Permalink
Version changed to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Dombrovskyi committed Nov 11, 2016
1 parent 4f915e7 commit 6e8099f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1</version>
<version>1.2.0</version>
<title>EntityFramework Hooks</title>
<authors>Volodymyr Dombrovskyi</authors>
<licenseUrl>https://github.com/dombrovsky/EntityHooks/blob/master/LICENSE</licenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions build/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// 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.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.1")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]

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

0 comments on commit 6e8099f

Please sign in to comment.