mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-12 12:28:09 +02:00
SMBLibrary: Increment version to 1.4.6.1
This commit is contained in:
parent
e4f4f40ef1
commit
4a184258e6
2 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.6.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.6.0")]
|
||||
[assembly: AssemblyVersion("1.4.6.1")]
|
||||
[assembly: AssemblyFileVersion("1.4.6.1")]
|
||||
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary</AssemblyName>
|
||||
<Version>1.4.6</Version>
|
||||
<Version>1.4.6.1</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary</RootNamespace>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue