Skip to content

Commit

Permalink
[Update] depedencies, bump versions and add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 27, 2024
1 parent 94bc8b6 commit e18823f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions ECoreNetto.Extensions/ECoreNetto.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company>Starion Group S.A.</Company>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<Title>ECoreNetto.Extensions</Title>
<Version>1.1.2</Version>
<Version>2.0.0</Version>
<Description>Extension methods for the ECoreNetto library that are typically used to support code generation</Description>
<PackageId>ECoreNetto.Extensions</PackageId>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -22,7 +22,7 @@
<Authors>Sam Gerene</Authors>
<PackageTags>Ecore</PackageTags>
<PackageReleaseNotes>
[Update] HtmlAgilityPack to 1.11.60
[Update] to Starion Group
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions ECoreNetto.HandleBars/ECoreNetto.HandleBars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Company>Starion Group S.A.</Company>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<Title>ECoreNetto.HandleBars</Title>
<Version>1.2.2</Version>
<Version>2.0.0</Version>
<Description>HandleBarHelpers for use in combination with the ECoreNetto library to support HandleBarHelpers based code generation</Description>
<PackageId>ECoreNetto.HandleBars</PackageId>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -21,14 +21,14 @@
<Authors>Sam Gerene</Authors>
<PackageTags>Ecore HandleBars</PackageTags>
<PackageReleaseNotes>
[Update] Handlebars.Net.Helpers to 2.4.1.5
[Update] ECoreNetto.Extensions to 1.1.2
[Update] Handlebars.Net.Helpers to 2.4.2.1
[Update] to Starion Group
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Handlebars.Net.Helpers" Version="2.4.1.5" />
<PackageReference Include="Handlebars.Net.Helpers" Version="2.4.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions ECoreNetto/ECoreNetto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Title>EcoreNetto</Title>
<Version>2.3.3</Version>
<Version>3.0.0</Version>
<Description>ECoreNetto is a dotnet core library that is used to deserialize an Ecore meta-model for the purpose of code generation. Ecore is a meta-model used to represent models in the Eclipse Modelling Framework. EMF is a powerful framework and code generation facility for building Java applications based on simple model definitions. The intention of ECoreNetto is not to be a port of EMF, it aims at bridging the gap to the .NET world to facilitate code generation of C# class libraries based on an Ecore model using the .NET code available tooling and libraries.</Description>
<PackageId>ECoreNetto</PackageId>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand All @@ -21,10 +21,10 @@
<PackageIcon>ecorenetto-Icon.png</PackageIcon>
<AssemblyTitle>EcoreNetto</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Sam Gerene; Naron Phou; Merlin Bieze</Authors>
<Authors>Sam Gerene</Authors>
<PackageTags>Ecore</PackageTags>
<PackageReleaseNotes>
[Update] package README
[Update] to Starion Group
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
18 changes: 18 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# Enable updates for NuGet dependencies
- package-ecosystem: "nuget"
# Directory where your solution files are located
directory: "/"
# Schedule for checking updates
schedule:
interval: "weekly"
# Do not automatically open pull requests
open-pull-requests-limit: 0
# Additional configuration to specify how Dependabot should handle version updates
versioning-strategy: "widen"
# Custom commit message options
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"

0 comments on commit e18823f

Please sign in to comment.