Skip to content

Commit

Permalink
salesagility#99 build 3.0.19.125: Experimental upgrade to .Net 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-brooke committed May 3, 2019
1 parent da764ba commit 70003fd
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.123
PROJECT_NUMBER = 3.0.19.125

# 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### What's in this repository

SuiteCRM Outlook Plug-In v 3.0.19.123
SuiteCRM Outlook Plug-In v 3.0.19.125

This repository has been created to allow community members to collaborate and contribute to the project.

Expand Down
2 changes: 1 addition & 1 deletion SuiteCRMAddIn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.123")]
[assembly: AssemblyVersion("3.0.19.125")]
[assembly: AssemblyFileVersion("3.0.1")]

2 changes: 1 addition & 1 deletion SuiteCRMAddIn/SuiteCRMAddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<NoStandardLibraries>false</NoStandardLibraries>
<RootNamespace>SuiteCRMAddIn</RootNamespace>
<AssemblyName>SuiteCRMAddIn</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<DefineConstants>VSTO40</DefineConstants>
<IsWebBootstrapper>False</IsWebBootstrapper>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
Expand Down
2 changes: 1 addition & 1 deletion SuiteCRMAddIn/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
<system.net>
<defaultProxy useDefaultCredentials="true"/>
</system.net>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
2 changes: 1 addition & 1 deletion SuiteCRMAddInTests/SuiteCRMAddInTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuiteCRMAddInTests</RootNamespace>
<AssemblyName>SuiteCRMAddInTests</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
2 changes: 1 addition & 1 deletion SuiteCRMAddInTests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
</setting>
</SuiteCRMAddInTests.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
2 changes: 1 addition & 1 deletion SuiteCRMAddInWixSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Id="A784C437-58CF-4495-BE4A-F77657600001"
Name="SuiteCRMAddIn"
Language="1033"
Version="3.0.19.123"
Version="3.0.19.125"
Manufacturer="SalesAgility"
UpgradeCode="F50E9CEB-D641-4FC6-8E16-483505C3455A">

Expand Down
2 changes: 1 addition & 1 deletion SuiteCRMClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.123")]
[assembly: AssemblyVersion("3.0.19.125")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion SuiteCRMClient/SuiteCRMClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SuiteCRMClient</RootNamespace>
<AssemblyName>SuiteCRMClient</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
Expand Down
6 changes: 3 additions & 3 deletions SuiteCRMClient/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<client/>
</system.serviceModel>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols=false;Switch.System.Net.DontEnableSchUseStrongCrypto=false" />
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=true" />
<AppContextSwitchOverrides value="Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols=false;Switch.System.Net.DontEnableSchUseStrongCrypto=false"/>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=true"/>
</runtime>
</configuration>

0 comments on commit 70003fd

Please sign in to comment.