-
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.
- Loading branch information
1 parent
18086a2
commit dde6e76
Showing
3 changed files
with
22 additions
and
27 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
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,22 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<PackageId>TextCase</PackageId> | ||
<Version>1.0.6</Version> | ||
<Authors>Ottorino Bruni</Authors> | ||
<Description>The TextCase library for .NET helps changing the cases of existing texts.</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/ottorinobruni/TextCase</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
|
||
</PropertyGroup> | ||
|
||
|
||
<ItemGroup> | ||
<Folder Include="Extensions\" /> | ||
<None Include="..\README.md" Pack="true" PackagePath="\"/> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<PackageId>TextCase</PackageId> | ||
<Version>1.0.7</Version> | ||
<Authors>Ottorino Bruni</Authors> | ||
<Description>The TextCase library for .NET helps changing the cases of existing texts.</Description> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/ottorinobruni/TextCase</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Folder Include="Extensions\" /> | ||
<None Include="..\README.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
</Project> |