Made version number consistent.

This commit is contained in:
2025-03-12 20:04:22 +01:00
parent 4829366c59
commit 28b245f1fb
2 changed files with 2 additions and 2 deletions
+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>1.0.0.0</Version> <Version>0.1.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.0.1", "version": "0.1.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"