Bumped version number to 1.0

This commit is contained in:
2025-03-14 09:33:02 +01:00
parent cd364c6f62
commit 2e53e25da8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -212,4 +212,4 @@ If you encounter issues not covered in this guide, contact your IT department or
## Version Information ## Version Information
This user guide is for Edison PowerPoint Add-in v0.1.0. This user guide is for Edison PowerPoint Add-in v1.0.0.
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp"> <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>be5c6f61-4bbf-4bd2-a8da-5031abf096a5</Id> <Id>be5c6f61-4bbf-4bd2-a8da-5031abf096a5</Id>
<Version>0.1.0.0</Version> <Version>1.0.0.0</Version>
<ProviderName>Contoso</ProviderName> <ProviderName>Contoso</ProviderName>
<DefaultLocale>en-US</DefaultLocale> <DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Edison"/> <DisplayName DefaultValue="Edison"/>
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "edison-powerpoint-addin", "name": "edison-powerpoint-addin",
"version": "0.1.0", "version": "1.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/OfficeDev/Office-Addin-TaskPane-React.git" "url": "https://github.com/OfficeDev/Office-Addin-TaskPane-React.git"