Skip to content

Commit

Permalink
Started development of 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jul 31, 2023
1 parent 7a53914 commit a95958b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VisualCard/VisualCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>0.4.0</AssemblyVersion>
<FileVersion>0.4.0</FileVersion>
<Version>0.4.0</Version>
<AssemblyVersion>0.5.0</AssemblyVersion>
<FileVersion>0.5.0</FileVersion>
<Version>0.5.0</Version>
<Company>Aptivi</Company>
<Authors>Aptivi</Authors>
<Description>A managed VCard contact file parser</Description>
Expand All @@ -19,7 +19,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<LangVersion>latest</LangVersion>
<PackageVersion>0.4.0</PackageVersion>
<PackageVersion>0.5.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a95958b

Please sign in to comment.