diff --git a/Src/DSInternals.Replication/package/install.ps1 b/Src/DSInternals.Replication/package/install.ps1 index 0b3e398..bbaa02e 100644 --- a/Src/DSInternals.Replication/package/install.ps1 +++ b/Src/DSInternals.Replication/package/install.ps1 @@ -2,7 +2,7 @@ # Remove unnecessary references from the project $project.Object.References | - where { $_.Name -like 'NDceRpc.*' -or $_.Name -in 'protobuf-net','DSInternals.Common' } | + where { ($_.Name -like 'NDceRpc.*' -and $_.Name -ne 'NDceRpc.Microsoft') -or $_.Name -eq 'protobuf-net' } | foreach { $_.Remove() } diff --git a/Src/DSInternals.SAM/Properties/AssemblyInfo.cs b/Src/DSInternals.SAM/Properties/AssemblyInfo.cs index 3dbeccf..10ec340 100644 --- a/Src/DSInternals.SAM/Properties/AssemblyInfo.cs +++ b/Src/DSInternals.SAM/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DSInternals SAM Library")] -[assembly: AssemblyVersion("2.14")] -[assembly: AssemblyFileVersion("2.14")] +[assembly: AssemblyVersion("2.15")] +[assembly: AssemblyFileVersion("2.15")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")]