Updated NuGet package dependencies

This commit is contained in:
MichaelGrafnetter 2016-06-18 19:47:50 +02:00
parent a5af0c84ce
commit 6640562faf
2 changed files with 3 additions and 3 deletions

View File

@ -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() }

View File

@ -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("")]