We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ba957 commit a6ff33bCopy full SHA for a6ff33b
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.0.5-pre1</Version>
+ <Version>1.0.5</Version>
4
<LangVersion>latest</LangVersion>
5
<Nullable>enable</Nullable>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -28,6 +28,7 @@
28
<PackageReleaseNotes>
29
1.0.5
30
- #19: Quotation document - email deserialization
31
+ - #21: Fix serialization of DATETIME in CATALOG
32
</PackageReleaseNotes>
33
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
34
<IncludeSymbols>true</IncludeSymbols>
0 commit comments