Skip to content

Commit

Permalink
Prepare for publishing Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaumov committed Jan 20, 2022
1 parent 3a90ec0 commit 3bdd8df
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 43 deletions.
34 changes: 33 additions & 1 deletion Acumatica.RESTClient/Acumatica.RESTClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,37 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ApplicationIcon>images\AcumaticaRESTClientLogo.ico</ApplicationIcon>
<Version>2.0.0</Version>
<Company>Acumatica</Company>
<Description>A simple client allowing to use Acuamtica REST API from C#. Based on OpenAPI spec version: 3, base code Generated by: https://github.com/openapitools/openapi-generator.git</Description>
<Copyright>Acumatica</Copyright>
<PackageProjectUrl>https://github.com/Acumatica/AcumaticaRESTAPIClientForCSharp</PackageProjectUrl>
<PackageIcon>AcumaticaRESTClientLogo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Acumatica/AcumaticaRESTAPIClientForCSharp</RepositoryUrl>
<PackageTags>Acumatica;REST;client;</PackageTags>
<PackageReleaseNotes>Changed .Net version to .Net Standard 2.0</PackageReleaseNotes>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Properties\**" />
<EmbeddedResource Remove="Properties\**" />
<None Remove="Properties\**" />
</ItemGroup>

<ItemGroup>
<Content Include="images\AcumaticaRESTClientLogo.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand All @@ -12,7 +41,10 @@
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
<None Update="images\AcumaticaRESTClientLogo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
16 changes: 0 additions & 16 deletions Acumatica.RESTClient/Acumatica.RESTClient.nuspec

This file was deleted.

11 changes: 0 additions & 11 deletions Acumatica.RESTClient/app.config

This file was deleted.

Binary file not shown.
15 changes: 0 additions & 15 deletions Acumatica.RESTClient/packages.config

This file was deleted.

0 comments on commit 3bdd8df

Please sign in to comment.