Skip to content

Commit 0a3e760

Browse files
authored
Merge pull request #290 from sujitharamadass/FixBuild
Fix build and removing Newtonsoft reference from props
2 parents 88c40e8 + 5ae09c5 commit 0a3e760

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

IPPDotNetDevKitCSV3/Code/Directory.Build.props

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageIcon>$(MSBuildThisFileDirectory)logo.png</PackageIcon>
1515
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
1616
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
17-
<AssemblyVersion>14.6.3.3</AssemblyVersion>
18-
<FileVersion>14.6.3.3</FileVersion>
17+
<AssemblyVersion>14.6.3.4</AssemblyVersion>
18+
<FileVersion>14.6.3.4</FileVersion>
1919
<Company>Intuit</Company>
2020
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
2121
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
@@ -35,10 +35,6 @@
3535

3636
</PropertyGroup>
3737

38-
<ItemGroup>
39-
40-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
41-
</ItemGroup>
4238

4339

4440

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Nupkg/Intuit.Ipp.Nupkg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>IppDotNetSdkForQuickBooksApiV3</PackageId>
1010
<AssemblyName>IppDotNetSdkForQuickBooksApiV3</AssemblyName>
1111
<DocumentationFile>$(BaseOutputPath)$(AssemblyName).xml</DocumentationFile>
12-
<MainVersion>14.6.3.3</MainVersion>
12+
<MainVersion>14.6.3.4</MainVersion>
1313
<PackageVersionSuffix>pre</PackageVersionSuffix>
1414
<Version>$(MainVersion)-$(PackageVersionSuffix)</Version>
1515
<Version>$(MainVersion)</Version>

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Utility/Common/CoreConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public static class CoreConstants
250250
/// <summary>
251251
/// The Request source header value.
252252
/// </summary>
253-
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.3.3";
253+
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.3.4";
254254

255255
/// <summary>
256256
/// multipart/form-data format

IPPDotNetDevKitCSV3/Tools/XsdExtension/Intuit.Ipp.Data/Directory.Build.props

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageOutputPath>$(SolutionDir)artifacts\nupkg</PackageOutputPath>
1414
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
1515
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
16-
<AssemblyVersion>14.6.3.3</AssemblyVersion>
17-
<FileVersion>14.6.3.3</FileVersion>
16+
<AssemblyVersion>14.6.3.4</AssemblyVersion>
17+
<FileVersion>14.6.3.4</FileVersion>
1818
<Company>Intuit</Company>
1919
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
2020
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
@@ -35,11 +35,6 @@
3535
</PropertyGroup>
3636

3737

38-
<ItemGroup>
39-
40-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
41-
</ItemGroup>
42-
4338

4439

4540

0 commit comments

Comments
 (0)