Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Jun 2, 2020
1 parent c30bc8b commit 96d16c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src/PkcsExtensions.Blazor/PkcsExtensions.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.0.0.0</Version>
<Version>1.1.0.0</Version>
<RazorLangVersion>3.0</RazorLangVersion>
<Title>PKCS Extensions Blazor</Title>
<Authors>harrison314</Authors>
Expand All @@ -24,7 +24,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PkcsExtensions" Version="1.0.0" />
<PackageReference Include="PkcsExtensions" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.0" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.9.2">
Expand Down

0 comments on commit 96d16c3

Please sign in to comment.