20211215-1

This commit is contained in:
Alexander 2021-12-15 17:51:36 +03:00
parent ac2909084d
commit 979ccd16b8

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.2021.1113</Version>
<Version>1.2021.1215</Version>
<Authors>Alexander Babaev</Authors>
<Product>ANB Software Components Pack</Product>
<Description>Library of some useful functions in C# language.</Description>
@ -15,8 +15,11 @@
<SignAssembly>False</SignAssembly>
<PackageProjectUrl>https://github.com/GoodBoyAlex/anbsoftware_componentspack</PackageProjectUrl>
<RepositoryUrl>https://github.com/GoodBoyAlex/anbsoftware_componentspack</RepositoryUrl>
<AssemblyVersion>1.2021.1113</AssemblyVersion>
<FileVersion>1.2021.1113</FileVersion>
<AssemblyVersion>1.2021.1215</AssemblyVersion>
<FileVersion>1.2021.1215</FileVersion>
<PackageId>ANB.SoftwareComponentsPack</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AnalysisLevel>6.0</AnalysisLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">