Skip to content

Commit

Permalink
Merge pull request #222 from intuit/version
Browse files Browse the repository at this point in the history
updated release package
  • Loading branch information
nimisha84 authored Mar 1, 2022
2 parents 69d0962 + 99fd3ee commit b6b2783
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IPPDotNetDevKitCSV3/Code/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PackageIcon>$(MSBuildThisFileDirectory)logo.png</PackageIcon>
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
<AssemblyVersion>14.6.2.0</AssemblyVersion>
<FileVersion>14.6.2.0</FileVersion>
<AssemblyVersion>14.6.3.0</AssemblyVersion>
<FileVersion>14.6.3.0</FileVersion>
<Company>Intuit</Company>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>IppDotNetSdkForQuickBooksApiV3</PackageId>
<AssemblyName>IppDotNetSdkForQuickBooksApiV3</AssemblyName>
<DocumentationFile>$(BaseOutputPath)$(AssemblyName).xml</DocumentationFile>
<MainVersion>14.6.2.0</MainVersion>
<MainVersion>14.6.3.0</MainVersion>
<PackageVersionSuffix>pre</PackageVersionSuffix>
<Version>$(MainVersion)-$(PackageVersionSuffix)</Version>
<Version>$(MainVersion)</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public static class CoreConstants
/// <summary>
/// The Request source header value.
/// </summary>
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.2.0";
public const string REQUESTSOURCEHEADER = "V3DotNetSDK14.6.3.0";

/// <summary>
/// multipart/form-data format
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<Project>
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == ''">$(MSBuildThisFileDirectory)\</SolutionDir>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)artifacts\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<BaseOutputPath Condition=" '$(BaseOutputPath)' == '' ">$(MSBuildThisFileDirectory)artifacts\bin\</BaseOutputPath>
<DocumentationFile>$(BaseOutputPath)$(MSBuildProjectName).xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<DebugType Condition=" '$(Configuration)' == 'Debug' ">Full</DebugType>
<DebugType Condition=" '$(Configuration)' == 'Release' ">pdbonly</DebugType>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml</AllowedOutputExtensionsInPackageBuildOutputFolder>
<NoLogo>true</NoLogo>
<PackageOutputPath>$(SolutionDir)artifacts\nupkg</PackageOutputPath>
<PackageIcon>$(MSBuildThisFileDirectory)logo.png</PackageIcon>
<OutputPath>$(SolutionDir)artifacts\bin</OutputPath>
<Copyright>Copyright © 2020 Intuit, Inc.</Copyright>
<AssemblyVersion>14.6.3.0</AssemblyVersion>
<FileVersion>14.6.3.0</FileVersion>
<Company>Intuit</Company>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)' == 'netstandard2.0'">
<DefineConstants>NETCORE2_1;NETSTANDARD;NETSTANDARD2_0</DefineConstants>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)' == 'net472'">
<DefineConstants>NET472;NETFULL</DefineConstants>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)' == 'net461'">
<DefineConstants>NET461;NETFULL</DefineConstants>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>








</Project>

0 comments on commit b6b2783

Please sign in to comment.