Skip to content

Commit

Permalink
dev - Started development of 0.8.2
Browse files Browse the repository at this point in the history
---

Type: dev
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 25, 2023
1 parent eeac636 commit f40e53c
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.8.1</AssemblyVersion>
<FileVersion>0.8.1</FileVersion>
<Version>0.8.1</Version>
<AssemblyVersion>0.8.2</AssemblyVersion>
<FileVersion>0.8.2</FileVersion>
<Version>0.8.2</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.8.1</PackageVersion>
<PackageVersion>0.8.2</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.8.1
0.8.2

0 comments on commit f40e53c

Please sign in to comment.