Skip to content

Commit

Permalink
Changed: moved to a new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yagasoft committed Feb 27, 2019
1 parent bc761da commit bc6cc36
Show file tree
Hide file tree
Showing 39 changed files with 227 additions and 239 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![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: 3.2.2.1
### Version: 4.1.1.1
---

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

## Changes

#### _v4.1.1.1 (2019-02-27)_
+ Changed: moved to a new namespace
#### _v3.2.2.1 (2018-12-19)_
+ Changed: upgraded to the new placeholder system
#### _v3.1.1.1 (2018-12-05)_
Expand All @@ -65,4 +67,4 @@ Please check the 'docs' folder for a guide PDF.
+ Changed: cleaned the project of obsolete components

---
**Copyright © by Ahmed el-Sawalhy ([Yagasoft](http://yagasoft.com))** -- _GPL v3 Licence_
**Copyright © by Ahmed Elsawalhy ([Yagasoft](http://yagasoft.com))** -- _GPL v3 Licence_
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using LinkDev.AutoNumbering.Plugins.Helpers;
using LinkDev.Libraries.Common;
using Yagasoft.AutoNumbering.Plugins.Helpers;
using Yagasoft.Libraries.Common;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Client;

#endregion

namespace LinkDev.AutoNumbering.Plugins.BLL
namespace Yagasoft.AutoNumbering.Plugins.BLL
{
/// <summary>
/// Author: Ahmed el-Sawalhy<br />
/// Author: Ahmed Elsawalhy<br />
/// Version: 2.1.1
/// </summary>
[Log]
Expand Down
Loading

0 comments on commit bc6cc36

Please sign in to comment.