Skip to content

Commit 35a0c88

Browse files
committed
0.9.0
1 parent 03c5338 commit 35a0c88

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

src/MiniAuth.IdentityAuth/MiniAuth.IdentityAuth.csproj

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<AssemblyName>MiniAuth</AssemblyName>
4+
<Title>MiniAuth</Title>
5+
<Version>0.9.0</Version>
6+
<Description>"One-line code" adds identity management web for your new/old projects</Description>
7+
<Authors>Wei Lin, mini-software</Authors>
8+
<PackageTags>MiniAuth</PackageTags>
9+
<Copyright>Wei Lin, 2024 onwards</Copyright>
10+
<NeutralLanguage>en</NeutralLanguage>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
12+
<PackageProjectUrl>https://github.com/mini-software/MiniAuth</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/mini-software/MiniAuth</RepositoryUrl>
14+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
15+
<PackageIcon>icon.png</PackageIcon>
16+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17+
<IncludeSymbols>true</IncludeSymbols>
18+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
19+
<AssemblyOriginatorKeyFile>minisoftware.snk</AssemblyOriginatorKeyFile>
20+
<SignAssembly>True</SignAssembly>
21+
</PropertyGroup>
22+
<ItemGroup>
23+
<None Include="icon.png" Pack="true" PackagePath="\" />
24+
</ItemGroup>
25+
<ItemGroup>
26+
<None Update="minisoftware.snk">
27+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28+
</None>
29+
</ItemGroup>
30+
<PropertyGroup>
531
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
632
<ImplicitUsings>enable</ImplicitUsings>
733
<Nullable>enable</Nullable>

src/MiniAuth.IdentityAuth/icon.png

2.72 KB
Loading
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)