Skip to content

Commit cb72d2e

Browse files
committed
chore: release 0.4.0 and prepare for 0.5.0
1 parent a240780 commit cb72d2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
<!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
1717
<DebugType Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">embedded</DebugType>
1818

19-
<Version>0.4.0</Version>
19+
<Version>0.5.0</Version>
2020
<Company>github.com/chgl</Company>
2121
<Description>A .NET source generator for mapping model classes to HL7 FHIR® Parameters resources.</Description>
2222
<Copyright>© chgl. All rights reserved.</Copyright>
2323
<NeutralLanguage>en-US</NeutralLanguage>
2424
<Authors>chgl</Authors>
2525
<PackageTags>FHIR;source-generator</PackageTags>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
27-
<PackageReleaseNotes>https://github.com/chgl/$(AssemblyName)/releases</PackageReleaseNotes>
27+
<PackageReleaseNotes>https://github.com/chgl/FhirParametersGenerator/releases</PackageReleaseNotes>
2828
<PackageIcon>icon.png</PackageIcon>
29-
<PackageProjectUrl>https://github.com/chgl/$(AssemblyName)</PackageProjectUrl>
29+
<PackageProjectUrl>https://github.com/chgl/FhirParametersGenerator</PackageProjectUrl>
3030
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
3131
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3232

0 commit comments

Comments
 (0)