diff --git a/.gitignore b/.gitignore index 33182b1..8069f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ obj/ .vs/config/applicationhost.config bin/ packages/ +Installation/NBrightBuyDepot_1.1.0.0_Install.zip +Installation/NBrightBuyDepot_Resource.zip diff --git a/Componants/Interfaces/Filter.cs b/Componants/Interfaces/Filter.cs index 31a9ac6..d78abb7 100644 --- a/Componants/Interfaces/Filter.cs +++ b/Componants/Interfaces/Filter.cs @@ -12,7 +12,7 @@ namespace Nevoweb.DNN.NBrightBuy.Providers.NBrightBuyDepot { public class Filter : Components.Interfaces.FilterInterface { - public override string GetFilter(string currentFilter, NavigationData navigationData, ModSettings setting, HttpContext context) + public override string GetFilter(string currentFilter, NavigationData navigationData, ModSettings setting, NBrightInfo ajaxInfo) { throw new NotImplementedException(); } diff --git a/Installation/NBrightBuyDepot.dnn b/Installation/NBrightBuyDepot.dnn index fe6d55d..1f0e64d 100644 --- a/Installation/NBrightBuyDepot.dnn +++ b/Installation/NBrightBuyDepot.dnn @@ -1,6 +1,6 @@  - + NBrightBuyDepot NBrightBuyDepot: Depot Admin for NBS diff --git a/Installation/NBrightBuyDepot_1.0.1.0_Install.zip b/Installation/NBrightBuyDepot_1.0.1.0_Install.zip deleted file mode 100644 index a419a70..0000000 Binary files a/Installation/NBrightBuyDepot_1.0.1.0_Install.zip and /dev/null differ diff --git a/Installation/NBrightBuyDepot_Resource.zip b/Installation/NBrightBuyDepot_Resource.zip deleted file mode 100644 index 61e8291..0000000 Binary files a/Installation/NBrightBuyDepot_Resource.zip and /dev/null differ diff --git a/NBrightBuyDepot.csproj b/NBrightBuyDepot.csproj index 87cf084..3c2548c 100644 --- a/NBrightBuyDepot.csproj +++ b/NBrightBuyDepot.csproj @@ -1,16 +1,16 @@  - + Debug AnyCPU 8.0.30703 2.0 - {3F96B553-3FDE-4F11-B7AD-E6D45A755327} + {EAC28619-5E23-4D38-9070-F24A24DAD906} Library Properties NBrightBuyDepot NBrightBuyDepot - v4.5 + v4.7.2 512 @@ -49,9 +49,8 @@ ..\..\..\bin\NBrightDNN.dll - + ..\..\..\bin\RazorEngine.dll - True diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 452f010..00d2df8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/app.config b/app.config index b30b9f0..de6ad72 100644 --- a/app.config +++ b/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file +