From 6640562faf87547e0f22f957f33fb52255659bfe Mon Sep 17 00:00:00 2001 From: MichaelGrafnetter Date: Sat, 18 Jun 2016 19:47:50 +0200 Subject: [PATCH] Updated NuGet package dependencies --- Src/DSInternals.Replication/package/install.ps1 | 2 +- Src/DSInternals.SAM/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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("")]