Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Bumped assembly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
likp committed Feb 19, 2021
1 parent 11dd386 commit 2194d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PCAxis.Excel.UnitTest/PCAxis.Excel.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PCAxis.PxExtend" Version="1.0.1" />
<PackageReference Include="PCAxis.PxExtend" Version="1.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions PCAxis.Excel/PCAxis.Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright></Copyright>
<Description>Serializer for Excel</Description>
Expand All @@ -15,12 +15,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.95.3" />
<PackageReference Include="ClosedXML" Version="0.95.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PCAxis.Core" Version="1.0.0" />
<PackageReference Include="PCAxis.Core" Version="1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2194d1f

Please sign in to comment.