Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Updated nuget properties and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresel committed Oct 5, 2018
1 parent 85a5201 commit a04ab89
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# RouteLocalization.AspNetCore

An ASP.NET Core MVC package that simplifies route localization of attribute routes.

[![Build status](https://dev.azure.com/dresel/RouteLocalization.AspNetCore/_apis/build/status/RouteLocalization.AspNetCore-CI?branchName=development)](https://dev.azure.com/dresel/RouteLocalization.AspNetCore/_build/latest?definitionId=13)

## Nuget

Install-Package RouteLocalization.AspNetCore -Pre
Install-Package RouteLocalization.AspNetCore

## Documentation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.0.0</Version>
<Product>RouteLocalization ASP.NET Core</Product>
<PackageProjectUrl>https://github.com/Dresel/RouteLocalization</PackageProjectUrl>
<RepositoryUrl>https://github.com/Dresel/RouteLocalization</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>Christopher Dresel</Authors>
<PackageId>RouteLocalization.AspNetCore</PackageId>
<Description>An ASP.NET Core MVC package that simplifies route localization of attribute routes.</Description>
<PackageTags>aspnetcore, mvc, route, localization</PackageTags>
<PackageProjectUrl>https://github.com/Dresel/RouteLocalization.AspNetCore</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Dresel/RouteLocalization.AspNetCore/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Dresel/RouteLocalization.git</RepositoryUrl>
<Authors>Christopher Dresel</Authors>
<Company>Christopher Dresel</Company>
<PackageOutputPath>..\..\.nuget\packages\RouteLocalization.AspNetCore</PackageOutputPath>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a04ab89

Please sign in to comment.