Skip to content

Commit

Permalink
Update Id PageProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Ciavarella committed May 9, 2023
1 parent 3b783d7 commit b7e8ee0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ namespace PAMChatGPT
{
public class Bot
{

private OpenAIAPI api;

private Conversation chat = null;

public ObservableCollection<Message> Messages { get; } = new ObservableCollection<Message>();
Expand Down
6 changes: 3 additions & 3 deletions Config.daml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ArcGIS defaultAssembly="PAMChatGPT.dll" defaultNamespace="PAMChatGPT" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
<AddInInfo id="{4e688f6f-f9ca-4e1a-8f6c-4e0c9c874631}" version="1.0" desktopVersion="3.1.41833">
<Name>PAMChatGPT</Name>
<AddInInfo id="{4e688f6f-f9ca-4e1a-8f6c-4e0c9c874631}" version="1.0.0" desktopVersion="3.1.41833">
<Name>ChatGPT</Name>
<Description>Ask ChatGPT</Description>
<Image>Images\AddinDesktop32.png</Image>
<Author>nicogis</Author>
Expand Down Expand Up @@ -39,7 +39,7 @@
<propertySheets>

<updateSheet refID="esri_core_optionsPropertySheet">
<insertPage id="esri_sdk_PropertyPageAppSettings" caption="ChatGPT" className="ApplicationSettingsViewModel" group="Application">
<insertPage id="esri_sdk_PropertyPageAppSettings_PAMChatGPT" caption="ChatGPT" className="ApplicationSettingsViewModel" group="Application">
<content className="ApplicationSettingsView" />
</insertPage>
</updateSheet>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2023 nicogis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit b7e8ee0

Please sign in to comment.