Skip to content

Commit

Permalink
Update NetOfficeFw packages to v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Feb 17, 2024
1 parent b4f91c3 commit 7139eb1
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Project templates for Word, Excel, PowerPoint and Outlook add-ins
* Works in Visual Studio 2015, 2017, 2019 and 2022
* Works with Microsoft Office 2010, 2013, 2016, 2019 and Office 365
* NetOffice packages v1.8.1
* NetOffice packages v1.9.5

## Usage

Expand Down
7 changes: 5 additions & 2 deletions src/ExcelAddinTemplate/NetOfficeExcelAddin.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<PromptForSaveOnCreation>true</PromptForSaveOnCreation>
<Icon>__TemplateIcon.ico</Icon>
<RequiredFrameworkVersion>4.6</RequiredFrameworkVersion>
<LanguageTag Value="csharp" />
<PlatformTag Value="windows" />
<ProjectTypeTag Value="desktop" />
Expand All @@ -32,8 +33,10 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="NetOfficeExtension.56dcc096-5739-4feb-b94a-7736312e6312">
<package id="NetOfficeFw.Core" version="1.8.1" />
<package id="NetOfficeFw.Excel" version="1.8.1" />
<package id="NetOfficeFw.Core" version="1.9.5" />
<package id="NetOfficeFw.Excel" version="1.9.5" />
<package id="NetOfficeFw.Office" version="1.9.5" />
<package id="NetOfficeFw.VBIDE" version="1.9.5" />
</packages>
</WizardData>
</VSTemplate>
18 changes: 13 additions & 5 deletions src/NetOfficeExtension/NetOfficeExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,31 @@
<Compile Include="MainPackage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="packages\NetOfficeFw.Core.1.8.1.nupkg">
<Content Include="packages\NetOfficeFw.Core.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\NetOfficeFw.Excel.1.8.1.nupkg">
<Content Include="packages\NetOfficeFw.Office.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\NetOfficeFw.Outlook.1.8.1.nupkg">
<Content Include="packages\NetOfficeFw.VBIDE.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\NetOfficeFw.PowerPoint.1.8.1.nupkg">
<Content Include="packages\NetOfficeFw.Excel.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\NetOfficeFw.Word.1.8.1.nupkg">
<Content Include="packages\NetOfficeFw.Outlook.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\NetOfficeFw.PowerPoint.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\NetOfficeFw.Word.1.9.5.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 8 additions & 6 deletions src/NetOfficeExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.2,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" />
Expand All @@ -49,10 +49,12 @@
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="OutlookAddinTemplate" d:TargetPath="|OutlookAddinTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="PowerPointAddinTemplate" d:TargetPath="|PowerPointAddinTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WordAddinTemplate" d:TargetPath="|WordAddinTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
<Asset Type="NetOfficeFw.Core.1.8.1.nupkg" d:Source="File" Path="packages\NetOfficeFw.Core.1.8.1.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Excel.1.8.1.nupkg" d:Source="File" Path="packages\NetOfficeFw.Excel.1.8.1.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Outlook.1.8.1.nupkg" d:Source="File" Path="packages\NetOfficeFw.Outlook.1.8.1.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.PowerPoint.1.8.1.nupkg" d:Source="File" Path="packages\NetOfficeFw.PowerPoint.1.8.1.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Word.1.8.1.nupkg" d:Source="File" Path="packages\NetOfficeFw.Word.1.8.1.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Core.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.Core.1.9.5.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Excel.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.Excel.1.9.5.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Office.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.Office.1.9.5.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Outlook.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.Outlook.1.9.5.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.PowerPoint.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.PowerPoint.1.9.5.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.VBIDE.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.VBIDE.1.9.5.nupkg" d:VsixSubPath="packages" />
<Asset Type="NetOfficeFw.Word.1.9.5.nupkg" d:Source="File" Path="packages\NetOfficeFw.Word.1.9.5.nupkg" d:VsixSubPath="packages" />
</Assets>
</PackageManifest>
6 changes: 4 additions & 2 deletions src/OutlookAddinTemplate/NetOfficeOutlookAddin.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<PromptForSaveOnCreation>true</PromptForSaveOnCreation>
<Icon>__TemplateIcon.ico</Icon>
<RequiredFrameworkVersion>4.6</RequiredFrameworkVersion>
<LanguageTag Value="csharp" />
<PlatformTag Value="windows" />
<ProjectTypeTag Value="desktop" />
Expand All @@ -32,8 +33,9 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="NetOfficeExtension.56dcc096-5739-4feb-b94a-7736312e6312">
<package id="NetOfficeFw.Core" version="1.8.1" />
<package id="NetOfficeFw.Outlook" version="1.8.1" />
<package id="NetOfficeFw.Core" version="1.9.5" />
<package id="NetOfficeFw.Office" version="1.9.5" />
<package id="NetOfficeFw.Outlook" version="1.9.5" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<PromptForSaveOnCreation>true</PromptForSaveOnCreation>
<Icon>__TemplateIcon.ico</Icon>
<RequiredFrameworkVersion>4.6</RequiredFrameworkVersion>
<LanguageTag Value="csharp" />
<PlatformTag Value="windows" />
<ProjectTypeTag Value="desktop" />
Expand All @@ -32,8 +33,10 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="NetOfficeExtension.56dcc096-5739-4feb-b94a-7736312e6312">
<package id="NetOfficeFw.Core" version="1.8.1" />
<package id="NetOfficeFw.PowerPoint" version="1.8.1" />
<package id="NetOfficeFw.Core" version="1.9.5" />
<package id="NetOfficeFw.Office" version="1.9.5" />
<package id="NetOfficeFw.PowerPoint" version="1.9.5" />
<package id="NetOfficeFw.VBIDE" version="1.9.5" />
</packages>
</WizardData>
</VSTemplate>
7 changes: 5 additions & 2 deletions src/WordAddinTemplate/NetOfficeWordAddin.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<PromptForSaveOnCreation>true</PromptForSaveOnCreation>
<Icon>__TemplateIcon.ico</Icon>
<RequiredFrameworkVersion>4.6</RequiredFrameworkVersion>
<LanguageTag Value="csharp" />
<PlatformTag Value="windows" />
<ProjectTypeTag Value="desktop" />
Expand All @@ -32,8 +33,10 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="NetOfficeExtension.56dcc096-5739-4feb-b94a-7736312e6312">
<package id="NetOfficeFw.Core" version="1.8.1" />
<package id="NetOfficeFw.Word" version="1.8.1" />
<package id="NetOfficeFw.Core" version="1.9.5" />
<package id="NetOfficeFw.Office" version="1.9.5" />
<package id="NetOfficeFw.VBIDE" version="1.9.5" />
<package id="NetOfficeFw.Word" version="1.9.5" />
</packages>
</WizardData>
</VSTemplate>

0 comments on commit 7139eb1

Please sign in to comment.