-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathRappen.XTB.AutoNumManager.nuspec
35 lines (33 loc) · 1.62 KB
/
Rappen.XTB.AutoNumManager.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<package>
<metadata>
<id>Rappen.XrmToolBox.AutoNumManager</id>
<version>1.0.0</version>
<title>Auto Number Manager for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<projectUrl>https://jonasr.app/ANM</projectUrl>
<iconUrl>https://jonasr.app/wp-content/uploads/ANM-2019-150-tsp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
The primary goal of this tool is to give Microsoft Power Platform customizers a way of managing Auto Number attributes.
This feature was introduced with the 9.0 release from October 2017. However, this release only supports creating and managing these attributes through the SDK, a user interface for the features was expected to be available from the 9.1 release of the platform.
With Auto Number Manager for XrmToolBox, you can create, alter, and delete these attributes through an easy-to-use UI.
Read more: https://jonasr.app/ANM
</description>
<summary>XrmToolBox tool to manage the Auto Number features in Microsoft Power Platform / Dataverse / Dynamics 365</summary>
<releaseNotes>
* Updated to Latest 'n Greatest versions of XrmToolBox and Microsoft CRMSDK libraries!
* Tiny descriptions and links updated.
* Moving documentation to my common site: https://jonasr.app/ANM
</releaseNotes>
<copyright>Copyright 2017-2023 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins AutoNumManager</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.10.67" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Rappen.XTB.AutoNumManager.dll" target="lib\net48\Plugins" />
</files>
</package>