Skip to content

Commit

Permalink
Release candidates of dependency load interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Puchaczov committed Oct 5, 2024
1 parent 2b50434 commit 2faf6d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Musoq.Converter/Musoq.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.2.0</Version>
<Version>3.3.0-rc1</Version>
<Authors>Jakub Puchała</Authors>
<Product>Musoq</Product>
<PackageProjectUrl>https://github.com/Puchaczov/Musoq</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Musoq.Evaluator/Musoq.Evaluator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>7.2</Version>
<Version>7.3.0-rc1</Version>
<Authors>Jakub Puchała</Authors>
<Product>Musoq</Product>
<PackageProjectUrl>https://github.com/Puchaczov/Musoq</PackageProjectUrl>
Expand Down
5 changes: 5 additions & 0 deletions Musoq.Schema/ISchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ static virtual Task LoadRequiredDependenciesAsync()
// The default implementation does nothing and it is intended as most of the schemas won't require any additional dependencies.
return Task.CompletedTask;
}

static virtual void LoadRequiredDependencies()
{
// The default implementation does nothing and it is intended as most of the schemas won't require any additional dependencies.
}
}
2 changes: 1 addition & 1 deletion Musoq.Schema/Musoq.Schema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>7.2.0</Version>
<Version>7.3.0-rc1</Version>
<Authors>Jakub Puchała</Authors>
<Product>Musoq</Product>
<PackageProjectUrl>https://github.com/Puchaczov/Musoq</PackageProjectUrl>
Expand Down

0 comments on commit 2faf6d7

Please sign in to comment.