Skip to content

Commit

Permalink
add nuget package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
elfalem committed May 12, 2019
1 parent f9ab985 commit c0a9f16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## 0.1.0 - 2019-05-12
### Added
- Initial release

[Unreleased]: https://github.com/elfalem/Leaflet.curve/compare/v0.1.0...HEAD
11 changes: 11 additions & 0 deletions NVue.Core/NVue.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>NVue</PackageId>
<Title>NVue</Title>
<PackageDescription>A view rendering engine for ASP.NET Core based on the Vue.js template syntax.</PackageDescription>
<Version>0.1.0</Version>
<Authors>elfalem</Authors>
<Company></Company>
<Copyright>Copyright (c) 2019 elfalem</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/elfalem/NVue/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageTags>C#;template;engine;vue</PackageTags>
<RepositoryUrl>https://github.com/elfalem/NVue</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c0a9f16

Please sign in to comment.