Skip to content

Commit

Permalink
beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jun 8, 2023
1 parent 217552a commit 2dc34e0
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 @@ -9,15 +9,15 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/DomCR/ACadSharp</PackageProjectUrl>
<Copyright>Copyright (c) 2022 Albert Domenech</Copyright>
<Copyright>Copyright (c) 2023 Albert Domenech</Copyright>
<Description>C# library to read/write cad files like dxf/dwg.</Description>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">True</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.4.4-alpha</Version>
<Version>1.0.0-beta</Version>
</PropertyGroup>

<Import Project="..\CSUtilities\CSMath\CSMath.projitems" Label="Shared" />
Expand Down

0 comments on commit 2dc34e0

Please sign in to comment.