Skip to content

Commit

Permalink
downgrade ClosedXML (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: IAtsuta <IAtsuta@IATSUTA-NB>
  • Loading branch information
iatsuta and IAtsuta authored Oct 17, 2023
1 parent a2377df commit fd8c58f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<PackageVersion Include="AutoFixture" Version="4.18.0" />
<PackageVersion Include="AutoFixture.AutoNSubstitute" Version="4.18.0" />
<PackageVersion Include="AutoFixture.Idioms" Version="4.18.0" />
<PackageVersion Include="ClosedXML" Version="0.102.1" />
<PackageVersion Include="ClosedXML.Report" Version="0.2.8" />
<PackageVersion Include="ClosedXML" Version="0.97.0" />
<!-- TODO Upgrade after fix https://github.com/ClosedXML/ClosedXML.Report/issues/324 -->
<PackageVersion Include="ClosedXML.Report" Version="0.2.6" />
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
<PackageVersion Include="CommonServiceLocator" Version="2.0.7" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
Expand Down Expand Up @@ -81,4 +82,4 @@
<PackageVersion Include="RabbitMQ.Client" Version="6.6.0" />
<PackageVersion Include="Polly" Version="8.0.0" />
</ItemGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions src/__SolutionItems/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[assembly: AssemblyCompany("Luxoft")]
[assembly: AssemblyCopyright("Copyright © Luxoft 2009-2023")]

[assembly: AssemblyVersion("19.1.2.0")]
[assembly: AssemblyFileVersion("19.1.2.0")]
[assembly: AssemblyInformationalVersion("19.1.2.0")]
[assembly: AssemblyVersion("19.1.3.0")]
[assembly: AssemblyFileVersion("19.1.3.0")]
[assembly: AssemblyInformationalVersion("19.1.3.0")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down

0 comments on commit fd8c58f

Please sign in to comment.