Skip to content

Commit

Permalink
1.0.0-preview7-06
Browse files Browse the repository at this point in the history
  • Loading branch information
chanan committed Aug 6, 2019
1 parent e47dcef commit 8ef0bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/BlazorPrettyCode/BlazorPrettyCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageId>BlazorPrettyCode</PackageId>
<Version>1.0.0-preview7-05</Version>
<Version>1.0.0-preview7-06</Version>
<Authors>Chanan Braunstein</Authors>
<Title>Blazor PrettyCode</Title>
<Description>Razor Code Display Component</Description>
Expand All @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorStyled" Version="1.0.0-preview7-04" />
<PackageReference Include="BlazorStyled" Version="1.0.0-preview7-05" />
<PackageReference Include="CSHTMLTokenizer" Version="0.7.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Browser" Version="3.0.0-preview7.19365.7" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/SamplePages/SamplePages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorStyled" Version="1.0.0-preview7-04" />
<PackageReference Include="BlazorStyled" Version="1.0.0-preview7-05" />
<PackageReference Include="BlazorTypography" Version="1.0.0-preview7-05" />
</ItemGroup>

Expand Down

0 comments on commit 8ef0bca

Please sign in to comment.