jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.08k stars 298 forks source link

Update badges #105

Closed Nice3point closed 2 years ago

Nice3point commented 2 years ago

I have also removed the version numbers from the .csproj file. This is redundant information and removes duplication. This solution is not a nuget package and is not used in other projects. Therefore, the most correct decision is to change the installer version number, the dll version number in this case does not affect anything. For now, all you need to remember is to update the version number here https://github.com/jeremytammik/RevitLookup/blob/master/installer/Installer.cs#L19 and generate a new guid https://github.com/jeremytammik/RevitLookup/blob/master/installer/Installer.cs#L37 after Revit 2023 is released

jeremytammik commented 2 years ago

looking better and better. you renamed things to just a capital first letter. all except the build folder. could that be renamed to Build, for total consistency?

Nice3point commented 2 years ago

no problem, Failed to download package 'Nuke.Common.5.3.0' from 'https://api.nuget.org/v3-flatcontainer/nuke.common/5.3.0/nuke.common.5.3.0.nupkg' build failed, possibly the nuget server was unavailable

jeremytammik commented 2 years ago

oh dear. i was able to compile and test locally.