File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 11#  Specify version format
2- version : " 1.0.0 .{build}" 
2+ version : " 1.0.1 .{build}" 
33
44#  Image to use
55image : Visual Studio 2019 
Original file line number Diff line number Diff line change 77[ ![ MinGW build status] ( https://img.shields.io/appveyor/build/chronoxor/CppSecurity/master?label=MinGW )] ( https://ci.appveyor.com/project/chronoxor/CppSecurity ) 
88[ ![ Windows build status] ( https://img.shields.io/appveyor/build/chronoxor/CppSecurity/master?label=Windows )] ( https://ci.appveyor.com/project/chronoxor/CppSecurity ) 
99
10- C++ Security Library contains initial templates for a new C++ library project.
10+ C++ Security Library provides different security functionality for password
11+ generation, password hashing algorithms and Google Authenticator.
1112
1213[ CppSecurity API reference] ( https://chronoxor.github.io/CppSecurity/index.html ) 
1314
Original file line number Diff line number Diff line change 1+ /* !
2+     \file version.h 
3+     \brief Version definition 
4+     \author Ivan Shynkarenka 
5+     \date 04.06.2021 
6+     \copyright MIT License 
7+ */ 
8+ 
9+ #ifndef  CPPSECURITY_VERSION_H
10+ #define  CPPSECURITY_VERSION_H 
11+ 
12+ /* ! \mainpage C++ Security Library
13+ 
14+ C++ Security Library provides different security functionality for password 
15+ generation, password hashing algorithms and Google Authenticator. 
16+ 
17+ This document contains CppSecurity API references. 
18+ 
19+ Library description, features, requirements and usage examples can be  find  on 
20+ GitHub: https://github.com/chronoxor/CppSecurity 
21+ 
22+ */ 
23+ 
24+ /* !
25+     \namespace CppLogging 
26+     \brief C++ Security project definitions 
27+ */ 
28+ namespace  CppSecurity  {
29+ 
30+ // ! Project version
31+ const  char  version[] = " 1.0.1.0" 
32+ 
33+ } //  namespace CppSecurity
34+ 
35+ #endif  //  CPPSECURITY_VERSION_H
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments