From e978c94962aec11bc5449bd50c26d5b035efd16c Mon Sep 17 00:00:00 2001 From: bilal-fazlani Date: Wed, 4 Nov 2015 13:28:11 +0530 Subject: [PATCH] update version and yml for 3.4.0 --- TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs | 4 ++-- TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs | 4 ++-- TrackerEnabledDbContext/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs b/TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs index 1cc5c5e..06e4239 100644 --- a/TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs +++ b/TrackerEnabledDbContext.Common/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.14.0")] -[assembly: AssemblyFileVersion("3.3.14.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.4.0.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] \ No newline at end of file diff --git a/TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs b/TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs index fe87776..98442ea 100644 --- a/TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs +++ b/TrackerEnabledDbContext.Identity/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.14.0")] -[assembly: AssemblyFileVersion("3.3.14.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.4.0.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] \ No newline at end of file diff --git a/TrackerEnabledDbContext/Properties/AssemblyInfo.cs b/TrackerEnabledDbContext/Properties/AssemblyInfo.cs index 03c8cc3..d8935eb 100644 --- a/TrackerEnabledDbContext/Properties/AssemblyInfo.cs +++ b/TrackerEnabledDbContext/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.3.14.0")] -[assembly: AssemblyFileVersion("3.3.14.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.4.0.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 9c05e8c..ee999e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.3.{build} +version: 3.4.{build} os: Visual Studio 2015 assembly_info: patch: false