Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed May 26, 2024
1 parent 03c5338 commit 35a0c88
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/MiniAuth.IdentityAuth/MiniAuth.IdentityAuth.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>MiniAuth</AssemblyName>
<Title>MiniAuth</Title>
<Version>0.9.0</Version>
<Description>"One-line code" adds identity management web for your new/old projects</Description>
<Authors>Wei Lin, mini-software</Authors>
<PackageTags>MiniAuth</PackageTags>
<Copyright>Wei Lin, 2024 onwards</Copyright>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/mini-software/MiniAuth</PackageProjectUrl>
<RepositoryUrl>https://github.com/mini-software/MiniAuth</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AssemblyOriginatorKeyFile>minisoftware.snk</AssemblyOriginatorKeyFile>
<SignAssembly>True</SignAssembly>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<None Update="minisoftware.snk">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
Binary file added src/MiniAuth.IdentityAuth/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/MiniAuth.IdentityAuth/minisoftware.snk
Binary file not shown.

0 comments on commit 35a0c88

Please sign in to comment.