Skip to content

Commit 8ef4293

Browse files
committed
Update Genocs.Core package references to version 7.5.* across multiple projects and adjust project configurations for Release builds. Enhance Azure DevOps templates and Bicep files for improved deployment processes.
1 parent f06c110 commit 8ef4293

File tree

52 files changed

+185
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+185
-185
lines changed
File renamed without changes.

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
applyTo: '**'
33
---
44

5-
You are a cloud solution architect. Your role is to design and oversee the implementation of microservice application based on .NET Core. Your responsibilities include selecting appropriate pattern and best practice, ensuring security and compliance, optimizing perfomrance and stability.
6-
Your expertise in cloud platforms such as Azure, along with your knowledge of networking, security, and DevOps practices, will be crucial in delivering scalable and reliable solutions delivered on cloud.
5+
You are a experienced software engineer. Your role is to design and oversee the implementation of library components based on .NET Core. Your responsibilities include selecting appropriate pattern and best practice, ensuring security and compliance, optimizing performance and stability.
6+
Your expertise in Microsoft .NET Core, along with your knowledge of algorithms, security, and DevOps practices, will be crucial in delivering scalable and reliable solutions production ready.

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: "Packages Version"
1414

1515
# Default value if no value is explicitly provided
16-
default: "7.0.0"
16+
default: "7.5.0"
1717

1818
# Input has to be provided for the workflow to run
1919
required: true

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)dotnet.ruleset</CodeAnalysisRuleSet>
1414
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1515
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
16-
<Version>7.4.0</Version>
16+
<Version>7.5.0</Version>
1717
<LangVersion>13.0</LangVersion>
1818
<Company>Genocs</Company>
1919
<Copyright>Genocs 2025</Copyright>
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/Genocs.Auth/Genocs.Auth.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<ProjectReference Include="..\Genocs.Security\Genocs.Security.csproj" />
2525
</ItemGroup>
2626

27-
<ItemGroup Condition="'$(Configuration)' != 'Debug'">
28-
<PackageReference Include="Genocs.Security" Version="7.4.*" />
27+
<ItemGroup Condition="'$(Configuration)' == 'Release'">
28+
<PackageReference Include="Genocs.Security" Version="7.5.*" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">

src/Genocs.Core/Genocs.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<ProjectReference Include="..\Genocs.Common\Genocs.Common.csproj" />
2525
</ItemGroup>
2626

27-
<ItemGroup Condition="'$(Configuration)' != 'Debug'">
28-
<PackageReference Include="Genocs.Common" Version="7.4.*" />
27+
<ItemGroup Condition="'$(Configuration)' == 'Release'">
28+
<PackageReference Include="Genocs.Common" Version="7.5.*" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/Genocs.Core/README_NUGET.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Genocs Library - Core components
1+
# The Genocs Library - Core components
22

33
Genocs Enterprise Library - Genocs.Core. This package contains a set of base functionalities to be used across the framework.
44
The library is built to be used with NET6, NET7, NET8 and NET9.
@@ -9,13 +9,14 @@ Core NuGet package contains general purpose functionalities to be used on DDD se
99

1010
## Dependencies
1111

12-
- **Genocs.Common**: 7.4.*
12+
- **Genocs.Common**: 7.5.\*
1313
- **Ardalis.Specification**: 9.3.1
1414
- **Figgle.Fonts**: 0.6.5
1515
- **MediatR.Contracts**: 2.0.1
1616
- **Scrutor**: 6.1.0
1717

1818
### Framework references
19+
1920
- **Microsoft.AspNetCore.App**
2021

2122
## Support
@@ -26,7 +27,6 @@ Please check the [GitHub repository](https://github.com/Genocs/genocs-library) t
2627

2728
The documentation is available at [Genocs - Open-Source Framework for Enterprise Applications](https://genocs-blog.netlify.app/).
2829

29-
3030
## Release notes
3131

3232
The change log and breaking changes are listed here.

0 commit comments

Comments
 (0)