Skip to content

Commit

Permalink
UPD Изменено имя сборки для обеспечения поддержки сливания борок с по…
Browse files Browse the repository at this point in the history
…мощью ILMerge.
  • Loading branch information
ZooY committed Aug 7, 2017
1 parent 58e72fd commit 704ef6f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
Binary file added NuGet/PZone.SDK.XRM.8.0.2.0.nupkg
Binary file not shown.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ Common assembly for MS Dynamics development.

Documentation:
<ul>
<li><a href="https://zooy.github.io/PZone.SDK.XRM/v8/"><b>v8</b>: Dynamics CRM 2016 / Dynamics 365</a></li>
<li><a href="https://zooy.github.io/PZone.SDK.XRM/v8/index.html"><b>v8</b>: Dynamics CRM 2016 / Dynamics 365</a></li>
</ul>

## Install from NuGet

<a href="https://preview.nuget.org/packages/PZone.SDK.XRM//">NuGet Package Page</a>
<a href="https://preview.nuget.org/packages/PZone.SDK.XRM/">NuGet Package Page</a>

PM> Install-Package PZone.SDK.XRM
PM> Install-Package PZone.SDK.XRM

## Download

<a href="https://github.com/ZooY/PZone.SDK.XRM/releases">Latest release</a>
6 changes: 3 additions & 3 deletions Source/PZone.Xrm/PZone.Xrm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PZone.Xrm</RootNamespace>
<AssemblyName>PZone.Xrm</AssemblyName>
<AssemblyName>PZone.SDK.Xrm</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand All @@ -20,7 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\PZone.Xrm.xml</DocumentationFile>
<DocumentationFile>bin\Debug\PZone.SDK.Xrm.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -29,7 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\PZone.Xrm.xml</DocumentationFile>
<DocumentationFile>bin\Release\PZone.SDK.Xrm.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down
4 changes: 2 additions & 2 deletions Source/PZone.Xrm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.1.0")]
[assembly: AssemblyFileVersion("8.0.1.0")]
[assembly: AssemblyVersion("8.0.2.0")]
[assembly: AssemblyFileVersion("8.0.2.0")]
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PZone SDK XRM
Common assembly for MS Dynamics development.
<ul>
<li><a href="v8/"><b>v8</b>: Dynamics CRM 2016 / Dynamics 365</a></li>
<li><a href="v8/"><b>v8/index.html</b>: Dynamics CRM 2016 / Dynamics 365</a></li>
</ul>

0 comments on commit 704ef6f

Please sign in to comment.