Make version numbers consistent across all files
- Updated manifest.xml from 1.0.0.0 to 1.1.0.0 - Updated README.md version history with v1.1.0 entry - Synchronized package-lock.json version with package.json All application files now consistently refer to version 1.1.0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -159,5 +159,6 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
- v1.1.0 - Performance improvements, code quality, and UI enhancements
|
||||||
- v1.0.0 - First stable release
|
- v1.0.0 - First stable release
|
||||||
- v0.1.0 - Initial release with core functionality
|
- v0.1.0 - Initial release with core functionality
|
||||||
+1
-1
@@ -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>1.1.0.0</Version>
|
||||||
<ProviderName>Contoso</ProviderName>
|
<ProviderName>Contoso</ProviderName>
|
||||||
<DefaultLocale>en-US</DefaultLocale>
|
<DefaultLocale>en-US</DefaultLocale>
|
||||||
<DisplayName DefaultValue="Edison"/>
|
<DisplayName DefaultValue="Edison"/>
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "edison-powerpoint-addin",
|
"name": "edison-powerpoint-addin",
|
||||||
"version": "0.0.1",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "edison-powerpoint-addin",
|
"name": "edison-powerpoint-addin",
|
||||||
"version": "0.0.1",
|
"version": "1.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react-components": "^9.55.1",
|
"@fluentui/react-components": "^9.55.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user