Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into upgrade-to-blazor-08
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Feb 9, 2019
2 parents ebcc35e + e173d16 commit e498098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Blazored Localisation
A library to provide localisation in client-side Blazor applications

[![Build Status](https://dev.azure.com/blazored/Localisation/_apis/build/status/Blazored.Localisation?branchName=master)](https://dev.azure.com/blazored/Localisation/_build/latest?definitionId=2&branchName=master)

![Nuget](https://img.shields.io/nuget/v/blazored.localisation.svg)

### Installing

You can install from Nuget using the following command:
Expand Down
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ steps:
displayName: 'Generating Nuget Package... '
inputs:
command: pack

arguments: --no-build
packagesToPack: src/Blazored.Localisation/Blazored.Localisation.csproj
configuration: $(buildConfiguration)

- task: PublishBuildArtifacts@1
displayName: 'Publishing Build Artifacts...'
displayName: 'Publishing Build Artifacts...'

0 comments on commit e498098

Please sign in to comment.