-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
81 additions
and
78 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
File renamed without changes
File renamed without changes
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
CenterCLR.NamingFormatter/DIctionary.cs → NamingFormatter/DIctionary.cs
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
2 changes: 1 addition & 1 deletion
2
CenterCLR.NamingFormatter/Enumerable.cs → NamingFormatter/Enumerable.cs
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
2 changes: 1 addition & 1 deletion
2
...erCLR.NamingFormatter/EqualityComparer.cs → NamingFormatter/EqualityComparer.cs
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
2 changes: 1 addition & 1 deletion
2
CenterCLR.NamingFormatter/IDictionary.cs → NamingFormatter/IDictionary.cs
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
2 changes: 1 addition & 1 deletion
2
...LR.NamingFormatter/IReadOnlyDictionary.cs → NamingFormatter/IReadOnlyDictionary.cs
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
2 changes: 1 addition & 1 deletion
2
...CLR.NamingFormatter/Internal/Formatter.cs → NamingFormatter/Internal/Formatter.cs
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
2 changes: 1 addition & 1 deletion
2
....NamingFormatter/Internal/KeyValuePair.cs → NamingFormatter/Internal/KeyValuePair.cs
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
2 changes: 1 addition & 1 deletion
2
...LR.NamingFormatter/Internal/ValueTuple.cs → NamingFormatter/Internal/ValueTuple.cs
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
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
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,36 +1,40 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net35;net40-client;net45;net461;net47;net48;net481;netstandard1.0;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks> | ||
<TargetFrameworks>net35;net40-client;net45;net461;net47;net48;net481;netstandard1.0;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks> | ||
|
||
<OutputType>Library</OutputType> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
|
||
<DebugSymbols>true</DebugSymbols> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<CheckEolTargetFramework>false</CheckEolTargetFramework> | ||
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<GenerateDocumentationFile>false</GenerateDocumentationFile> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<NoWarn>$(NoWarn);CS1570;CS1591;CA1416;CS8981</NoWarn> | ||
|
||
<RootNamespace>NamingFormatter</RootNamespace> | ||
<AssemblyName>NamingFormatter</AssemblyName> | ||
<AssemblyTitle>String format library with key-valued replacer.</AssemblyTitle> | ||
|
||
<Product>NamingFormatter</Product> | ||
<Trademark>NamingFormatter</Trademark> | ||
<Copyright>Copyright (c) Kouji Matsui</Copyright> | ||
<Description>String format library with key-valued replacer.</Description> | ||
<Company>Kouji Matsui (@kozy_kekyo)</Company> | ||
<Authors>Kouji Matsui (@kozy_kekyo)</Authors> | ||
|
||
<Company>Kouji Matsui (@kozy_kekyo, @[email protected])</Company> | ||
<Authors>Kouji Matsui (@kozy_kekyo, @[email protected])</Authors> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/kekyo/CenterCLR.NamingFormatter</PackageProjectUrl> | ||
<PackageIcon>CenterCLR.NamingFormatter.100.png</PackageIcon> | ||
<RepositoryUrl>https://github.com/kekyo/CenterCLR.NamingFormatter</RepositoryUrl> | ||
<PackageTags>string;formatter;extensible;key-value;replace;same;option;structural</PackageTags> | ||
<DebugSymbols>true</DebugSymbols> | ||
<PackageProjectUrl>https://github.com/kekyo/NamingFormatter</PackageProjectUrl> | ||
<PackageIcon>NamingFormatter.100.png</PackageIcon> | ||
<RepositoryUrl>https://github.com/kekyo/NamingFormatter</RepositoryUrl> | ||
<PackageTags>string;formatter;dynamic;extensible;key-value;replace;structural</PackageTags> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<CheckEolTargetFramework>false</CheckEolTargetFramework> | ||
<NoWarn>$(NoWarn);NU1605;NU1701;NU1803</NoWarn> | ||
<NoWarn>$(NoWarn);NU1605;NU1701;NU1803;NU1902;NU1903</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(TargetFramework)' == 'net40-client'"> | ||
|
@@ -51,11 +55,13 @@ | |
<Deterministic>true</Deterministic> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot> | ||
<PathMap>$(RepoRoot)=.</PathMap> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" /> | ||
<PackageReference Include="RelaxVersioner" Version="2.14.0" PrivateAssets="all" /> | ||
<PackageReference Include="RelaxVersioner" Version="3.2.40" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="('$(TargetFramework)' != 'net35') AND ('$(TargetFramework)' != 'net40-client') AND ('$(TargetFramework)' != 'netstandard2.0') AND ('$(TargetFramework)' != 'netstandard2.1') AND ('$(TargetFrameworkIdentifier)' != '.NETCoreApp')"> | ||
|
@@ -67,7 +73,7 @@ | |
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\Images\CenterCLR.NamingFormatter.100.png" Link="Images\CenterCLR.NamingFormatter.100.png" Pack="true" PackagePath="\" /> | ||
<None Include="..\Images\NamingFormatter.100.png" Link="Images\NamingFormatter.100.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
2 changes: 1 addition & 1 deletion
2
CenterCLR.NamingFormatter/Predicate.cs → NamingFormatter/Predicate.cs
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
2 changes: 1 addition & 1 deletion
2
CenterCLR.NamingFormatter/Selector.cs → NamingFormatter/Selector.cs
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
2 changes: 1 addition & 1 deletion
2
...atterTests/FormatProviderOverloadTests.cs → ...atterTests/FormatProviderOverloadTests.cs
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
2 changes: 1 addition & 1 deletion
2
...R.NamingFormatterTests/KeyReplaceTests.cs → NamingFormatterTests/KeyReplaceTests.cs
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
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
2 changes: 1 addition & 1 deletion
2
...CLR.NamingFormatterTests/OverloadTests.cs → NamingFormatterTests/OverloadTests.cs
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
2 changes: 1 addition & 1 deletion
2
....NamingFormatterTests/WriteFormatTests.cs → NamingFormatterTests/WriteFormatTests.cs
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
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
Oops, something went wrong.