We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df06b2b commit 22b18acCopy full SHA for 22b18ac
Src/Drogecode.Blazor.ExpireStorage/Drogecode.Blazor.ExpireStorage.csproj
@@ -5,7 +5,7 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<RootNamespace>Drogecode.Blazor.ExpireStorage</RootNamespace>
8
- <Version>0.2.6</Version>
+ <Version>0.2.7</Version>
9
<Title>Drogecode.Blazor.ExpireStorage</Title>
10
<Authors>Taco Droogers</Authors>
11
<PackageProjectUrl>https://github.com/Drogecode/Drogecode.Blazor.ExpireStorage</PackageProjectUrl>
@@ -46,10 +46,6 @@
46
<Pack>false</Pack>
47
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
48
</Content>
49
- <Content Include="..\..\README.md">
50
- <Pack>true</Pack>
51
- <CopyToOutputDirectory>Never</CopyToOutputDirectory>
52
- </Content>
53
</ItemGroup>
54
55
</Project>
0 commit comments