-
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.
Merge pull request #9 from Syrx/2.2.0
2.2.0
- Loading branch information
Showing
21 changed files
with
352 additions
and
475 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<Project> | ||
<PropertyGroup> | ||
|
||
<!-- ============================================================================ --> | ||
<!-- build info--> | ||
<!-- ============================================================================ --> | ||
<!-- Set the target framework for all projects --> | ||
<TargetFramework>net8.0</TargetFramework> | ||
|
||
<!-- Set the configuration to Debug by default --> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
|
||
<!-- Enable nullable reference types --> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
|
||
<!-- Treat all warnings as errors --> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
|
||
|
||
|
||
|
||
<!-- ============================================================================ --> | ||
<!-- packaging info --> | ||
<!-- ============================================================================ --> | ||
<Version>2.2.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageTags>syrx;data access;orm;micro-orm</PackageTags> | ||
<PackageReleaseNotes>Updated to .NET8.0.</PackageReleaseNotes> | ||
|
||
<!-- ============================================================================ --> | ||
<!-- organization info --> | ||
<!-- ============================================================================ --> | ||
<Company>Syrx</Company> | ||
<Product>Syrx</Product> | ||
<Copyright>https://github.com/Syrx/</Copyright> | ||
<PackageProjectUrl>https://github.com/Syrx/</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Syrx/</RepositoryUrl> | ||
|
||
<!-- ============================================================================ --> | ||
|
||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<!--<ItemGroup> | ||
--> | ||
<!-- Add common package references --> | ||
<!-- | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
</ItemGroup>--> | ||
</Project> |
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
29 changes: 2 additions & 27 deletions
29
src/Syrx.Commanders.Databases.Builders/Syrx.Commanders.Databases.Builders.csproj
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,38 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>2.1.0</Version> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Authors>Syrx</Authors> | ||
<Company>Syrx</Company> | ||
<Copyright>https://github.com/Syrx/</Copyright> | ||
<PackageProjectUrl>https://github.com/Syrx/</PackageProjectUrl> | ||
<PackageIconUrl></PackageIconUrl> | ||
<RepositoryUrl>https://github.com/Syrx/</RepositoryUrl> | ||
<Description></Description> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<PackageTags>syrx;data access;orm;micro-orm</PackageTags> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Syrx.Validation" Version="2.0.0" /> | ||
<PackageReference Include="Syrx.Validation" Version="2.*" /> | ||
</ItemGroup> | ||
|
||
</Project> |
29 changes: 1 addition & 28 deletions
29
...rs.Databases.Connectors.Extensions/Syrx.Commanders.Databases.Connectors.Extensions.csproj
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
34 changes: 2 additions & 32 deletions
34
src/Syrx.Commanders.Databases.Connectors/Syrx.Commanders.Databases.Connectors.csproj
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
26 changes: 0 additions & 26 deletions
26
src/Syrx.Commanders.Databases.Extensions/Syrx.Commanders.Databases.Extensions.csproj
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
29 changes: 1 addition & 28 deletions
29
...abases.Settings.Extensions.Json/Syrx.Commanders.Databases.Settings.Extensions.Json.csproj
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,41 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>2.1.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Authors>Syrx</Authors> | ||
<Company>Syrx</Company> | ||
<Copyright>https://github.com/Syrx/</Copyright> | ||
<PackageProjectUrl>https://github.com/Syrx/</PackageProjectUrl> | ||
<PackageIconUrl></PackageIconUrl> | ||
<RepositoryUrl>https://github.com/Syrx/</RepositoryUrl> | ||
<Description>This package adds support for configuration of Syrx database commands via JSON file. </Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<PackageTags>syrx;data access;orm;micro-orm</PackageTags> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" /> | ||
<PackageReference Include="Syrx.Validation" Version="2.0.0" /> | ||
<PackageReference Include="Syrx.Validation" Version="2.*" /> | ||
</ItemGroup> | ||
|
||
</Project> |
29 changes: 1 addition & 28 deletions
29
...atabases.Settings.Extensions.Xml/Syrx.Commanders.Databases.Settings.Extensions.Xml.csproj
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,40 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>2.1.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Authors>Syrx</Authors> | ||
<Company>Syrx</Company> | ||
<Copyright>https://github.com/Syrx/</Copyright> | ||
<PackageProjectUrl>https://github.com/Syrx/</PackageProjectUrl> | ||
<PackageIconUrl></PackageIconUrl> | ||
<RepositoryUrl>https://github.com/Syrx/</RepositoryUrl> | ||
<Description>This package adds support for configuration of Syrx database commands via XML file. </Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<PackageTags>syrx;data access;orm;micro-orm</PackageTags> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="9.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" /> | ||
<PackageReference Include="Syrx.Validation" Version="2.0.0" /> | ||
<PackageReference Include="Syrx.Validation" Version="2.*" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.