Skip to content

Commit

Permalink
Merge pull request #3 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 2024
  • Loading branch information
ricaun committed Apr 4, 2023
2 parents a20e478 + 213ef60 commit 44a24cd
Show file tree
Hide file tree
Showing 12 changed files with 48,900 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: NuGet Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
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" }

Expand Down
6 changes: 3 additions & 3 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>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>.</NukeRootDirectory>
Expand All @@ -15,7 +15,7 @@

<ItemGroup>
<None Include="..\.github\workflows\*.yml" LinkBase="ci" />
<None Include=".github\**\*"/>
<None Include=".nuke\*"/>
<None Include=".github\**\*" />
<None Include=".nuke\*" />
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ 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).

## [2024.0.0] / 2024-04-04
### Features
- Version 2024

## [2023.0.0] / 2023-03-03
### Features
- Version 2023 - 2019

[vNext]: ../../compare/2023.0.0...HEAD
[2024.0.0]: ../../compare/2023.0.0...2024.0.0
[2023.0.0]: ../../compare/2023.0.0
Binary file added CefSharp/2024/CefSharp.Core.dll
Binary file not shown.
1,812 changes: 1,812 additions & 0 deletions CefSharp/2024/CefSharp.Core.xml

Large diffs are not rendered by default.

2,971 changes: 2,971 additions & 0 deletions CefSharp/2024/CefSharp.Wpf.XML

Large diffs are not rendered by default.

Binary file added CefSharp/2024/CefSharp.Wpf.dll
Binary file not shown.
44,091 changes: 44,091 additions & 0 deletions CefSharp/2024/CefSharp.XML

Large diffs are not rendered by default.

Binary file added CefSharp/2024/CefSharp.dll
Binary file not shown.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ricaun.Revit.CefSharp

[![Revit 2019](https://img.shields.io/badge/Revit-2019+-blue.svg)](../..)
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](../..)
[![Revit 2019](https://img.shields.io/badge/Revit-2019+-blue.svg)](https://github.com/ricaun-io/ricaun.Revit.CefSharp)
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](https://github.com/ricaun-io/ricaun.Revit.CefSharp)
[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build](../../actions/workflows/Build.yml/badge.svg)](../../actions)
[![Build](https://github.com/ricaun-io/ricaun.Revit.CefSharp/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.Revit.CefSharp/actions)
[![Release](https://img.shields.io/nuget/v/ricaun.Revit.CefSharp?logo=nuget&label=release&color=blue)](https://www.nuget.org/packages/ricaun.Revit.CefSharp)

## PackageReference
Expand All @@ -13,6 +13,7 @@
```

## Revit - CefSharp
* Revit 2024 - 105.3.390
* Revit 2023 - 92.0.260
* Revit 2022 - 65.0.1
* Revit 2021 - 65.0.1
Expand All @@ -21,12 +22,12 @@

## Release

* [Latest release](../../releases/latest)
* [Latest release](https://github.com/ricaun-io/ricaun.Revit.CefSharp/releases/latest)

## License

This project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License).

---

Do you like this project? Please [star this project on GitHub](../../stargazers)!
Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.Revit.CefSharp/stargazers)!
4 changes: 4 additions & 0 deletions ricaun.Revit.CefSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Global
2021|Any CPU = 2021|Any CPU
2022|Any CPU = 2022|Any CPU
2023|Any CPU = 2023|Any CPU
2024|Any CPU = 2024|Any CPU
Debug 2019|Any CPU = Debug 2019|Any CPU
Debug 2020|Any CPU = Debug 2020|Any CPU
Debug 2021|Any CPU = Debug 2021|Any CPU
Expand All @@ -38,6 +39,8 @@ Global
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.2022|Any CPU.Build.0 = 2022|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.2023|Any CPU.ActiveCfg = 2023|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.2023|Any CPU.Build.0 = 2023|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.2024|Any CPU.ActiveCfg = 2024|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.2024|Any CPU.Build.0 = 2024|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.Debug 2019|Any CPU.ActiveCfg = Debug 2019|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.Debug 2019|Any CPU.Build.0 = Debug 2019|Any CPU
{3AF11FA2-A8BB-4609-AD20-56DEF2652FAC}.Debug 2020|Any CPU.ActiveCfg = Debug 2020|Any CPU
Expand All @@ -58,6 +61,7 @@ Global
{498EB1DD-486D-4506-A4D1-0829C9F79378}.2022|Any CPU.Build.0 = Debug|Any CPU
{498EB1DD-486D-4506-A4D1-0829C9F79378}.2023|Any CPU.ActiveCfg = Debug|Any CPU
{498EB1DD-486D-4506-A4D1-0829C9F79378}.2023|Any CPU.Build.0 = Debug|Any CPU
{498EB1DD-486D-4506-A4D1-0829C9F79378}.2024|Any CPU.ActiveCfg = Release|Any CPU
{498EB1DD-486D-4506-A4D1-0829C9F79378}.Debug 2019|Any CPU.ActiveCfg = Debug|Any CPU
{498EB1DD-486D-4506-A4D1-0829C9F79378}.Debug 2019|Any CPU.Build.0 = Debug|Any CPU
{498EB1DD-486D-4506-A4D1-0829C9F79378}.Debug 2020|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
14 changes: 7 additions & 7 deletions ricaun.Revit.CefSharp/ricaun.Revit.CefSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
<LangVersion>latest</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<Configurations>
Debug 2023; 2023;
Debug 2022; 2022;
Debug 2021; 2021;
Debug 2020; 2020;
Debug 2019; 2019;
</Configurations>
<Configurations>Debug 2023;2023;Debug 2022;2022;Debug 2021;2021;Debug 2020;2020;Debug 2019;2019;2024</Configurations>
</PropertyGroup>

<!-- RevitVersion -->
Expand Down Expand Up @@ -61,6 +55,12 @@
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
</When>
<When Condition="$(Configuration.Contains('2024'))">
<PropertyGroup>
<RevitVersion>2024</RevitVersion>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
<RevitVersion>2017</RevitVersion>
Expand Down

0 comments on commit 44a24cd

Please sign in to comment.