Skip to content

Commit

Permalink
Merge pull request #64 from csu-chhs/redefine-versions
Browse files Browse the repository at this point in the history
Redefine versions
  • Loading branch information
dstegelman authored Apr 12, 2024
2 parents 668385d + 869345f commit 89a856d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>CHHS Application Development Team</Authors>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<PackageProjectUrl>https://github.com/csu-chhs/CsuChhs.Blazor.MarkdownEditor</PackageProjectUrl>
<Company>College of Health and Human Sciences</Company>
<PackageId>CsuChhs.Blazor.MarkdownEditor</PackageId>
Expand All @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
<PackageReference Include="Markdig" Version="0.36.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.*" />
<PackageReference Include="Markdig" Version="0.36.*" />
</ItemGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
Expand Down

0 comments on commit 89a856d

Please sign in to comment.