package version increment

This commit is contained in:
Anton Suhorukov 2021-06-11 11:58:42 +03:00
parent 052ea3b07f
commit d619ed1851
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AppLimit.CloudComputing.SharpBox" Version="1.1.0.452" />
<PackageReference Include="AppLimit.CloudComputing.SharpBox" Version="1.1.0.453" />
<PackageReference Include="Box.V2.Core" Version="3.24.0" />
<PackageReference Include="DocuSign.eSign.dll" Version="4.4.1" />
<PackageReference Include="Dropbox.Api" Version="4.10.0" />

View File

@ -11,10 +11,10 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<WarningsAsErrors></WarningsAsErrors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.0.452</Version>
<Version>1.1.0.453</Version>
<PackageLicenseExpression></PackageLicenseExpression>
<AssemblyVersion>1.1.0.452</AssemblyVersion>
<FileVersion>1.1.0.452</FileVersion>
<AssemblyVersion>1.1.0.453</AssemblyVersion>
<FileVersion>1.1.0.453</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>