Skip to content

Commit

Permalink
finish update for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola1Davydov committed Sep 22, 2024
1 parent 8ac5e6a commit 4876bf6
Show file tree
Hide file tree
Showing 108 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions AnalyseTool/AnalyseTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<ImplicitUsings>true</ImplicitUsings>
<Configurations>Debug R23;Debug R24;Debug R25</Configurations>
<Configurations>$(Configurations);Release R23;Release R24;Release R25</Configurations>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageReleaseNotes>1.0.0</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="$(Configuration.Contains('R23'))">
Expand Down
Binary file modified AnalyseTool/AnalyseToolPluginSetup.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion AnalyseTool/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DefaultGroupName=AnalyseTool Plugin for Revit
AppPublisher=Nikolai Davydov
AppPublisherURL=https://github.com/Nikola1Davydov/AnalyzeTool
AppSupportURL=https://github.com/Nikola1Davydov/AnalyzeTool
AppUpdatesURL=https://github.com/Nikola1Davydov/AnalyzeTool
AppUpdatesURL=https://github.com/Nikola1Davydov/AnalyzeTool/releases
; Тип установки
Compression=lzma
SolidCompression=yes
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
".NETCoreApp,Version=v8.0": {
"AnalyseTool/1.0.0": {
"dependencies": {
"CommunityToolkit.Mvvm": "8.3.1",
"CommunityToolkit.Mvvm": "8.3.2",
"Nice3point.Revit.Api.RevitAPI": "2025.2.0",
"Nice3point.Revit.Api.RevitAPIUI": "2025.2.0",
"Nice3point.Revit.Build.Tasks": "1.1.2",
Expand All @@ -20,11 +20,11 @@
"AnalyseTool.dll": {}
}
},
"CommunityToolkit.Mvvm/8.3.1": {
"CommunityToolkit.Mvvm/8.3.2": {
"runtime": {
"lib/net8.0/CommunityToolkit.Mvvm.dll": {
"assemblyVersion": "8.3.0.0",
"fileVersion": "8.3.1.1"
"fileVersion": "8.3.2.1"
}
}
},
Expand Down Expand Up @@ -782,12 +782,12 @@
"serviceable": false,
"sha512": ""
},
"CommunityToolkit.Mvvm/8.3.1": {
"CommunityToolkit.Mvvm/8.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Fuqjp5uYzHEdrRxsZlY0EqvFX9pF2v0cZN+zfso44lVLI3wZa8Nb9jdcBoXbHxiRSU3hEDhHUqh2fM8znzodzg==",
"path": "communitytoolkit.mvvm/8.3.1",
"hashPath": "communitytoolkit.mvvm.8.3.1.nupkg.sha512"
"sha512": "sha512-m8EolE1A0Updj68WTsZSGI6VWb6mUqHPh7QFo0kt7+JPhYMNXRS1ch8TS/oITAdcxTLrwMOp3ku1KjeG1/Zdpg==",
"path": "communitytoolkit.mvvm/8.3.2",
"hashPath": "communitytoolkit.mvvm.8.3.2.nupkg.sha512"
},
"itext/8.0.4": {
"type": "package",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 4876bf6

Please sign in to comment.