Skip to content

Commit 82d3f82

Browse files
committed
Update package version and description
1 parent 914f4a1 commit 82d3f82

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

Directory.Build.props

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.1</Version>
3+
<Version>1.0.2</Version>
44
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -15,18 +15,15 @@
1515
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1616
<Authors>David Rettenbacher</Authors>
1717
<Company />
18-
<Copyright>Copyright © David Rettenbacher 2022</Copyright>
18+
<Copyright>Copyright © David Rettenbacher 2021-2023</Copyright>
1919
<PackageProjectUrl>https://github.com/warappa/OpenTransSharp</PackageProjectUrl>
2020
<RepositoryUrl>https://github.com/warappa/OpenTransSharp</RepositoryUrl>
2121
<RepositoryType>git</RepositoryType>
2222
<PackageTags>bmecat bmecat-2005 opentrans opentrans-21</PackageTags>
2323
<PackageReleaseNotes>
24-
1.0.1
25-
- #10: Fix missing serializer mappings of nullable primitive types
26-
27-
1.0.0
28-
- Support for .NET 7
29-
- Separated dependencies by target framework
24+
1.0.2
25+
- #11: BMEcat header catalog language should be a list
26+
- #13: Undeserializable content can now be validated with additional extension method
3027
</PackageReleaseNotes>
3128
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3229
<IncludeSymbols>true</IncludeSymbols>

0 commit comments

Comments
 (0)