Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-sharp authored and tsharp committed Oct 26, 2017
1 parent 5882557 commit a358814
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AutoNumber/AutoNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>AutoNumberStrongKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Crm.Sdk.Proxy, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down Expand Up @@ -88,6 +87,7 @@
<Compile Include="ValidateAutoNumber.cs" />
</ItemGroup>
<ItemGroup>
<None Include="AutoNumberStrongKey.snk" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
2 changes: 2 additions & 0 deletions Documentation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Celedon Partners Dynamics CRM AutoNumber
> Spec Status: *Current*<br />
Provides auto-numbering to Dynamics CRM.

## Instructions for Runtime Parameters
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,25 @@ Provides auto-numbering to Dynamics CRM.

release:
[![Build Status](https://travis-ci.org/BESDev/Celedon-Autonumber-RTM.svg?branch=release)](https://travis-ci.org/BESDev/Celedon-Autonumber-RTM/branches)
master:
master:
[![Build Status](https://travis-ci.org/BESDev/Celedon-Autonumber-RTM.svg?branch=master)](https://travis-ci.org/BESDev/Celedon-Autonumber-RTM/branches)
dev: [![Build Status](https://travis-ci.org/BESDev/Celedon-Autonumber-RTM.svg?branch=develop)](https://travis-ci.org/BESDev/Celedon-Autonumber-RTM/branches)

## How To Build
You required the following to build AutoNumber:
The following is required to build AutoNumber:

* [Microsoft Visual Studio 2015](https://www.visualstudio.com/vs/older-downloads/)
* [Microsoft Visual Studio 2015 or 2017](https://www.visualstudio.com/vs/older-downloads/)
* [CRM Developer Toolkit - by Jason Lattimer](https://github.com/jlattimer/CRMDeveloperExtensions)

The current version builds against the Dynamics CRM 2013 SDK
The current version builds against the Dynamics CRM 2016 - v8.2.0.2 SDK

## What it does right now, v1.1:
## v1.2
* Updated Code Formatting - *ReSharper* all the things!
* Refactored code to be *Thread Safe*
* Updated solution to v8.2
* Updated SDK to v8.2.0.2

## v1.1:
* Supports custom prefix and suffix
* Configurable number of digits
* All parameters except the entityname and attributename can be modified at any time
Expand Down

0 comments on commit a358814

Please sign in to comment.