[#37] Client: Add AssemblyInfo files
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
9364d60b96
commit
d6fe034453
6 changed files with 56 additions and 19 deletions
11
src/FrostFS.SDK.Protos/AssemblyInfo.cs
Normal file
11
src/FrostFS.SDK.Protos/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyCompany("FrostFS.SDK.Protos")]
|
||||
[assembly: AssemblyProduct("FrostFS.SDK.Protos")]
|
||||
[assembly: AssemblyTitle("FrostFS.SDK.Protos")]
|
||||
|
||||
[assembly: AssemblyVersion("1.0.1")]
|
||||
[assembly: AssemblyFileVersion("1.0.1")]
|
||||
|
||||
[assembly: ComVisible(false)]
|
Loading…
Add table
Add a link
Reference in a new issue