Skip to content

Commit

Permalink
Icons collection update ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
1 parent b82c362 commit d44869e
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 74 deletions.
131 changes: 70 additions & 61 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,48 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Build Schema",
"$ref": "#/definitions/build",
"definitions": {
"build": {
"type": "object",
"Host": {
"type": "string",
"enum": [
"AppVeyor",
"AzurePipelines",
"Bamboo",
"Bitbucket",
"Bitrise",
"GitHubActions",
"GitLab",
"Jenkins",
"Rider",
"SpaceAutomation",
"TeamCity",
"Terminal",
"TravisCI",
"VisualStudio",
"VSCode"
]
},
"ExecutableTarget": {
"type": "string",
"enum": [
"Compile",
"GhBumpVersionIfNeeded",
"GhUpdateIconsWorkflow",
"Restore",
"UpdateIcons"
]
},
"Verbosity": {
"type": "string",
"description": "",
"enum": [
"Verbose",
"Normal",
"Minimal",
"Quiet"
]
},
"NukeBuild": {
"properties": {
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Debug",
"Release"
]
},
"Continue": {
"type": "boolean",
"description": "Indicates to continue a previously failed build attempt"
Expand All @@ -23,25 +52,8 @@
"description": "Shows the help text for this build assembly"
},
"Host": {
"type": "string",
"description": "Host for execution. Default is 'automatic'",
"enum": [
"AppVeyor",
"AzurePipelines",
"Bamboo",
"Bitbucket",
"Bitrise",
"GitHubActions",
"GitLab",
"Jenkins",
"Rider",
"SpaceAutomation",
"TeamCity",
"Terminal",
"TravisCI",
"VisualStudio",
"VSCode"
]
"$ref": "#/definitions/Host"
},
"NoLogo": {
"type": "boolean",
Expand Down Expand Up @@ -70,49 +82,46 @@
"type": "array",
"description": "List of targets to be skipped. Empty list skips all dependencies",
"items": {
"type": "string",
"enum": [
"Compile",
"GhBumpVersionIfNeeded",
"GhUpdateIconsWorkflow",
"Restore",
"UpdateIcons"
]
"$ref": "#/definitions/ExecutableTarget"
}
},
"SkipWpfCompilation": {
"type": "boolean",
"description": "Should we skip compilation of WPF projects. In non windows systems this is enabled by default"
},
"Solution": {
"type": "string",
"description": "Path to a solution file that is automatically loaded"
},
"Target": {
"type": "array",
"description": "List of targets to be invoked. Default is '{default_target}'",
"items": {
"type": "string",
"enum": [
"Compile",
"GhBumpVersionIfNeeded",
"GhUpdateIconsWorkflow",
"Restore",
"UpdateIcons"
]
"$ref": "#/definitions/ExecutableTarget"
}
},
"Verbosity": {
"type": "string",
"description": "Logging verbosity during build execution. Default is 'Normal'",
"$ref": "#/definitions/Verbosity"
}
}
}
},
"allOf": [
{
"properties": {
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Minimal",
"Normal",
"Quiet",
"Verbose"
"Debug",
"Release"
]
},
"SkipWpfCompilation": {
"type": "boolean",
"description": "Should we skip compilation of WPF projects. In non windows systems this is enabled by default"
},
"Solution": {
"type": "string",
"description": "Path to a solution file that is automatically loaded"
}
}
},
{
"$ref": "#/definitions/NukeBuild"
}
}
}
]
}
2 changes: 1 addition & 1 deletion Material.Icons.Avalonia/Material.Icons.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
<PackageTags>material icons material-design google-material avalonia</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 20 Jun 2024 12:18:52 GMT
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 16 Jan 2025 21:42:34 GMT
Check out changes at https://pictogrammers.com/library/mdi/history/</PackageReleaseNotes>
<Version>2.1.11</Version>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Material.Icons.WPF/Material.Icons.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
<Version>2.1.11</Version>
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 20 Jun 2024 12:18:52 GMT
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 16 Jan 2025 21:42:34 GMT
Check out changes at https://pictogrammers.com/library/mdi/history/</PackageReleaseNotes>
</PropertyGroup>

Expand Down
16 changes: 7 additions & 9 deletions Material.Icons.WinUI3/Material.Icons.WinUI3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,24 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
<Version>2.1.11</Version>
<PackageReleaseNotes>
- Icons set updated according to materialdesignicons.com at Thu, 20 Jun 2024 12:18:52 GMT
Check out changes at https://pictogrammers.com/library/mdi/history/
</PackageReleaseNotes>
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 16 Jan 2025 21:42:34 GMT
Check out changes at https://pictogrammers.com/library/mdi/history/</PackageReleaseNotes>
<EnableMsixTooling>true</EnableMsixTooling>

<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
<None Include="../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007"/>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1"/>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1"/>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Material.Icons\Material.Icons.csproj"/>
<ProjectReference Include="..\Material.Icons\Material.Icons.csproj" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Material.Icons/Material.Icons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>material icons material-design google-material</PackageTags>
<RootNamespace>Material.Icons</RootNamespace>
<Version>2.1.10</Version>
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 20 Jun 2024 12:18:52 GMT
<Version>2.1.11</Version>
<PackageReleaseNotes>- Icons set updated according to materialdesignicons.com at Thu, 16 Jan 2025 21:42:34 GMT
Check out changes at https://pictogrammers.com/library/mdi/history/</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit d44869e

Please sign in to comment.