Skip to content

Commit c43354d

Browse files
committed
Changes due to Release
1 parent 0eb523f commit c43354d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/AuthenticationSdk.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>0.0.0.1</Version>
6+
<Version>0.0.1.0</Version>
77
<Authors>CyberSource</Authors>
88
<Product>Authentication_SDK</Product>
99
<Description />
1010
<Copyright>Copyright © 2021</Copyright>
1111
<AssemblyName>Cybersource.Authentication.NetStandard</AssemblyName>
12+
<PackageId>CyberSource.Authentication.NetStandard</PackageId>
1213
</PropertyGroup>
1314

1415
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<RootNamespace>CyberSource</RootNamespace>
6-
<Version>0.0.0.1</Version>
6+
<Version>0.0.1.0</Version>
77
<Authors>CyberSource</Authors>
88
<Company>CyberSource</Company>
99
<Description>A library generated from a Swagger doc</Description>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11-
<PackageId>Cybersource.Rest.Client.NetStandard</PackageId>
11+
<PackageId>CyberSource.Rest.Client.NetStandard</PackageId>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -25,16 +25,11 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28+
<PackageReference Include="CyberSource.Authentication.NetStandard" Version="0.0.1" />
2829
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2930
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3031
<PackageReference Include="RestSharp" Version="106.11.5" />
3132
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
3233
</ItemGroup>
3334

34-
<ItemGroup>
35-
<Reference Include="Cybersource.Authentication.NetStandard">
36-
<HintPath>..\..\cybersource-rest-auth-netstandard\AuthenticationSdk\AuthenticationSdk\bin\Debug\netstandard2.1\Cybersource.Authentication.NetStandard.dll</HintPath>
37-
</Reference>
38-
</ItemGroup>
39-
4035
</Project>

0 commit comments

Comments
 (0)