diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 978a9b5..e639e46 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,8 +23,10 @@ jobs:
- name: Pack .NET Solution
run: dotnet pack --no-build --output pack/
- name: Publish .NET Solution to GitHub Packages
+ continue-on-error: true
run: dotnet nuget push pack/* --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
- name: Publish .NET Solution to NuGet.org
+ continue-on-error: true
run: dotnet nuget push pack/* --api-key ${{ secrets.NUGET_ORG_KEY }} --source nuget
diff --git a/.gitignore b/.gitignore
index 231e410..b187841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -352,3 +352,6 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
+
+# JetBrains
+.idea
diff --git a/Directory.Build.props b/Directory.Build.props
index ac229a1..f74ba94 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,13 +4,4 @@
git
https://github.com/escendit/Escendit.Tools.Branding
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
diff --git a/Directory.Packages.props b/Directory.Packages.props
new file mode 100644
index 0000000..ec5f599
--- /dev/null
+++ b/Directory.Packages.props
@@ -0,0 +1,9 @@
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
diff --git a/README.md b/README.md
index 54bce4c..7e84a70 100644
--- a/README.md
+++ b/README.md
@@ -50,4 +50,4 @@ To contribute code, fork the repository and submit a pull request.
Please ensure that your code follows the project's coding standards and is thoroughly tested.
## License
-This package is released under the MIT License. See the LICENSE.txt file for details.
\ No newline at end of file
+This package is released under the MIT License. See the LICENSE.txt file for details.
diff --git a/src/Escendit.Tools.Branding/Escendit.Tools.Branding.csproj b/src/Escendit.Tools.Branding/Escendit.Tools.Branding.csproj
index c9707d5..dad3ff0 100644
--- a/src/Escendit.Tools.Branding/Escendit.Tools.Branding.csproj
+++ b/src/Escendit.Tools.Branding/Escendit.Tools.Branding.csproj
@@ -1,3 +1,4 @@
+
@@ -8,7 +9,8 @@
false
true
$(NoWarn);NU5128
- Pre-populates NuGet Package with common default values.
+ Provides default branding properties and assets for organization's NuGet projects.
+ branding;defaults;icons;nuget;development
diff --git a/src/Escendit.Tools.Branding/Escendit.Tools.Branding.targets b/src/Escendit.Tools.Branding/Escendit.Tools.Branding.targets
index b9f76f1..99f9221 100644
--- a/src/Escendit.Tools.Branding/Escendit.Tools.Branding.targets
+++ b/src/Escendit.Tools.Branding/Escendit.Tools.Branding.targets
@@ -1,10 +1,10 @@
-
+
LICENSE.txt
-
+
packageIcon.png