Skip to content

Commit

Permalink
Update badges (#105)
Browse files Browse the repository at this point in the history
* Update badges. CleanUp

* Cleanup builder

* Remove gitlab CI
  • Loading branch information
Nice3point authored Oct 28, 2021
1 parent 1cce1b1 commit 6665e14
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 271 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ AppPackages/
# Others
.idea/
output/
temp/
[Bb]in
[Oo]bj
sql
Expand All @@ -104,6 +105,7 @@ ClientBin
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
build.schema.json

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
Expand Down
125 changes: 0 additions & 125 deletions .gitlab-ci.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .nuke/build.schema.json

This file was deleted.

2 changes: 1 addition & 1 deletion installer/Installer.cs → Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class Installer
private const string ProjectName = "RevitLookup";
private const string OutputName = "RevitLookup";
private const string OutputDir = "output";
private const string Version = "22.0.1.2";
private const string Version = "22.0.1.3";

public static void Main(string[] args)
{
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
40 changes: 20 additions & 20 deletions LICENSE → License.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
The MIT License (MIT)
Copyright (c) 2013-Current by Jeremy Tammik, Autodesk Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The MIT License (MIT)

Copyright (c) 2013-Current by Jeremy Tammik, Autodesk Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 7 additions & 5 deletions README.md → Readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# RevitLookup

[![Revit API](https://img.shields.io/badge/Revit%20API-2022-blue.svg)]()
[![Platform](https://img.shields.io/badge/platform-Windows-lightgray.svg)]()
[![.NET](https://img.shields.io/badge/.NET-4.8-blue.svg)]()
[![License](http://img.shields.io/:license-mit-blue.svg)](http://opensource.org/licenses/MIT)
[![Build Status](https://gitlab.com/buildinformed-public/revitlookup/badges/master/pipeline.svg)](https://lookupbuilds.com)
<p align="center">
<img src="https://img.shields.io/badge/Revit%20API-2022-blue.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/platform-Windows-lightgray.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/.NET-4.8-blue.svg?style=for-the-badge">
<a href="http://opensource.org/licenses/MIT"><img src="https://img.shields.io/github/license/jeremytammik/RevitLookup?style=for-the-badge"></a>
<a href="https://actions-badge.atrox.dev/jeremytammik/RevitLookup/goto"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjeremytammik%2FRevitLookup%2Fbadge&style=for-the-badge"></a>
</p>

Interactive Revit BIM database exploration tool to view and navigate BIM element parameters, properties and relationships.

Expand Down
2 changes: 1 addition & 1 deletion RevitLookup.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FF48108-2C4C-4389-92DC-CCC4F153190F}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
README.md = README.md
Readme.md = Readme.md
Wishlist.md = Wishlist.md
EndProjectSection
EndProject
Expand Down
4 changes: 0 additions & 4 deletions RevitLookup/RevitLookup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<UseWpf>true</UseWpf>
<Version>2022.0.1.3</Version>
<FileVersion>2022.0.1.3</FileVersion>
<UseWindowsForms>true</UseWindowsForms>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down Expand Up @@ -51,7 +49,5 @@
<OutLibPath Include="$(AddinDir)**\*.*" />
</ItemGroup>
<Copy SourceFiles="@(OutLibPath)" DestinationFolder="$(AppData)\Autodesk\Revit\Addins\2022\%(RecursiveDir)" />

<!-- <Exec Command="rem copy Y:\a\src\rvt\RevitLookup\CS\bin\Debug\RevitLookup.dll C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2022&#xD;&#xA;rem copy Y:\a\src\rvt\RevitLookup\CS\RevitLookup.addin C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2022" />-->
</Target>
</Project>
9 changes: 0 additions & 9 deletions build/Build.CI.AzurePipelines.cs

This file was deleted.

1 change: 0 additions & 1 deletion build/Build.Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ partial class Build
//The libraries below use the AfterBuild target
//Change the version here if it is different from the one specified in the .csproj file
const string WixTargetPath = @"%USERPROFILE%\.nuget\packages\wixsharp\1.18.1\build\WixSharp.targets";
const string IlRepackTargetPath = @"%USERPROFILE%\.nuget\packages\ilrepack.lib.msbuild.task\2.0.18.2\build\ILRepack.Lib.MSBuild.Task.targets";

//Specify the path to the MSBuild.exe file here if you are not using VisualStudio
const string CustomMsBuildPath = @"C:\Program Files\JetBrains\JetBrains Rider\tools\MSBuild\Current\Bin\MSBuild.exe";
Expand Down
2 changes: 0 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ partial class Build : NukeBuild
}

var wixTargetPath = Environment.ExpandEnvironmentVariables(WixTargetPath);
var ilTargetPath = Environment.ExpandEnvironmentVariables(IlRepackTargetPath);

if (File.Exists(wixTargetPath)) ReplaceFileText("<Target Name=\"MSIAuthoring\">", wixTargetPath, 3);
if (File.Exists(ilTargetPath)) ReplaceFileText("<Target Name=\"ILRepack\">", ilTargetPath, 13);

if (IsServerBuild) return;
foreach (var projectName in Projects)
Expand Down

0 comments on commit 6665e14

Please sign in to comment.