Skip to content

Commit

Permalink
Updates for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Sep 17, 2024
1 parent 1b040c4 commit 2996289
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Authorize.NET/AuthorizeNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<ItemGroup>
<Compile Include="Environment.cs" />
<Compile Include="MarketType.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestFriends.cs" />
<Compile Include="Api\Contracts\V1\*.cs" />
<Compile Include="Api\Controllers\ARBCancelSubscriptionController.cs" />
Expand Down Expand Up @@ -115,9 +116,7 @@
<Compile Include="Utility\AnetApiSchema.generated.cs" />
<Compile Include="Utility\ApiFields.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Api\ControllerTemplate.cst" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Authorize.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// See AssemblyFileVersion.cs for Product and Assembly Version
//[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.4.0")]

4 changes: 2 additions & 2 deletions AuthorizeNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthorizeNet</id>
<version>2.0.3</version>
<version>2.0.4</version>
<title>AuthorizeNet</title>
<authors>Authorize.Net</authors>
<owners>AuthorizeNet</owners>
Expand All @@ -16,6 +16,6 @@
</metadata>
<files>
<file src="Authorize.NET\bin\Release\AuthorizeNet.dll" target="lib\AuthorizeNet.dll" />
<file src="Authorize.NET\bin\Release\AuthorizeNet.xml" target="lib\AuthorizeNet.xml" />
<file src="Authorize.NET\bin\Release\AuthorizeNet.xml" target="lib\AuthorizeNet.xml" />
</files>
</package>

0 comments on commit 2996289

Please sign in to comment.