From 8d0e81e8e655f91cab4d32d46c50bdf1a6a48a6b Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sat, 30 Jan 2016 11:26:11 +0100 Subject: [PATCH] Release 0.9.0.0 --- Build/AssemblySharedInfo.cs | 4 ++-- SystemInterface/SystemInterface.nuspec | 4 ++-- SystemWrapper/SystemWrapper.nuspec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/AssemblySharedInfo.cs b/Build/AssemblySharedInfo.cs index e9d41c0..39f42c8 100644 --- a/Build/AssemblySharedInfo.cs +++ b/Build/AssemblySharedInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; // Shared information about assemblies in the SystemWrapper solution. [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SystemWrapper")] -[assembly: AssemblyCopyright("Copyright (c) 2008 Jared Barneck, Portions Copyright (c) 2014-2015 Jozef Izso")] +[assembly: AssemblyCopyright("Copyright (c) 2008 Jared Barneck, Portions Copyright (c) 2014-2016 Jozef Izso")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -12,5 +12,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // NOTE: Assembly name is set in respective project files. -[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyVersion("0.9.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SystemInterface/SystemInterface.nuspec b/SystemInterface/SystemInterface.nuspec index 5409fd7..892a9e5 100644 --- a/SystemInterface/SystemInterface.nuspec +++ b/SystemInterface/SystemInterface.nuspec @@ -3,14 +3,14 @@ SystemWrapper.Interfaces $Version$ - Jozef Izso + Jozef Izso, Yann Brulhart Jozef Izso https://github.com/jozefizso/SystemWrapper/blob/master/LICENSE.txt https://github.com/jozefizso/SystemWrapper false Set of interfaces of .NET system APIs that allows interaction mocking. - Copyright (c) 2014 Jozef Izso + Copyright (c) 2014-2016 Jozef Izso SystemWrapper mocks unit tests registry filesystem diff --git a/SystemWrapper/SystemWrapper.nuspec b/SystemWrapper/SystemWrapper.nuspec index f19b6f3..5c410f9 100644 --- a/SystemWrapper/SystemWrapper.nuspec +++ b/SystemWrapper/SystemWrapper.nuspec @@ -3,14 +3,14 @@ SystemWrapper.Wrappers $Version$ - Jozef Izso + Jozef Izso, Yann Brulhart Jozef Izso https://github.com/jozefizso/SystemWrapper/blob/master/LICENSE.txt https://github.com/jozefizso/SystemWrapper false Implementation of SystemWrapper.Interfaces using standard .NET Framework objects. - Copyright (c) 2014 Jozef Izso + Copyright (c) 2014-2016 Jozef Izso SystemWrapper mocks unit tests registry filesystem