Skip to content

Commit

Permalink
Improved: refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
yagasoft committed Jun 17, 2021
1 parent bc6cc36 commit d3225b0
Show file tree
Hide file tree
Showing 24 changed files with 9,375 additions and 8,236 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Thumbs.db
# Secrets
nuget-access-key.txt
*.snk
*.dat
#*.dat

# Tests
/LinkDev.Tests.EnhancedOrgService
Expand All @@ -454,3 +454,8 @@ nuget-access-key.txt

# Logs
log.csv

# tools
.ys
PluginRegExt-Connection.dat
CrmSchema-Connection.dat
10 changes: 10 additions & 0 deletions PluginRegExt-Config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"SelectedSettingsIndex": 0,
"SettingsList": [
{
"ProfileName": "Local",
"Id": "ac0ccae1-366f-4731-bbf7-2613db31464e",
"DisplayName": "Local"
}
]
}
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DynamicsCrm-AutoNumbering
# Dynamics365-AutoNumbering

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/yagasoft/DynamicsCrm-AutoNumbering?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

### Version: 4.1.1.1
### Version: 4.2.1.1
---

A CRM solution that gives a lot of flexibility in creating any pattern required for auto-numbering.
Expand Down Expand Up @@ -48,11 +48,12 @@ Please check the 'docs' folder for a guide PDF.

+ Common.cs
+ Can be found in the [DynamicsCrm-Libraries](https://github.com/yagasoft/DynamicsCrm-Libraries) repository
+ Generic Base solution ([DynamicsCrm-BaseSolution](https://github.com/yagasoft/DynamicsCrm-BaseSolution))
+ CRM Logger solution ([DynamicsCrm-CrmLogger](https://github.com/yagasoft/DynamicsCrm-CrmLogger))
+ YS Common solution ([Dynamics365-YsCommonSolution](https://github.com/yagasoft/Dynamics365-YsCommonSolution))

## Changes

#### _v4.2.1.1 (2021-04-21)_
+ Changed: moved to a managed solution with dependency on a new base solution
#### _v4.1.1.1 (2019-02-27)_
+ Changed: moved to a new namespace
#### _v3.2.2.1 (2018-12-19)_
Expand All @@ -67,4 +68,4 @@ Please check the 'docs' folder for a guide PDF.
+ Changed: cleaned the project of obsolete components

---
**Copyright © by Ahmed Elsawalhy ([Yagasoft](http://yagasoft.com))** -- _GPL v3 Licence_
**Copyright © by Ahmed Elsawalhy ([Yagasoft](https://yagasoft.com))** -- _GPL v3 Licence_
Loading

0 comments on commit d3225b0

Please sign in to comment.