Skip to content

Commit

Permalink
- Add XmlnsDefinition on Example to Force Error with AssemblyAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Feb 23, 2022
1 parent 946220d commit 31f9aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Bug Fixes
- Fix Error When Read AssemblyAttribute
### Changed
- Add XmlnsDefinition on Example to Force Error with AssemblyAttribute
- Remove AssemblyAttribute
- Add RevitAddin Example
- Add Multiple Example Compile
Expand Down
4 changes: 2 additions & 2 deletions ricaun.Nuke.RevitAddin.Example/Proprieties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using System.Windows.Markup;

//[assembly: XmlnsDefinition("http://ricaun.com/example", "ricaun.Example")]
//[assembly: XmlnsPrefix("http://ricaun.com/example", "r")]
[assembly: XmlnsDefinition("http://ricaun.com/example", "ricaun.Example")]
[assembly: XmlnsPrefix("http://ricaun.com/example", "r")]

0 comments on commit 31f9aab

Please sign in to comment.