Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Dec 20, 2023
1 parent ab04ad4 commit 4fe4643
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Antelcat.AutoGen.Sample/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using Antelcat.AutoGen.ComponentModel;

[assembly: AutoStringTo("Antelcat.Extension")]
[assembly: AutoStringTo("Antelcat.Extension")]
31 changes: 31 additions & 0 deletions src/Antelcat.AutoGen/Antelcat.AutoGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,40 @@
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<LangVersion>preview</LangVersion>

<Version>1.0.0-pre-alpha-1</Version>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>

<Authors>Antelcat</Authors>
<Title>Antelcat.AutoGen</Title>
<PackageId>Antelcat.AutoGen</PackageId>
<RootNamespace>Antelcat.AutoGen</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Auto generate anything you want</Description>
<Copyright>Copyright Antelcat. All rights reserved</Copyright>
<PackageTags>mapping;extension;auto;generate;roslyn;</PackageTags>

<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Antelcat/Antelcat.AutoGen</PackageProjectUrl>
<RepositoryUrl>https://github.com/Antelcat/Antelcat.AutoGen.git</RepositoryUrl>

<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Pre-Alpha release</PackageReleaseNotes>
</PropertyGroup>

<Import Project="..\Antelcat.AutoGen.Shared\Antelcat.AutoGen.Shared.projitems" Label="Shared" />

<ItemGroup Label="Package">
<!-- Pack the source generator binary -->
<None Include="..\Antelcat.AutoGen.SourceGenerators\bin\$(Configuration)\netstandard2.0\Antelcat.AutoGen.SourceGenerators.dll" PackagePath="analyzers\dotnet\cs" Pack="true" />
<None Include="..\..\icon.png" PackagePath="\" Pack="true">
<Link>icon.png</Link>
</None>
<None Include="..\..\README.md" PackagePath="\" Pack="true" />
</ItemGroup>
</Project>
Binary file added src/Icon.ico
Binary file not shown.

0 comments on commit 4fe4643

Please sign in to comment.