Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 27, 2024
1 parent b535ae8 commit a9d23b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Compile/Compile/Compile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>$(VersionPrefix)0.2.0</Version>
<Version>$(VersionPrefix)0.2.1</Version>
<Description>Rewrite emacs-flx in C#</Description>
<Copyright>FlxCs is distributed under the terms of the MIT license.</Copyright>
<PackageProjectUrl>https://github.com/jcs090218/FlxCs</PackageProjectUrl>
<PackageProjectUrl>https://github.com/the-flx/FlxCs</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/jcs090218/FlxCs</RepositoryUrl>
<RepositoryUrl>https://github.com/the-flx/FlxCs</RepositoryUrl>
<PackageTags>fuzzy algorithm flx</PackageTags>
<AssemblyName>FlxCs</AssemblyName>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a9d23b0

Please sign in to comment.