Skip to content

Commit

Permalink
Update package version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
warappa committed Aug 11, 2023
1 parent 914f4a1 commit 82d3f82
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -15,18 +15,15 @@
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<Authors>David Rettenbacher</Authors>
<Company />
<Copyright>Copyright © David Rettenbacher 2022</Copyright>
<Copyright>Copyright © David Rettenbacher 2021-2023</Copyright>
<PackageProjectUrl>https://github.com/warappa/OpenTransSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/warappa/OpenTransSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>bmecat bmecat-2005 opentrans opentrans-21</PackageTags>
<PackageReleaseNotes>
1.0.1
- #10: Fix missing serializer mappings of nullable primitive types

1.0.0
- Support for .NET 7
- Separated dependencies by target framework
1.0.2
- #11: BMEcat header catalog language should be a list
- #13: Undeserializable content can now be validated with additional extension method
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 82d3f82

Please sign in to comment.