Skip to content

Commit

Permalink
Merge pull request #11 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Deploy 1.0.4
  • Loading branch information
ricaun authored Dec 9, 2021
2 parents 2ef94b9 + e1bebf2 commit fa9d25d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 8 additions & 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.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -31,6 +31,13 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

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

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
Expand Down
3 changes: 0 additions & 3 deletions Autodesk.PackageBuilder/Model/Addin/AddInModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ public class AddInModel

[XmlElement]
public string VendorDescription { get; set; }

[XmlElement]
public bool AllowLoadingIntoExistingSession { get; set; } = true;
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
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.4] / 2021-12-09
- Add Readme inside Package
- Update Readme
- Remove `AllowLoadingIntoExistingSession` AddInModel.cs

## [1.0.3] / 2021-12-07
- Clear Build
- Update Develop.yml `branches-ignore:`
Expand All @@ -24,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: https://github.com/ricaun-io/Autodesk.PackageBuilder/compare/1.0.0...HEAD
[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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Autodesk.PackageBuilder

This package is intended to build Autodesk PackageContent.xml using C# fluent API.
This package is intended to build Autodesk `PackageContent.xml` and `RevitAddin.addin` using C# fluent API.

![C#](https://img.shields.io/badge/C%23-blue)
![AUTODESK](https://img.shields.io/badge/AUTODESK-black?logo=autodesk&logoColor=white)

[![Publish](https://github.com/ricaun-io/Autodesk.PackageBuilder/actions/workflows/Publish.yml/badge.svg)](https://github.com/ricaun-io/Autodesk.PackageBuilder/actions)
[![Develop](https://github.com/ricaun-io/Autodesk.PackageBuilder/actions/workflows/Develop.yml/badge.svg)](https://github.com/ricaun-io/Autodesk.PackageBuilder/actions)

[![Release](https://img.shields.io/nuget/v/Autodesk.PackageBuilder?logo=nuget&label=release&color=blue)](https://www.nuget.org/packages/Autodesk.PackageBuilder)

## Examples
Expand Down

0 comments on commit fa9d25d

Please sign in to comment.