HTTPSUpload

Форк
0
/
AssemblyInfo.cs 
39 строк · 1.6 Кб
1
// Copyright (c) 2016-2023 Dmitrii Evdokimov. All rights reserved.
2
// Licensed under the Apache License, Version 2.0.
3
// Source https://github.com/diev/HTTPSUpload
4

5
using System.Reflection;
6
using System.Runtime.InteropServices;
7

8
// General Information about an assembly is controlled through the following 
9
// set of attributes. Change these attribute values to modify the information
10
// associated with an assembly.
11
[assembly: AssemblyTitle("HTTPSUpload")]
12
[assembly: AssemblyDescription("Compatible program to send files to NBKI, Moscow.")]
13
[assembly: AssemblyConfiguration("")]
14
[assembly: AssemblyCompany("diev")]
15
[assembly: AssemblyProduct("HTTPSUpload")]
16
[assembly: AssemblyCopyright("Copyright © 2016-2023 Dmitrii Evdokimov")]
17
[assembly: AssemblyTrademark("")]
18
[assembly: AssemblyCulture("")]
19

20
// Setting ComVisible to false makes the types in this assembly not visible 
21
// to COM components. If you need to access a type in this assembly from 
22
// COM, set the ComVisible attribute to true on that type.
23
[assembly: ComVisible(false)]
24

25
// The following GUID is for the ID of the typelib if this project is exposed to COM
26
[assembly: Guid("8604c884-a69a-4584-a625-356636a6d641")]
27

28
// Version information for an assembly consists of the following four values:
29
//
30
//      Major Version
31
//      Minor Version 
32
//      Build Number
33
//      Revision
34
//
35
// You can specify all the values or you can default the Build and Revision Numbers 
36
// by using the '*' as shown below:
37
// [assembly: AssemblyVersion("1.0.*")]
38
[assembly: AssemblyVersion("1.1.1.0")]
39
[assembly: AssemblyFileVersion("1.1.1.0")]
40

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.