Skip to content

Commit

Permalink
Adding Release notes and readme to package (#38)
Browse files Browse the repository at this point in the history
* adding readme/release notes to package
  • Loading branch information
slorello89 authored Dec 13, 2021
1 parent 06f539d commit 503036e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Redis.OM/Redis.OM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PackageVersion>0.1.4</PackageVersion>
<Version>0.1.4</Version>
<PackageReleaseNotes>https://github.com/redis/redis-om-dotnet/releases/tag/v0.1.4</PackageReleaseNotes>
<Description>Object Mapping and More for Redis</Description>
<Title>Redis OM</Title>
<Authors>Steve Lorello</Authors>
<Copyright>Redis Inc</Copyright>
<PackageProjectUrl>https://github.com/redis/redis-om-dotnet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon-square.png</PackageIcon>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/redis/redis-om-dotnet</RepositoryUrl>
Expand All @@ -31,6 +33,7 @@

<ItemGroup>
<None Include="../../images/icon-square.png" Pack="true" PackagePath="\" />
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
Expand Down

0 comments on commit 503036e

Please sign in to comment.