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 Sep 24, 2021
1 parent c2825d6 commit b37a9ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Acumatica.Default_20.200.001/Acumatica.Default_20.200.001.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>Dmitrii-Naumov</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">GPL-3.0-only</license>
<!-- <icon>icon.png</icon> -->
<projectUrl>https://github.com/Acumatica/AcumaticaRESTAPIClientForCSharp</projectUrl>
<description>C# classes generated based on Acumatica Default endpoint version 20.200.001</description>
<copyright>$copyright$</copyright>
<tags>Acumatica REST</tags>
</metadata>
</package>

0 comments on commit b37a9ee

Please sign in to comment.