This commit is contained in:
Jozef Izso 2016-01-30 11:26:11 +01:00
Родитель e067945c06
Коммит 8d0e81e8e6
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

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

Просмотреть файл

@ -3,14 +3,14 @@
<metadata>
<id>SystemWrapper.Interfaces</id>
<version>$Version$</version>
<authors>Jozef Izso</authors>
<authors>Jozef Izso, Yann Brulhart</authors>
<owners>Jozef Izso</owners>
<licenseUrl>https://github.com/jozefizso/SystemWrapper/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jozefizso/SystemWrapper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Set of interfaces of .NET system APIs that allows interaction mocking.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright (c) 2014 Jozef Izso</copyright>
<copyright>Copyright (c) 2014-2016 Jozef Izso</copyright>
<tags>SystemWrapper mocks unit tests registry filesystem</tags>
</metadata>
<files>

Просмотреть файл

@ -3,14 +3,14 @@
<metadata>
<id>SystemWrapper.Wrappers</id>
<version>$Version$</version>
<authors>Jozef Izso</authors>
<authors>Jozef Izso, Yann Brulhart</authors>
<owners>Jozef Izso</owners>
<licenseUrl>https://github.com/jozefizso/SystemWrapper/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jozefizso/SystemWrapper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Implementation of SystemWrapper.Interfaces using standard .NET Framework objects.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright (c) 2014 Jozef Izso</copyright>
<copyright>Copyright (c) 2014-2016 Jozef Izso</copyright>
<tags>SystemWrapper mocks unit tests registry filesystem</tags>
<dependencies>
<dependency id="SystemWrapper.Interfaces" version="[$Version$]" />