Skip to content

Commit

Permalink
Update ricaun.Auth to beta - LicenseAgreement enable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 15, 2024
1 parent 7a28c7d commit 16f695e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update `ricaun.Revit.UI`
- Update `RibbonUtils` with updated `ricaun.Revit.UI`
- Update images to `ico`.
- Update `ricaun.Auth` to beta - `LicenseAgreement` enable.
### Shared
- Update `net6.0-windows` framework.
### Console
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.2.1-beta.8</Version>
<Version>1.2.1-beta.9</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static void OpenApsView(bool showDialog = false)
Debug.WriteLine($"ApsView: {typeof(ApsView).Assembly}");

apsView = new ApsView(Autodesk.Windows.ComponentManager.ApplicationWindow);
apsView.SetAppName("RevitTest");
apsView.SetApsConfiguration(apsService);
apsView.Closed += (s, e) => { apsService?.Dispose(); };
apsView.Closed += (s, e) => { apsView = null; };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<ItemGroup>
<PackageReference Include="Revit.Busy" Version="*" />
<PackageReference Include="ricaun.Auth.Aps.UI" Version="*" />
<PackageReference Include="ricaun.Auth.Aps.UI" Version="*-*" />
<PackageReference Include="ricaun.Revit.UI" Version="*" />
<PackageReference Include="ricaun.Revit.Async" Version="*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 16f695e

Please sign in to comment.