We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b906f7 commit fd1fb6aCopy full SHA for fd1fb6a
src/RedisQ.Core/README.md
@@ -0,0 +1,4 @@
1
+# RedisQ.Core
2
+
3
+core library for redis-q.
4
+see https://github.com/smackem/redis-q
src/RedisQ.Core/RedisQ.Core.csproj
@@ -11,6 +11,13 @@
11
<NoWarn>CS2002;CS3021;NU1605</NoWarn>
12
</PropertyGroup>
13
14
+ <PropertyGroup>
15
+ <Version>$(VersionPrefix)</Version>
16
+ <Authors>smackem</Authors>
17
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
18
+ <PackageReadmeFile>README.md</PackageReadmeFile>
19
+ </PropertyGroup>
20
21
<ItemGroup>
22
<PackageReference Include="Antlr4" Version="$(Antlr4_Version)">
23
<PrivateAssets>all</PrivateAssets>
@@ -32,5 +39,6 @@
32
39
33
40
34
41
<Content Include="Antlr4\RedisQL.g4" />
42
+ <None Include="README.md" Pack="true" PackagePath="\"/>
35
43
</ItemGroup>
36
44
</Project>
0 commit comments