From d7d1b7881a1d898f03f56d5993123ad1f772fdee Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 7 Jun 2019 15:52:06 +0100 Subject: [PATCH] Build 3.0.19.136-2 --- Doxyfile | 2 +- README.md | 2 +- SuiteCRMAddIn/Properties/AssemblyInfo.cs | 2 +- SuiteCRMAddInTests/SuiteCRMAddInTests.csproj | 2 +- SuiteCRMAddInTests/packages.config | 2 +- SuiteCRMAddInWixSetup/Product.wxs | 2 +- SuiteCRMClient/Properties/AssemblyInfo.cs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doxyfile b/Doxyfile index 0311990c..52a9e961 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "SuiteCRM Outlook Add-in" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.19.134 +PROJECT_NUMBER = 3.0.19.136 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index 1aa2a823..0b62f176 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### What's in this repository -SuiteCRM Outlook Plug-In v 3.0.19.134 +SuiteCRM Outlook Plug-In v 3.0.19.136 This repository has been created to allow community members to collaborate and contribute to the project. diff --git a/SuiteCRMAddIn/Properties/AssemblyInfo.cs b/SuiteCRMAddIn/Properties/AssemblyInfo.cs index 470668f7..6f5d7a72 100644 --- a/SuiteCRMAddIn/Properties/AssemblyInfo.cs +++ b/SuiteCRMAddIn/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // 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("3.0.19.134")] +[assembly: AssemblyVersion("3.0.19.136")] [assembly: AssemblyFileVersion("3.0.1")] diff --git a/SuiteCRMAddInTests/SuiteCRMAddInTests.csproj b/SuiteCRMAddInTests/SuiteCRMAddInTests.csproj index 74afc980..198c66d6 100644 --- a/SuiteCRMAddInTests/SuiteCRMAddInTests.csproj +++ b/SuiteCRMAddInTests/SuiteCRMAddInTests.csproj @@ -38,7 +38,7 @@ - ..\packages\NGettext.0.6.3\lib\net45\NGettext.dll + ..\packages\NGettext.0.6.3\lib\net46\NGettext.dll True diff --git a/SuiteCRMAddInTests/packages.config b/SuiteCRMAddInTests/packages.config index 0758d1f0..963dc136 100644 --- a/SuiteCRMAddInTests/packages.config +++ b/SuiteCRMAddInTests/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/SuiteCRMAddInWixSetup/Product.wxs b/SuiteCRMAddInWixSetup/Product.wxs index e7ef544d..074287db 100644 --- a/SuiteCRMAddInWixSetup/Product.wxs +++ b/SuiteCRMAddInWixSetup/Product.wxs @@ -4,7 +4,7 @@ Id="A784C437-58CF-4495-BE4A-F77657600001" Name="SuiteCRMAddIn" Language="1033" - Version="3.0.19.134" + Version="3.0.19.136" Manufacturer="SalesAgility" UpgradeCode="F50E9CEB-D641-4FC6-8E16-483505C3455A"> diff --git a/SuiteCRMClient/Properties/AssemblyInfo.cs b/SuiteCRMClient/Properties/AssemblyInfo.cs index 3fde539d..59035680 100644 --- a/SuiteCRMClient/Properties/AssemblyInfo.cs +++ b/SuiteCRMClient/Properties/AssemblyInfo.cs @@ -31,5 +31,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("3.0.19.134")] +[assembly: AssemblyVersion("3.0.19.136")] [assembly: AssemblyFileVersion("1.0.0.0")]