diff --git a/build/EntityHooks.nuspec b/build/EntityHooks.nuspec index b1eebb6..cd98d8f 100644 --- a/build/EntityHooks.nuspec +++ b/build/EntityHooks.nuspec @@ -2,7 +2,7 @@ EntityHooks - 1.1.1 + 1.2.0 EntityFramework Hooks Volodymyr Dombrovskyi https://github.com/dombrovsky/EntityHooks/blob/master/LICENSE diff --git a/build/VersionInfo.cs b/build/VersionInfo.cs index aeb68af..29b212a 100644 --- a/build/VersionInfo.cs +++ b/build/VersionInfo.cs @@ -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.")] \ No newline at end of file