Skip to content

Commit

Permalink
Started development of 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Sep 18, 2023
1 parent 12d5e76 commit bcdbbe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7.0</AssemblyVersion>
<FileVersion>0.7.0</FileVersion>
<Version>0.7.0</Version>
<AssemblyVersion>0.7.1</AssemblyVersion>
<FileVersion>0.7.1</FileVersion>
<Version>0.7.1</Version>
<Company>Aptivi</Company>
<Authors>Aptivi</Authors>
<Description>A managed VCard contact file parser</Description>
Expand All @@ -21,7 +21,7 @@
<IncludeSymbols>True</IncludeSymbols>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageVersion>0.7.0</PackageVersion>
<PackageVersion>0.7.1</PackageVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1

0 comments on commit bcdbbe9

Please sign in to comment.