Skip to content

Commit

Permalink
Merge pull request #18 from andmos/feature/anm-metadata
Browse files Browse the repository at this point in the history
added metadata for #11
  • Loading branch information
andmos committed Aug 12, 2018
2 parents 3747cc9 + ca9a272 commit 4067279
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src/BikeshareClient/BikeshareClient/BikeshareClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>1.0.4</ReleaseVersion>
<VersionPrefix>1.0.4</VersionPrefix>
<ReleaseVersion>1.0.5</ReleaseVersion>
<VersionPrefix>1.0.5</VersionPrefix>
<Title>BikeshareClient</Title>
<Authors>andmos</Authors>
<Description>Dotnet client for bike share systems implementing the General Bikeshare Feed Specification (GBFS).</Description>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/andmos/BikeshareClient</PackageProjectUrl>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

[assembly: AssemblyDescription("")]
[assembly: AssemblyCopyright("${AuthorCopyright}")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

0 comments on commit 4067279

Please sign in to comment.