Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Feb 4, 2023
1 parent b596eb6 commit 52c7ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACadSharp/ACadSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.4.0-alpha</Version>
<Version>1.4.1-alpha</Version>
</PropertyGroup>

<Import Project="..\CSUtilities\CSMath\CSMath.projitems" Label="Shared" />
Expand All @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFramework)' == 'net48'"/>
</ItemGroup>

</Project>

0 comments on commit 52c7ec5

Please sign in to comment.