forked from Acumatica/AcumaticaRESTAPIClientForCSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for publishing nuget package
- Loading branch information
dnaumov
committed
Sep 24, 2021
1 parent
c2825d6
commit b37a9ee
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
Acumatica.Default_20.200.001/Acumatica.Default_20.200.001.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |