Skip to content

Commit

Permalink
Merge pull request #14 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Update Build Project
  • Loading branch information
ricaun authored Feb 17, 2022
2 parents 6a81329 + bb1b729 commit 069f59b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 40 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/Develop.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_Develop --host GitHubActions
#
# </auto-generated>
# Develop
# ------------------------------------------------------------------------------

name: Develop
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_Publish --host GitHubActions
#
# </auto-generated>
# Publish
# ------------------------------------------------------------------------------

name: Publish
Expand Down
2 changes: 1 addition & 1 deletion Autodesk.PackageBuilder/Autodesk.PackageBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

<ItemGroup>
<PackageReference Include="ricaun.Nuke" Version="*" />
<PackageReference Include="Nuke.Common" Version="5.3.0" />
<PackageDownload Include="GitVersion.Tool" Version="[5.7.0]" />
<PackageDownload Include="NuGet.CommandLine" Version="[5.11.0]" />
</ItemGroup>

<ItemGroup>
Expand Down
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.5] / 2021-12-21
- Update Build Project
- 2021-12-21
- Remove Folder Build Project

## [1.0.5] / 2021-12-17
- 2021-12-17
- Test Example
- Rename Example
- Set Visible `false` LICENSE $ README
Expand Down Expand Up @@ -36,10 +37,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.0.0] / 2021-11-26
- First Release

[vNext]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.0...HEAD
[1.0.5]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.0
[vNext]: ../../compare/1.0.0...HEAD
[1.0.6]: ../../compare/1.0.5...1.0.6
[1.0.5]: ../../compare/1.0.4...1.0.5
[1.0.4]: ../../compare/1.0.3...1.0.4
[1.0.3]: ../../compare/1.0.2...1.0.3
[1.0.2]: ../../compare/1.0.1...1.0.2
[1.0.1]: ../../compare/1.0.0...1.0.1
[1.0.0]: ../../compare/1.0.0
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This package is intended to build Autodesk `PackageContent.xml` and `RevitAddin.

[![Visual Studio 2019](https://img.shields.io/badge/Visual%20Studio%202019-16.11.7+-blue)](../..)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[![Publish](../../actions/workflows/Publish.yml/badge.svg)](../../actions)
[![Develop](../../actions/workflows/Develop.yml/badge.svg)](../../actions)
[![Release](https://img.shields.io/nuget/v/Autodesk.PackageBuilder?logo=nuget&label=release&color=blue)](https://www.nuget.org/packages/Autodesk.PackageBuilder)
Expand Down

0 comments on commit 069f59b

Please sign in to comment.