Skip to content

Commit

Permalink
Added build-script, bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
markusobviuse committed Dec 14, 2023
1 parent ea7068c commit 3ffbcd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ bin/

xcopy*
Our.Umbraco.TheDashboard.Testsite/
Artifacts
2 changes: 1 addition & 1 deletion Our.Umbraco.TheDashboard/Our.Umbraco.TheDashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>Content dashboard for Umbraco 11</Description>
<Product>The Dashboard for Umbraco</Product>
<PackageTags>umbraco umbraco-marketplace dashboard activities plugin package</PackageTags>
<Version>11.1.0</Version>
<Version>11.1.1</Version>
<Authors>Markus Johansson</Authors>
<Copyright>Copyright (c) Obviuse AB</Copyright>
<Company>Obviuse AB / Enkel Media Stockholm AB</Company>
Expand Down
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet pack Our.Umbraco.TheDashboard/Our.Umbraco.TheDashboard.csproj --output Artifacts --configuration Release

0 comments on commit 3ffbcd3

Please sign in to comment.