Skip to content

Commit

Permalink
2022-12-14
Browse files Browse the repository at this point in the history
  • Loading branch information
aso-mehmudi committed Dec 14, 2022
1 parent 40bc2b7 commit 97c9c75
Show file tree
Hide file tree
Showing 22 changed files with 2,690 additions and 2,308 deletions.
13 changes: 7 additions & 6 deletions AsoSoftLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReleaseNotes>AsoSoft Library for the Kurdish language processing (ckb: Central branch of Kurdish).
Normalizer and Numeral Converter classes</PackageReleaseNotes>
<RepositoryUrl>https://github.com/AsoSoft/AsoSoft-Library</RepositoryUrl>
<Version>2.0.1</Version>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
<Version>2.0.3</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -39,17 +39,17 @@ Normalizer and Numeral Converter classes</PackageReleaseNotes>
</ItemGroup>

<ItemGroup>
<Compile Update="replaceFiles.Designer.cs">
<Compile Update="resFiles.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>replaceFiles.resx</DependentUpon>
<DependentUpon>resFiles.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="replaceFiles.resx">
<EmbeddedResource Update="resFiles.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>replaceFiles.Designer.cs</LastGenOutput>
<LastGenOutput>resFiles.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

Expand All @@ -61,6 +61,7 @@ Normalizer and Numeral Converter classes</PackageReleaseNotes>
<None Update="ReadMe.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion AsoSoftLibrary.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<_LastSelectedProfileId>D:\DEV\AsoSoftLibrary\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Update="replaceFiles.resx">
<EmbeddedResource Update="resFiles.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
Expand Down
Loading

0 comments on commit 97c9c75

Please sign in to comment.