Skip to content

Commit

Permalink
Merge pull request #7 from ricaun-io/develop-2025
Browse files Browse the repository at this point in the history
Version 2025
  • Loading branch information
ricaun committed Apr 30, 2024
2 parents 974b845 + 62cef69 commit 2088b0e
Show file tree
Hide file tree
Showing 13 changed files with 50,738 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: NuGet Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: "NuGet Add Source Organization"
run: if ("${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }}" -ne "") { dotnet nuget add source --username ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_USERNAME }} --password ${{ secrets.ORGANIZATION_SOURCE_PACKAGE_PASSWORD }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json" }

- name: Run './build/build.cmd'
run: ./build/build.cmd --root ./build
env:
Expand Down
10 changes: 8 additions & 2 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Build Schema",
"$ref": "#/definitions/build",
"title": "Build Schema",
"definitions": {
"build": {
"type": "object",
Expand Down Expand Up @@ -72,6 +72,9 @@
"type": "string"
}
},
"ReleaseFolder": {
"type": "string"
},
"ReleaseNameVersion": {
"type": "boolean"
},
Expand Down Expand Up @@ -123,6 +126,9 @@
]
}
},
"UnlistNuget": {
"type": "boolean"
},
"Verbosity": {
"type": "string",
"description": "Logging verbosity during build execution. Default is 'Normal'",
Expand All @@ -136,4 +142,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>.</NukeRootDirectory>
Expand All @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ricaun.Nuke.PackageBuilder" Version="*" />
<PackageReference Include="ricaun.Nuke" Version="*" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2025.0.0] / 2025-04-30
### Features
- Version 2025

## [2024.0.0] / 2024-04-04
### Features
- Version 2024
Expand All @@ -13,5 +17,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Version 2023 - 2019

[vNext]: ../../compare/2023.0.0...HEAD
[2025.0.0]: ../../compare/2024.0.0...2025.0.0
[2024.0.0]: ../../compare/2023.0.0...2024.0.0
[2023.0.0]: ../../compare/2023.0.0
Binary file added CefSharp/2025/CefSharp.Core.dll
Binary file not shown.
31,109 changes: 31,109 additions & 0 deletions CefSharp/2025/CefSharp.Core.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 2088b0e

Please sign in to comment.