-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 0.0.1.0 release of CLUNL.Localization.
- Loading branch information
Showing
2 changed files
with
67 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<GenerateDocumentationFile>True</GenerateDocumentationFile> | ||
<Version>0.0.1.0</Version> | ||
<PackageProjectUrl>https://github.com/creeperlv/CLUNL</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/creeperlv/CLUNL</RepositoryUrl> | ||
<Description>Localization processing part of Creeper Lv's Universal dotNet Library</Description> | ||
<Authors>Creeper Lv</Authors> | ||
<Company>Creeper Lv</Company> | ||
<Copyright>Copyright (C) 2020-2021 Creeper Lv</Copyright> | ||
<PackageReleaseNotes>First version of CLUNL.Localization.</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters