mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-15 05:45:03 +02:00
SMB Server v1.4.0
This commit is contained in:
parent
4ac07b6ea3
commit
ada1fc7937
4 changed files with 18 additions and 9 deletions
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Tal Aloni")]
|
||||
[assembly: AssemblyProduct("SMBServer")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.3.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
||||
[assembly: AssemblyVersion("1.4.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue