Skip to content

Commit

Permalink
Updated readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 3, 2024
1 parent 2c94b52 commit a73089e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>$(MSBuildThisFileDirectory)readme.md</PackageReadmeFile>
<Title>DfE.CoreLibs.BackgroundService</Title>
<Description>This package provides a robust framework for implementing long-running background tasks in .NET applications. It simplifies the development of background services by offering reusable components that streamline task scheduling, execution, and error handling. Ideal for any project requiring background processing, it ensures reliability and scalability across different environments.</Description>
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>$(MSBuildThisFileDirectory)readme.md</PackageReadmeFile>
<Title>DfE.CoreLibs.Caching</Title>
<Description>This caching library offers a unified, efficient caching solution for .NET projects. It provides a simple, reusable abstraction over different caching mechanisms, enabling developers to easily implement in-memory and distributed caching strategies, improving the performance and scalability of their applications.</Description>
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>$(MSBuildThisFileDirectory)readme.md</PackageReadmeFile>
<Title>DfE.CoreLibs.Testing</Title>
<Description>Designed to enhance test automation, this library provides essential utilities and frameworks for unit and integration testing in .NET. It includes tools for mocking, assertions, and common test scenarios, helping developers write cleaner, more efficient tests that improve the overall quality and stability of their applications.</Description>
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<None Include="readme.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a73089e

Please sign in to comment.